com.sage.swt.client.widget.table.property
Class ColumnGroupingProperty

java.lang.Object
  extended by com.google.gwt.gen2.table.client.property.ColumnProperty
      extended by com.sage.swt.client.widget.table.property.ColumnGroupingProperty

public class ColumnGroupingProperty
extends com.google.gwt.gen2.table.client.property.ColumnProperty

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

TYPE

public static final com.google.gwt.gen2.table.client.property.ColumnProperty.Type<ColumnGroupingProperty> TYPE
Property type.

Constructor Detail

ColumnGroupingProperty

public ColumnGroupingProperty(boolean isGrouping)
Construct a new ColumnGroupingProperty.

Parameters:
isGrouping - true if the column is grouping, false if not
Method Detail

hasGrouping

public java.lang.Boolean hasGrouping()
Returns true if the column is grouping, false if it is not.

Returns:
true if the column is grouping, false if it is not grouping


Copyright © 2011 Sage Software, Inc. All rights reserved.