Class AccordionData

All Implemented Interfaces:
EventListener, IGProp<GProp<?>[]>, IPropCnr, Cloneable
Direct Known Subclasses:
EAccordionData

public class AccordionData extends LayoutProp
The AccordionData is the layout data for components in a container with AccordionLayout.
Author:
Christopher Mindus
  • Constructor Details

    • AccordionData

      public AccordionData()
      Creates a AccordionData container without name and with a null value.
    • AccordionData

      public AccordionData(Atom propertyAtom)
      Creates a AccordionData container with the specified name with a null value.
      Parameters:
      propertyAtom - the property atom.
    • AccordionData

      public AccordionData(Atom propertyAtom, GProp<?>[] properties) throws PropException
      Creates a AccordionData container with the specified name and properties.
      Parameters:
      propertyAtom - the property atom.
      properties - the property array value for the property.
      Throws:
      PropException - as structural changes in containers on client is prohibited.