|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sage.swt.client.widget.table.property.TableProperty
com.sage.swt.client.widget.table.property.TableSortableProperty
public class TableSortableProperty
A TableProperty
that describes whether or not the contents of all
column are sortable.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.sage.swt.client.widget.table.property.TableProperty |
---|
TableProperty.Type<P extends TableProperty> |
Field Summary | |
---|---|
static TableProperty.Type<TableSortableProperty> |
TYPE
Property type. |
Constructor Summary | |
---|---|
TableSortableProperty(boolean allowSorting)
Construct a new TableSortableProperty . |
Method Summary | |
---|---|
boolean |
allowSorting()
Returns true if the table is sortable, false if it is not. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final TableProperty.Type<TableSortableProperty> TYPE
Constructor Detail |
---|
public TableSortableProperty(boolean allowSorting)
TableSortableProperty
.
allowSorting
- true if the table is sortable, false if notMethod Detail |
---|
public boolean allowSorting()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |