|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.izforge.izpack.panels.userinput.field.ElementReader
com.izforge.izpack.panels.userinput.field.FieldReader
com.izforge.izpack.panels.userinput.field.search.SearchFieldReader
public class SearchFieldReader
Search field reader.
| Field Summary |
|---|
| Fields inherited from class com.izforge.izpack.panels.userinput.field.FieldReader |
|---|
OMIT_FROM_AUTO, SPEC, VARIABLE |
| Constructor Summary | |
|---|---|
SearchFieldReader(IXMLElement field,
Config config,
PlatformModelMatcher matcher)
Constructs a SearchFieldReader. |
|
| Method Summary | |
|---|---|
String |
getCheckFilename()
Returns the filename to check the existence of. |
List<String> |
getChoices()
Returns the search choices. |
String |
getFilename()
Returns the filename to search on. |
ResultType |
getResultType()
Returns the result type. |
SearchType |
getSearchType()
Returns the search type. |
int |
getSelectedIndex()
Returns the index of the selected choice. |
| Methods inherited from class com.izforge.izpack.panels.userinput.field.FieldReader |
|---|
getCondition, getDefaultValue, getDescription, getDisplayHiddenCondition, getField, getInitialValue, getLabel, getOmitFromAuto, getOsModels, getPacks, getProcessors, getReadonlyCondition, getSize, getSpec, getSpec, getSummaryKey, getText, getTooltip, getValidators, getValidators, getVariable, isDisplayHidden, isReadonly |
| Methods inherited from class com.izforge.izpack.panels.userinput.field.ElementReader |
|---|
getComplexPanelCondition, getConfig, getOsModels, getPacks, getUnselectedPacks |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.izforge.izpack.panels.userinput.field.FieldConfig |
|---|
getCondition, getDefaultValue, getDescription, getDisplayHiddenCondition, getInitialValue, getLabel, getOmitFromAuto, getOsModels, getPacks, getProcessors, getReadonlyCondition, getSize, getSummaryKey, getTooltip, getValidators, getValidators, getVariable, isDisplayHidden, isReadonly |
| Constructor Detail |
|---|
public SearchFieldReader(IXMLElement field,
Config config,
PlatformModelMatcher matcher)
SearchFieldReader.
field - the field elementconfig - the configuration| Method Detail |
|---|
public String getFilename()
getFilename in interface SearchFieldConfignullpublic String getCheckFilename()
getCheckFilename in interface SearchFieldConfignullpublic SearchType getSearchType()
getSearchType in interface SearchFieldConfigpublic ResultType getResultType()
getResultType in interface SearchFieldConfigIzPackException - if the attribute is not present or is invalidpublic List<String> getChoices()
getChoices in interface SearchFieldConfigpublic int getSelectedIndex()
getChoices() is invoked.
getSelectedIndex in interface SearchFieldConfig-1 if no choice is selected
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||