Class Selectable<S>
- java.lang.Object
- 
- com.evolveum.midpoint.web.component.util.Selectable<S>
 
- 
- All Implemented Interfaces:
- Serializable
 - Direct Known Subclasses:
- AssignmentInfoDto,- CertCampaignDto,- CertCampaignListItemDto,- CertCaseOrWorkItemDto,- DebugObjectItem,- DecisionDto,- NotificationConfigTabPanel.MailServerConfiguration,- ObjectClassDto,- ObjectClassWrapper,- PasswordAccountDto,- ProcessInstanceDto,- ReportOutputSearchDto,- SelectableBeanImpl
 
 public abstract class Selectable<S> extends Object implements Serializable - Author:
- lazyman
- See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description static StringF_SELECTED
 - 
Constructor SummaryConstructors Constructor Description Selectable()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SgetValue()booleanisSelected()voidsetSelected(boolean selected)
 
- 
- 
- 
Field Detail- 
F_SELECTEDpublic static final String F_SELECTED - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
isSelectedpublic boolean isSelected() 
 - 
setSelectedpublic void setSelected(boolean selected) 
 - 
getValuepublic S getValue() 
 
- 
 
-