Class ListData

  • All Implemented Interfaces:
    EventListener, IGProp<GProp<?>[]>, IPropCnr, java.lang.Cloneable
    Direct Known Subclasses:
    EListData

    public class ListData
    extends LayoutProp
    The ListData is the layout data for components in a container with ListLayout.
    Author:
    Christopher Mindus
    • Constructor Detail

      • ListData

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

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

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