Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

AttributeDescriptionRequired
classnameThe class name of the panel. The attribute value is case-sensitive, meaning that if the case in the installation file differs from the case in the class file, the compiler will throw an IllegalArgumentExceptionYes
idA unique identifier for a panel which can be used e.g. for referencing in userinput panel definitions.No
conditionThe id of a condition that has to be evaluated to true in order for this panel to appear If this attribute is not specified. the panel is always shown.No
jarThe 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
topBuffer

topBuffer=0 is useful if you don't want your panel to be moved up and down during dynamic validation (showing and hiding components within the same panel)
Default: 25 

No

Nested Elements 

Configuration

...