|
||||||||||
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.TableHasFillingColumnProperty
public class TableHasFillingColumnProperty
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 |
---|
public static final TableProperty.Type<TableHasFillingColumnProperty> TYPE
Constructor Detail |
---|
public TableHasFillingColumnProperty(boolean hasFillingColumn)
TableHasFillingColumnProperty
.
hasFillingColumn
- true if the table has filling column.Method Detail |
---|
public boolean hasFillingColumn()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |