|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Field | |
|---|---|
| com.gridsystems.config.modules.tomcat | |
| com.gridsystems.config.tools.console | |
| Uses of Field in com.gridsystems.config.modules.tomcat |
|---|
| Subclasses of Field in com.gridsystems.config.modules.tomcat | |
|---|---|
class |
ConnectorField
Type description. |
class |
ConnectorGroupField
Type description. |
| Uses of Field in com.gridsystems.config.tools.console |
|---|
| Subclasses of Field in com.gridsystems.config.tools.console | |
|---|---|
class |
BoolField
Specialized field for boolean values. |
class |
ConstantField
Constant text field. |
class |
GroupField
A Field that acts as a container for other fields. |
class |
MessageField
A message display field. |
class |
PasswordField
A password entry field. |
class |
SelectionField
Asks the user to chose between a list of valid values. |
class |
ValueField
Text value edition field. |
| Fields in com.gridsystems.config.tools.console with type parameters of type Field | |
|---|---|
protected java.util.List<Field> |
GroupField.fields
Collection of fields. |
| Methods in com.gridsystems.config.tools.console that return Field | |
|---|---|
Field |
GroupField.removeField(int pos)
Removes the field at position pos from the list. |
| Methods in com.gridsystems.config.tools.console with parameters of type Field | |
|---|---|
void |
GroupField.addField(Field field)
Adds another field to the list. |
| Constructor parameters in com.gridsystems.config.tools.console with type arguments of type Field | |
|---|---|
GroupField(java.util.ResourceBundle bundle,
java.lang.String title,
java.util.List<Field> fields)
Creates a new instance with the specified list of fields. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||