...
Attribute | Description | Required | |||||||
classname | The class name of the panel. The class name is case-sensitive. The compiler will throw an IllegalArgumentException if the class can not be found.. | Yes | |||||||
id | A unique identifier for a panel which can be used to reference this panel in userinput panel definitions. | No | |||||||
condition | The id of a condition that has to evaluate to true in order for this panel to appear. If this attribute is not specified. the panel is always shown. | No | |||||||
jar | The jar file where the classes for this panel can be found. If this attribute is empty or unspecified, the classes for this panel must be merged using the <jar> tag. | No | |||||||
allowClose | Determines whether confirmation is required when quitting the installer from this panel and panels defined before this panel. Set to " Set to " If there is no "allowClose" attribute IzPack will exhibit its classic behavior, which is to prompt for confirmation until the files are copied unless the Previous and Next buttons are both disabled. For example, to force confirmation when quitting from all but the last panel, specify
Default: unspecified Since: IzPack 5.0 RC5 | No |
Nested Elements
Configuration
...