Class ContextMenuData

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

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

    • ContextMenuData

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

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

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