Package | Description |
---|---|
de.esprit.appsuite.database.dbgui.field |
Contains a set of input fields for user input of various data types.
|
de.esprit.appsuite.gui.dialog.option |
Contains dialogs for choosing options by check boxes.
|
de.esprit.common.gui.gridbag |
Contains classes for making GridBagLayout easy
|
Constructor and Description |
---|
RadioButtonField(NlsDatabaseKey nls,
Orientation orientation,
boolean isNotNull) |
SliderField(NlsDatabaseKey nls,
Orientation orientation) |
Constructor and Description |
---|
AbstractOptionPanel(Orientation orientation) |
AbstractOptionPanel(Orientation orientation,
NlsKey titleKey,
java.lang.Object... args) |
CheckBoxOptionPanel(Orientation orientation) |
RadioButtonOptionPanel(Orientation orientation,
NlsKey titleKey,
java.lang.Object... args) |
Modifier and Type | Method and Description |
---|---|
Orientation |
Orientation.getOpposite() |
static Orientation |
Orientation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Orientation[] |
Orientation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014 EsprIT-Systems. All Rights Reserved.