Uses of Interface
org.vaadin.miki.superfields.tabs.TabContentGenerator
Packages that use TabContentGenerator
-
Uses of TabContentGenerator in org.vaadin.miki.superfields.tabs
Methods in org.vaadin.miki.superfields.tabs that return TabContentGeneratorModifier and TypeMethodDescriptionSuperTabs.getTabContentGenerator()Returns the generator responsible for providing content for selected tabs.Methods in org.vaadin.miki.superfields.tabs with parameters of type TabContentGeneratorModifier and TypeMethodDescriptionvoidSuperTabs.setTabContentGenerator(TabContentGenerator<T> tabContentGenerator) Sets the generator responsible for providing content for selected tabs.SuperTabs.withTabContentGenerator(TabContentGenerator<T> tabContentGenerator) ChainsSuperTabs.setTabContentGenerator(TabContentGenerator)and returns itself.Constructors in org.vaadin.miki.superfields.tabs with parameters of type TabContentGeneratorModifierConstructorDescriptionSuperTabs(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.