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

java.lang.Object
  extended by com.sage.swt.client.widget.table.property.TableProperty
      extended by com.sage.swt.client.widget.table.property.TableSortableProperty

public class TableSortableProperty
extends TableProperty

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

TYPE

public static final TableProperty.Type<TableSortableProperty> TYPE
Property type.

Constructor Detail

TableSortableProperty

public TableSortableProperty(boolean allowSorting)
Construct a new TableSortableProperty.

Parameters:
allowSorting - true if the table is sortable, false if not
Method Detail

allowSorting

public boolean allowSorting()
Returns true if the table is sortable, false if it is not.

Returns:
true if the table is sortable, false if it is not sortable


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