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

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

public class TableHasFillingColumnProperty
extends TableProperty

A TableProperty that describes whether or not the contents of the column is read only.


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<TableHasFillingColumnProperty> TYPE
          Property type.
 
Constructor Summary
TableHasFillingColumnProperty(boolean hasFillingColumn)
          Construct a new TableHasFillingColumnProperty.
 
Method Summary
 boolean hasFillingColumn()
          Returns true if the table has filling column.
 
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<TableHasFillingColumnProperty> TYPE
Property type.

Constructor Detail

TableHasFillingColumnProperty

public TableHasFillingColumnProperty(boolean hasFillingColumn)
Construct a new TableHasFillingColumnProperty.

Parameters:
hasFillingColumn - true if the table has filling column.
Method Detail

hasFillingColumn

public boolean hasFillingColumn()
Returns true if the table has filling column.

Returns:
true if the table has filling column.


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