Class HeadingData

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

public class HeadingData extends LayoutProp
The HeadingData is the layout data for components in a container with HeadingLayout.
Author:
Mikael Andersson
  • Constructor Details

    • HeadingData

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

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

      public HeadingData(Atom propertyAtom, GProp<?>[] properties) throws PropException
      Creates a HeadingData 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.