Inheritance diagram for com.graeff.dbedit.fields.CheckBox:

Public Member Functions | |
| void | init () |
| init() will be called on field setup | |
| void | fromVector (Vector data) |
| Vector | toVector () |
| String | getMaster () |
| get the master type of a field. | |
Protected Attributes | |
| String | trueText |
| String | falseText |
Package Attributes | |
| boolean | localState = false |
|
|
Reimplemented from com.graeff.dbedit.Field. |
|
|
get the master type of a field. The master type usually is a kind of super class - e.g. the master of most fields basing on List is "List". The master defaults to "Text". Reimplemented from com.graeff.dbedit.Field. |
|
|
init() will be called on field setup
Reimplemented from com.graeff.dbedit.Field. |
|
|
Reimplemented from com.graeff.dbedit.Field. |
|
|
|
|
|
|
|
|
|
1.4.5