Uses of Class
de.xima.fc.gui.model.designer.TabModel
- 
Packages that use TabModel Package Description de.xima.fc.gui.bean.designer de.xima.fc.gui.model.designer de.xima.fc.gui.utils.designer  - 
- 
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 TabModel Modifier and Type Method Description List<TabModel>DesignerTabBean. getAvailableTabs()List<TabModel>DesignerTabBean. getTabMenuItems()Methods in de.xima.fc.gui.bean.designer with parameters of type TabModel Modifier and Type Method Description voidDesignerTabBean. closeTab(TabModel tab)Close the given tab, removing it from the topbar menu.StringDesignerTabBean. getOverlayStyleClass(TabModel tab)StringDesignerTabBean. getTabMenuCloseIconStyleClass(TabModel tab)StringDesignerTabBean. getTabMenuStyleClass(TabModel tab)StringDesignerTabBean. getTabStyleClass(TabModel tab)voidDesignerTabBean. reloadTab(TabModel tab)When an error occurred in a tab, this method attempts to reload the tab by refreshing the iframe.voidDesignerTabBean. 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.designer Modifier and Type Class Description static classTabModel.IFrameComponent model showing its content as an iframe in the main window view.static classTabModel.IncludeComponent 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 TabModel Modifier and Type Method Description Map<String,TabModel>TabViewModel. getAvailableTabs()Method parameters in de.xima.fc.gui.model.designer with type arguments of type TabModel Modifier and Type Method Description static TabViewModelTabViewModel. withTabs(List<TabModel> tabs)Constructor parameters in de.xima.fc.gui.model.designer with type arguments of type TabModel Constructor Description TabViewModel(Map<String,TabModel> availableTabs, List<String> tabMenuItems, String activeTab)New POJO with the given data. - 
Uses of TabModel in de.xima.fc.gui.utils.designer
Methods in de.xima.fc.gui.utils.designer that return TabModel Modifier and Type Method Description static TabModelTabViewActions. addTab(TabViewModel model, String tabId)Opens the given tab, adding it to the topbar menu.static TabModelTabViewActions. computeActiveTab(TabViewModel model)static TabModelTabViewActions. findAvailableTabBy(TabViewModel model, EContentView contentView)static TabModelTabViewActions. 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 TabModel Modifier and Type Method Description static List<TabModel>TabViewActions. computeAvailableTabs(TabViewModel model)static List<TabModel>TabViewActions. computeTabMenuItems(TabViewModel model)Methods in de.xima.fc.gui.utils.designer with parameters of type TabModel Modifier and Type Method Description static TabSwitchResultTabViewActions. closeTab(TabViewModel model, TabModel tab)Close the given tab, removing it from the topbar menu.static StringTabViewActions. computeOverlayStyleClass(TabViewModel model, TabModel tab)static StringTabViewActions. computeTabMenuCloseIconStyleClass(TabViewModel model, TabModel tab)static StringTabViewActions. computeTabMenuStyleClass(TabViewModel model, TabModel tab)static StringTabViewActions. computeTabStyleClass(TabViewModel model, TabModel tab) 
 -