TitledTabTabbedPanelHoverAction is an action that makes it easy to change
properties for a hovered
TitledTab and the
TabbedPanel it is a
member of. The action is meant to be set as a
HoverListener for a
TitledTab in the
net.infonode.tabbedpanel.titledtab.TitledTabProperties .
The action can be configured to add the TabbedPanelProperties only when the
highlighted TitledTab is hovered or when any of the TitledTabs are hovered.
This hover action contains a TitledTabProperties object that will be added as
super object to the hovered titled tab and then automatically removed when
the titled tab is no longer hovered. It also contains a TabbedPanelProperties
object that will be added as super object to the tabbed panel that the
hovered titled tab is a member of. The TabbedPanelProperties are
automatically removed from the tabbed panel if the hovered titled tab is
removed.
Note: This action is not meant to be set as hover listener
for a Tabbed Panel (or any of its areas). For TabbedPanel, use
net.infonode.tabbedpanel.hover.TabbedPanelTitledTabHoverAction instead.
author: johan version: $Revision: 1.5 $ See Also: TabbedPanel See Also: TitledTab See Also: net.infonode.tabbedpanel.titledtab.TitledTabProperties See Also: TabbedPanelProperties See Also: net.infonode.tabbedpanel.hover.TabbedPanelTitledTabHoverAction since: ITP 1.3.0 |