|
qflib 0.98.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--de.qfs.lib.option.TableOptionEdit.Column
Structure that holds column data.
Field Summary | |
java.lang.Class |
clazz
The class of the column's values. |
java.lang.Object |
dflt
Default value for a new cell. |
boolean |
directedit
Whether the column should start editing on any keypress. |
boolean |
disabled
Whether the column is disabled - i.e. not editable. |
java.lang.String |
id
The identifier for the column. |
java.lang.String |
name
The name to display. |
Option |
option
An option for the column's value. |
Constructor Summary | |
TableOptionEdit.Column(java.lang.String id)
Crate a new column. |
Method Summary | |
java.lang.String |
toString()
Get a string representation of the Column. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public java.lang.String id
public java.lang.String name
public java.lang.Class clazz
public java.lang.Object dflt
public Option option
public boolean disabled
public boolean directedit
Constructor Detail |
public TableOptionEdit.Column(java.lang.String id)
id
- The column identifier.Method Detail |
public java.lang.String toString()
toString
in class java.lang.Object
|
qflib 0.98.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |