|
SL-GMS Enterprise RTView Customization | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.sl.gmsjrtviewds.DialogFieldType
public class DialogFieldType
This class is used to hold the constants that define the diffent types of fields that may be used in Dialogs.
| Field Summary | |
|---|---|
static java.lang.String |
FIELD_CHECKBOX
Dialog field type which specifies a CheckBox field. |
static java.lang.String |
FIELD_COMBOBOX
Dialog field type which specifies a ComboBox. |
static java.lang.String |
FIELD_PASSWORD
Dialog field type which specifies a Password field. |
static java.lang.String |
FIELD_TEXTAREA
Dialog field type which specifies a TextArea. |
static java.lang.String |
FIELD_TEXTFIELD
Dialog field type which specifies a TextField. |
| Constructor Summary | |
|---|---|
DialogFieldType()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String FIELD_CHECKBOX
public static final java.lang.String FIELD_COMBOBOX
public static final java.lang.String FIELD_PASSWORD
public static final java.lang.String FIELD_TEXTAREA
public static final java.lang.String FIELD_TEXTFIELD
| Constructor Detail |
|---|
public DialogFieldType()
|
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||