Uses of Class
to.etc.domui.component.meta.SortableType

Packages that use SortableType
to.etc.domui.component.meta   
to.etc.domui.component.meta.impl   
to.etc.domui.component.tbl   
 

Uses of SortableType in to.etc.domui.component.meta
 

Methods in to.etc.domui.component.meta that return SortableType
 SortableType ClassMetaModel.getDefaultSortDirection()
          When a ClassMetaModel.getDefaultSortProperty() is defined, this defines the sort order to use initially.
 SortableType PropertyMetaModel.getSortable()
          Returns whether the property should be sortable when used in a default table, and defines the initial sort direction of the property.
static SortableType SortableType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SortableType[] SortableType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of SortableType in to.etc.domui.component.meta.impl
 

Methods in to.etc.domui.component.meta.impl that return SortableType
 SortableType ClassMetaModelWrapper.getDefaultSortDirection()
           
 SortableType DefaultClassMetaModel.getDefaultSortDirection()
           
 SortableType PathPropertyMetaModel.getSortable()
           
 SortableType BasicPropertyMetaModel.getSortable()
           
 SortableType DisplayPropertyMetaModel.getSortable()
           
 SortableType ExpandedDisplayProperty.getSortable()
           
 SortableType PropertyMetaModelWrapper.getSortable()
           
 

Methods in to.etc.domui.component.meta.impl with parameters of type SortableType
 void DefaultClassMetaModel.setDefaultSortDirection(SortableType defaultSortDirection)
           
 void BasicPropertyMetaModel.setSortable(SortableType sortable)
           
 void DisplayPropertyMetaModel.setSortable(SortableType sortable)
           
 void ExpandedDisplayProperty.setSortable(SortableType sortableType)
           
 

Uses of SortableType in to.etc.domui.component.tbl
 

Methods in to.etc.domui.component.tbl that return SortableType
 SortableType SimpleColumnDef.getSortable()
           
 

Methods in to.etc.domui.component.tbl with parameters of type SortableType
 void SimpleColumnDef.setSortable(SortableType sortable)