Class MapLayout

    • Constructor Detail

      • MapLayout

        public MapLayout()
        Creates the layout without name with a null value.
      • MapLayout

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

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

      • clone

        public MapLayout clone()
        Creates a clone out of this property. The cloning is overridden by the subclasses in order to handle cloning of its class variables appropriately.
        Overrides:
        clone in class LayoutMgr<MapData>
      • createDefaultLayoutProp

        public MapData createDefaultLayoutProp​(UIComp uiComp)
        Creates the default LayoutProp to use for a new component that is inserted directly into the UIComps container.
        Specified by:
        createDefaultLayoutProp in class LayoutMgr<MapData>
        Parameters:
        uiComp - The component requesting the default layout property.
        Returns:
        A new instance of the layout data of this layout manager.