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, RoleAnalysisTablePageable, ScopeSearchItemWrapper, SelectableBeanImpl, TaskErrorSelectableBeanImpl, TaskErrorSelectableBeanImplOld, TenantSearchItemWrapper, TextSearchItemWrapper, TreeSelectableBean

public interface SelectableRow<S extends Serializable> extends Serializable
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    void
    setSelected(boolean selected)
     
  • Method Details

    • isSelected

      boolean isSelected()
    • setSelected

      void setSelected(boolean selected)