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