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,AssociationSearchItemWrapper,AutoCompleteSearchItemWrapper,AvailableMarkSearchItemWrapper,CertCampaignListItemDto,CertCaseDto,CertCaseOrWorkItemDto,CertWorkItemDto,ChoicesSearchItemWrapper,ConstructionValueWrapper,DateSearchItemWrapper,DeadShadowSearchItemWrapper,DebugObjectItem,FilterableSearchItemWrapper,IndirectSearchItemWrapper,ItemPathSearchItemWrapper,ObjectClassSearchItemWrapper,ObjectCollectionListSearchItemWrapper,ObjectCollectionSearchItemWrapper,ObjectTypeSearchItemWrapper,OidSearchItemWrapper,PasswordAccountDto,PrismContainerValueWrapperImpl,PrismObjectValueWrapperImpl,ProcessedObjectTypeSearchItemWrapper,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)
-