Uses of Interface
org.vaadin.miki.superfields.tabs.TabContentGenerator
-
Packages that use TabContentGenerator Package Description org.vaadin.miki.superfields.tabs -
-
Uses of TabContentGenerator in org.vaadin.miki.superfields.tabs
Methods in org.vaadin.miki.superfields.tabs that return TabContentGenerator Modifier and Type Method Description TabContentGenerator<T>SuperTabs. getTabContentGenerator()Returns the generator responsible for providing content for selected tabs.Methods in org.vaadin.miki.superfields.tabs with parameters of type TabContentGenerator Modifier and Type Method Description voidSuperTabs. setTabContentGenerator(TabContentGenerator<T> tabContentGenerator)Sets the generator responsible for providing content for selected tabs.SuperTabs<T>SuperTabs. withTabContentGenerator(TabContentGenerator<T> tabContentGenerator)ChainsSuperTabs.setTabContentGenerator(TabContentGenerator)and returns itself.Constructors in org.vaadin.miki.superfields.tabs with parameters of type TabContentGenerator Constructor Description SuperTabs(TabContentGenerator<T> tabContentGenerator, T... values)Creates the component with givenTabContentGeneratorand tabs, but with defaultTabHeaderGeneratorandTabHandler.SuperTabs(TabHeaderGenerator<T> tabHeaderGenerator, TabContentGenerator<T> tabContentGenerator, T... values)Creates the component with givenTabHeaderGenerator,TabContentGeneratorand tabs, but defaultTabHandler.SuperTabs(T defaultValue, Supplier<C> mainContentSupplier, TabHandler tabHandler, TabHeaderGenerator<T> tabHeaderGenerator, TabContentGenerator<T> tabContentGenerator, T... values)Creates the component with givenTabHandler,TabHeaderGenerator,TabContentGeneratorand tabs, overriding the default value fromnullto the one provided and overriding default layout component for tab contents.SuperTabs(T defaultValue, TabHandler tabHandler, TabHeaderGenerator<T> tabHeaderGenerator, TabContentGenerator<T> tabContentGenerator, T... values)Creates the component with givenTabHandler,TabHeaderGenerator,TabContentGeneratorand tabs, overriding the default value fromnullto the one provided.SuperTabs(T defaultValue, TabHeaderGenerator<T> tabHeaderGenerator, TabContentGenerator<T> tabContentGenerator, T... values)Creates the component with defaultTabHandler, givenTabHeaderGenerator,TabContentGeneratorand tabs, overriding the default value fromnullto the one provided.
-