|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FieldConfig
User-input field configuration.
| Method Summary | |
|---|---|
String |
getCondition()
Returns the condition that determines if the field is displayed or not. |
String |
getDefaultValue()
Returns the default value to be used for the field. |
String |
getDescription()
Returns the field description. |
String |
getDisplayHiddenCondition()
Returns a condition for which the field should be displayed read-only on the panel regardless if its conditionid is true or false. |
String |
getInitialValue()
Returns the initial value to be used for the field. |
String |
getLabel()
Returns the field label. |
boolean |
getOmitFromAuto()
Returns the value of 'omitFromAuto' from fields spec |
List<OsModel> |
getOsModels()
Returns the operating systems that this field applies to. |
List<String> |
getPacks()
Returns the packs that this field applies to. |
List<FieldProcessor> |
getProcessors()
Returns the processor the field. |
String |
getReadonlyCondition()
Returns a condition for which the field should be displayed read-only. |
int |
getSize()
Returns the field size. |
String |
getSummaryKey()
Returns the summary key associated with the field. |
String |
getTooltip()
Returns the field's tooltip. |
List<FieldValidator> |
getValidators()
Returns the validators for the field. |
List<FieldValidator> |
getValidators(IXMLElement field)
Returns the validators for the given field. |
String |
getVariable()
Returns the variable that the field reads and updates. |
Boolean |
isDisplayHidden()
Returns if the field should always be displayed read-only on the panel regardless if its conditionid is true or false. |
Boolean |
isReadonly()
Returns if the field should always be displayed read-only. |
| Method Detail |
|---|
String getVariable()
null if the variable is optional but not present
IzPackException - if the 'variable' attribute is mandatory but not presentString getSummaryKey()
null if the summary attribute is not presentBoolean isDisplayHidden()
falseString getDisplayHiddenCondition()
nullBoolean isReadonly()
falseString getReadonlyCondition()
nullList<String> getPacks()
List<OsModel> getOsModels()
String getDefaultValue()
nullString getInitialValue()
nullint getSize()
-1 if no size is specified, or the specified size is invalidList<FieldValidator> getValidators()
List<FieldValidator> getValidators(IXMLElement field)
field -
List<FieldProcessor> getProcessors()
null if none existsString getDescription()
String getTooltip()
String getLabel()
nullString getCondition()
nullboolean getOmitFromAuto()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||