Interface SelectableRow<S extends Serializable>
- 
- Type Parameters:
 S- unused here, but needed to smuggle type information; TODO: suspicious usage though, can't we do it better?
- All Superinterfaces:
 Serializable
- All Known Subinterfaces:
 AssignmentValueWrapper,PrismContainerValueWrapper<C>,PrismObjectValueWrapper<O>,SelectableBean<T>
- All Known Implementing Classes:
 AbstractRoleSearchItemWrapper,AbstractSearchItemWrapper,AssignmentEditorDto,AssignmentValueWrapperImpl,AutoCompleteSearchItemWrapper,ChoicesSearchItemWrapper,ConstructionValueWrapper,DateSearchItemWrapper,DeadShadowSearchItemWrapper,DebugObjectItem,IndirectSearchItemWrapper,ItemPathSearchItemWrapper,ObjectClassSearchItemWrapper,ObjectCollectionListSearchItemWrapper,ObjectCollectionSearchItemWrapper,ObjectTypeSearchItemWrapper,OidSearchItemWrapper,PasswordAccountDto,PrismContainerValueWrapperImpl,PrismObjectValueWrapperImpl,ProfilingClassLoggerContainerValueWrapperImpl,ProjectSearchItemWrapper,PropertySearchItemWrapper,ReferenceSearchItemWrapper,RelationSearchItemWrapper,ResourceAttributeMappingValueWrapper,ScopeSearchItemWrapper,SelectableBeanImpl,TaskErrorSelectableBeanImpl,TaskErrorSelectableBeanImplOld,TenantSearchItemWrapper,TextSearchItemWrapper,TreeSelectableBean
public interface SelectableRow<S extends Serializable> extends Serializable
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisSelected()voidsetSelected(boolean selected) 
 -