Class TabSheetUtils
java.lang.Object
io.jmix.flowui.component.tabsheet.TabSheetUtils
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic voidapplySettingsToTabContent(JmixTabSheet tabSheet, com.vaadin.flow.component.tabs.Tab tab) static voidupdateTabContent(JmixTabSheet tabSheet, com.vaadin.flow.component.tabs.Tab tab, com.vaadin.flow.component.Component content) 
- 
Constructor Details- 
TabSheetUtilspublic TabSheetUtils()
 
- 
- 
Method Details- 
updateTabContentpublic static void updateTabContent(JmixTabSheet tabSheet, com.vaadin.flow.component.tabs.Tab tab, com.vaadin.flow.component.Component content) 
- 
applySettingsToTabContentpublic static void applySettingsToTabContent(JmixTabSheet tabSheet, com.vaadin.flow.component.tabs.Tab tab) 
 
-