|
qflib 0.99 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.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. |
int |
width
Default width of the column. |
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
public int width
Constructor Detail |
public TableOptionEdit.Column(java.lang.String id)
id
- The column identifier.Method Detail |
public java.lang.String toString()
|
qflib 0.99 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |