|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.gen2.table.client.property.ColumnProperty
com.sage.swt.client.widget.table.property.ColumnGroupingProperty
public class ColumnGroupingProperty
A ColumnProperty
that describes whether or not the contents of the
column is sortable.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.google.gwt.gen2.table.client.property.ColumnProperty |
---|
com.google.gwt.gen2.table.client.property.ColumnProperty.Type<P extends com.google.gwt.gen2.table.client.property.ColumnProperty> |
Field Summary | |
---|---|
static com.google.gwt.gen2.table.client.property.ColumnProperty.Type<ColumnGroupingProperty> |
TYPE
Property type. |
Constructor Summary | |
---|---|
ColumnGroupingProperty(boolean isGrouping)
Construct a new ColumnGroupingProperty . |
Method Summary | |
---|---|
java.lang.Boolean |
hasGrouping()
Returns true if the column is grouping, 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 com.google.gwt.gen2.table.client.property.ColumnProperty.Type<ColumnGroupingProperty> TYPE
Constructor Detail |
---|
public ColumnGroupingProperty(boolean isGrouping)
ColumnGroupingProperty
.
isGrouping
- true if the column is grouping, false if notMethod Detail |
---|
public java.lang.Boolean hasGrouping()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |