Uses of Interface
org.vaadin.miki.superfields.tabs.TabHandler
-
Packages that use TabHandler Package Description org.vaadin.miki.superfields.tabs -
-
Uses of TabHandler in org.vaadin.miki.superfields.tabs
Classes in org.vaadin.miki.superfields.tabs that implement TabHandler Modifier and Type Class Description classLambdaTabHandlerImplementation ofTabHandlerthat relies on lambdas.Fields in org.vaadin.miki.superfields.tabs declared as TabHandler Modifier and Type Field Description static TabHandlerTabHandlers. REMOVING_HANDLERA {TabHandlerthat adds and removes tab content.static TabHandlerTabHandlers. VISIBILITY_HANDLERATabHandlerthat toggles visibility.Methods in org.vaadin.miki.superfields.tabs that return TabHandler Modifier and Type Method Description TabHandlerSuperTabs. getTabHandler()Returns the currentTabHandler.static TabHandlerTabHandlers. selectedContentHasClassName(String selectedClassName)Returns an instance ofTabHandlerin which all contents are always visible, but a selected tab contents has a given class name.Methods in org.vaadin.miki.superfields.tabs with parameters of type TabHandler Modifier and Type Method Description voidSuperTabs. setTabHandler(TabHandler tabHandler)Sets the newTabHandlerto use.SuperTabs<T>SuperTabs. withTabHandler(TabHandler tabHandler)ChainsSuperTabs.setTabHandler(TabHandler)and returns itself.Constructors in org.vaadin.miki.superfields.tabs with parameters of type TabHandler Constructor Description 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.
-