|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.izforge.izpack.panels.userinput.field.UserInputPanelSpec
public class UserInputPanelSpec
The user input panel specification.
| Field Summary | |
|---|---|
static String |
FIELD
Field element name. |
static String |
LANG_FILE_NAME
The user input language pack resource name. |
static String |
PANEL
Panel element name. |
static String |
SPEC_FILE_NAME
The name of the XML file that specifies the panel layout. |
| Constructor Summary | |
|---|---|
UserInputPanelSpec(Resources resources,
InstallData installData,
ObjectFactory factory,
PlatformModelMatcher matcher)
Constructs a UserInputPanelSpec. |
|
| Method Summary | |
|---|---|
List<Field> |
createFields(IXMLElement panel)
Creates fields for each field configuration in the panel. |
Config |
getConfig()
Returns the configuration. |
IXMLElement |
getPanelSpec(Panel panel)
Returns the specification for the supplied panel. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String SPEC_FILE_NAME
public static final String LANG_FILE_NAME
public static final String PANEL
public static final String FIELD
| Constructor Detail |
|---|
public UserInputPanelSpec(Resources resources,
InstallData installData,
ObjectFactory factory,
PlatformModelMatcher matcher)
UserInputPanelSpec.
resources - the resourcesinstallData - the installation datafactory - the factorymatcher - the platform-model matcher| Method Detail |
|---|
public IXMLElement getPanelSpec(Panel panel)
panel - the panel
IzPackException - if there is no specification for the panelpublic List<Field> createFields(IXMLElement panel)
panel - the panel configuration
public Config getConfig()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||