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 void
DesignerTabBean. closeTab(TabModel tab)
Close the given tab, removing it from the topbar menu.String
DesignerTabBean. getOverlayStyleClass(TabModel tab)
String
DesignerTabBean. getTabMenuCloseIconStyleClass(TabModel tab)
String
DesignerTabBean. getTabMenuStyleClass(TabModel tab)
String
DesignerTabBean. getTabStyleClass(TabModel tab)
void
DesignerTabBean. reloadTab(TabModel tab)
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.designer Modifier and Type Class Description static class
TabModel.IFrame
Component model showing its content as an iframe in the main window view.static class
TabModel.Include
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 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 TabViewModel
TabViewModel. 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 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 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 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)
-