Class TabBarData

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

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

    • TabBarData

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

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

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