Uses of Interface
org.vaadin.miki.superfields.tabs.TabHeaderGenerator
-
Packages that use TabHeaderGenerator Package Description org.vaadin.miki.superfields.tabs -
-
Uses of TabHeaderGenerator in org.vaadin.miki.superfields.tabs
Methods in org.vaadin.miki.superfields.tabs that return TabHeaderGenerator Modifier and Type Method Description TabHeaderGenerator<T>SuperTabs. getTabHeaderGenerator()Returns the generator responsible for providing tabs (headers) for values.Methods in org.vaadin.miki.superfields.tabs with parameters of type TabHeaderGenerator Modifier and Type Method Description voidSuperTabs. setTabHeaderGenerator(TabHeaderGenerator<T> tabHeaderGenerator)Sets the generator responsible for providing tabs (headers) for values.SuperTabs<T>SuperTabs. withTabHeaderGenerator(TabHeaderGenerator<T> tabHeaderGenerator)ChainsSuperTabs.setTabHeaderGenerator(TabHeaderGenerator)and returns itself.Constructors in org.vaadin.miki.superfields.tabs with parameters of type TabHeaderGenerator Constructor Description 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.
-