Uses of Class
de.xima.fc.gui.model.designer.TabModel
Packages that use TabModel
Package
Description
-
Uses of TabModel in de.xima.fc.gui.bean.designer
Methods in de.xima.fc.gui.bean.designer that return types with arguments of type TabModelModifier and TypeMethodDescriptionDesignerTabBean.getAvailableTabs()
DesignerTabBean.getTabMenuItems()
Methods in de.xima.fc.gui.bean.designer with parameters of type TabModelModifier and TypeMethodDescriptionvoid
Close the given tab, removing it from the topbar menu.DesignerTabBean.getOverlayStyleClass
(TabModel tab) DesignerTabBean.getTabMenuCloseIconStyleClass
(TabModel tab) DesignerTabBean.getTabMenuStyleClass
(TabModel tab) DesignerTabBean.getTabStyleClass
(TabModel tab) void
When an error occurred in a tab, this method attempts to reload the tab by refreshing the iframe.void
DesignerTabBean.switchToTab
(TabModel tab) Switches to the given tab, and setisOpen()
totrue
. -
Uses of TabModel in de.xima.fc.gui.model.designer
Subclasses of TabModel in de.xima.fc.gui.model.designerModifier and TypeClassDescriptionstatic final class
Component model showing its content as an iframe in the main window view.static final class
Component model showing its content as a ui:include in the main window view.Methods in de.xima.fc.gui.model.designer that return types with arguments of type TabModelMethod parameters in de.xima.fc.gui.model.designer with type arguments of type TabModelConstructor parameters in de.xima.fc.gui.model.designer with type arguments of type TabModel -
Uses of TabModel in de.xima.fc.gui.utils.designer
Methods in de.xima.fc.gui.utils.designer that return TabModelModifier and TypeMethodDescriptionstatic TabModel
TabViewActions.addTab
(TabViewModel model, String tabId) Opens the given tab, adding it to the topbar menu.static TabModel
TabViewActions.computeActiveTab
(TabViewModel model) static TabModel
TabViewActions.findAvailableTabBy
(TabViewModel model, EContentView contentView) static TabModel
TabViewActions.markError
(TabViewModel model, String tabId, TabError error) Marks the given tab as erroneous, and adds the given error details.Methods in de.xima.fc.gui.utils.designer that return types with arguments of type TabModelModifier and TypeMethodDescriptionTabViewActions.computeAvailableTabs
(TabViewModel model) TabViewActions.computeTabMenuItems
(TabViewModel model) Methods in de.xima.fc.gui.utils.designer with parameters of type TabModelModifier and TypeMethodDescriptionstatic TabSwitchResult
TabViewActions.closeTab
(TabViewModel model, TabModel tab) Close the given tab, removing it from the topbar menu.static String
TabViewActions.computeOverlayStyleClass
(TabViewModel model, TabModel tab) static String
TabViewActions.computeTabMenuCloseIconStyleClass
(TabViewModel model, TabModel tab) static String
TabViewActions.computeTabMenuStyleClass
(TabViewModel model, TabModel tab) static String
TabViewActions.computeTabStyleClass
(TabViewModel model, TabModel tab)