Class MenuData

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

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

    • MenuData

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

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

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