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 Summary
Fields Modifier and Type Field Description static StringF_SELECTED 
- 
Constructor Summary
Constructors Constructor Description Selectable() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SgetValue()booleanisSelected()voidsetSelected(boolean selected) 
 - 
 
- 
- 
Field Detail
- 
F_SELECTED
public static final String F_SELECTED
- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Method Detail
- 
isSelected
public boolean isSelected()
 
- 
setSelected
public void setSelected(boolean selected)
 
- 
getValue
public S getValue()
 
 - 
 
 -