TabbedPanelTitledTabHoverAction is an action that makes it easy to change
properties for a hovered
TabbedPanel containing
TitledTab s.
The action is meant to be set as a
HoverListener for the entire
tabbed panel, the tab area, the tab area components area and/or the content
area in their corresponding properties objects.
The action can be configured to add the TitledTabProperties to all tabs or
only the highlighted tab.
This hover action contains a TabbedPanelProperties object that will be added
as super object to the hovered tabbed panel and then automatically removed
when the area is no longer hovered. It also contains a TitledTabProperties
object that will be added as super object to all titled tabs in the hovered
tabbed panel and then removed when the tabbed panel is no longer hovered.
If a titled tab is added to the tabbed panel while the tabbed panel is
hovered, the action will automatically add the TitledTabProperties to the
titled tab. If a titled tab is removed while the tabbed panel is hovered, the
properties will automatically be removed.
Note: This action is not meant to be set as hover listener
in the TitledTabProperties for a titled tab. For TitledTab, use
net.infonode.tabbedpanel.hover.TitledTabTabbedPanelHoverAction instead.
author: johan version: $Revision: 1.12 $ See Also: TabbedPanel See Also: TitledTab See Also: TabbedPanelProperties See Also: net.infonode.tabbedpanel.TabAreaProperties See Also: net.infonode.tabbedpanel.TabAreaComponentsProperties See Also: net.infonode.tabbedpanel.TabbedPanelContentPanelProperties See Also: net.infonode.tabbedpanel.hover.TitledTabTabbedPanelHoverAction See Also: TitledTabProperties since: ITP 1.3.0 |