Uses of Class
net.infonode.tabbedpanel.TabbedPanelContentPanelProperties

Packages that use TabbedPanelContentPanelProperties
net.infonode.tabbedpanel Core classes for creating and using tabbed panels and tabs 
 

Uses of TabbedPanelContentPanelProperties in net.infonode.tabbedpanel
 

Methods in net.infonode.tabbedpanel that return TabbedPanelContentPanelProperties
 TabbedPanelContentPanelProperties TabbedPanelContentPanelProperties.addSuperObject(TabbedPanelContentPanelProperties superObject)
          Adds a super object from which property values are inherited.
 TabbedPanelContentPanelProperties TabbedPanelProperties.getContentPanelProperties()
          Gets the properties getMap() with properties for the tabbed panel's content area
 TabbedPanelContentPanelProperties TabbedPanelContentPanel.getProperties()
          Gets the properties for this component
 TabbedPanelContentPanelProperties TabbedPanelContentPanelProperties.removeSuperObject()
          Removes the last added super object.
 TabbedPanelContentPanelProperties TabbedPanelContentPanelProperties.removeSuperObject(TabbedPanelContentPanelProperties superObject)
          Removes the given super object.
 TabbedPanelContentPanelProperties TabbedPanelContentPanelProperties.setHoverListener(HoverListener listener)
          Sets the hover listener that will be triggered when the content area is hoverd by the mouse.
 

Methods in net.infonode.tabbedpanel with parameters of type TabbedPanelContentPanelProperties
 TabbedPanelContentPanelProperties TabbedPanelContentPanelProperties.addSuperObject(TabbedPanelContentPanelProperties superObject)
          Adds a super object from which property values are inherited.
 TabbedPanelContentPanelProperties TabbedPanelContentPanelProperties.removeSuperObject(TabbedPanelContentPanelProperties superObject)
          Removes the given super object.
 

Constructors in net.infonode.tabbedpanel with parameters of type TabbedPanelContentPanelProperties
TabbedPanelContentPanelProperties(TabbedPanelContentPanelProperties inheritFrom)
          Constructs a TabbedPanelContentPanelProperties object that inherits its properties from the given TabbedPanelContentPanelProperties object