Uses of Class
dyntabs.DynTab
Packages that use DynTab
-
Uses of DynTab in dyntabs
Modifier and TypeMethodDescriptionCreates a new DynTab instance for the given tab name.BaseDyntabCdiBean.getDynTab()DynTabManager.getFirstTabWithIncludePage(String includePage) Finds the first active tab that has the specified includePage.static DynTabDynTab.getInstance(String tabName) Deprecated.DynTabManager.getMatchingTab(DynTab compareTab) Finds an active tab that matches the given DynTab's uniqueIdentifier.DynTabManager.getMatchingTab(String uniqueIdentifier) DynTabManager.getSelectedTab()DynTabCDIEvent.getTab()Modifier and TypeMethodDescriptionDynTabManager.getActiveTabList()DynTabTracker.getActiveTabList()Returns the list of tabs that are currently active on screen.DynTabTracker.getTabList()DynTabManager.getTabMap()DynTabTracker.getTabMap()Returns the map containing all tabs indexed by their IDs.DynTabManager.getTabMenuModel()Modifier and TypeMethodDescriptionvoidDynTabManager.addOrSelectTab(DynTab tab) voidprotected voidDynTabManager.addTabListener(DynTab tabToAdd) Hook method called after a tab is added.DynTabManager.getMatchingTab(DynTab compareTab) Finds an active tab that matches the given DynTab's uniqueIdentifier.protected voidRemoves (closes) the given tab from the active tab list.protected voidDynTabManager.removeTabListener(DynTab tabToAdd) Hook method called after a tab is removed.voidvoidDynTabManager.setSelectedTab(DynTab tab) voidModifier and TypeMethodDescriptionvoidManually registers a tab under the given name.ModifierConstructorDescriptionDynTabCDIEvent(String eventType, DynTab tab) Constructor for events where the tab reference still exists (dynTabAdded, dynTabSelected). -
Uses of DynTab in dyntabs.interfaces
Methods in dyntabs.interfaces that return DynTabMethods in dyntabs.interfaces with parameters of type DynTab
<managed-bean>infaces-config.xml.