Class TabSheetUtils
java.lang.Object
io.jmix.flowui.component.tabsheet.TabSheetUtils
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
applySettingsToTabContent
(JmixTabSheet tabSheet, com.vaadin.flow.component.tabs.Tab tab) static void
updateTabContent
(JmixTabSheet tabSheet, com.vaadin.flow.component.tabs.Tab tab, com.vaadin.flow.component.Component content)
-
Constructor Details
-
TabSheetUtils
public TabSheetUtils()
-
-
Method Details
-
updateTabContent
public static void updateTabContent(JmixTabSheet tabSheet, com.vaadin.flow.component.tabs.Tab tab, com.vaadin.flow.component.Component content) -
applySettingsToTabContent
public static void applySettingsToTabContent(JmixTabSheet tabSheet, com.vaadin.flow.component.tabs.Tab tab)
-