Uses of Interface
org.vaadin.miki.superfields.tabs.TabHandler
Packages that use TabHandler
-
Uses of TabHandler in org.vaadin.miki.superfields.tabs
Classes in org.vaadin.miki.superfields.tabs that implement TabHandlerModifier and TypeClassDescriptionfinal classImplementation ofTabHandlerthat relies on lambdas.Fields in org.vaadin.miki.superfields.tabs declared as TabHandlerModifier and TypeFieldDescriptionstatic final TabHandlerTabHandlers.REMOVING_HANDLERA {TabHandlerthat adds and removes tab content.static final TabHandlerTabHandlers.VISIBILITY_HANDLERATabHandlerthat toggles visibility.Methods in org.vaadin.miki.superfields.tabs that return TabHandlerModifier and TypeMethodDescriptionSuperTabs.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 TabHandlerModifier and TypeMethodDescriptionvoidSuperTabs.setTabHandler(TabHandler tabHandler) Sets the newTabHandlerto use.SuperTabs.withTabHandler(TabHandler tabHandler) ChainsSuperTabs.setTabHandler(TabHandler)and returns itself.Constructors in org.vaadin.miki.superfields.tabs with parameters of type TabHandlerModifierConstructorDescriptionSuperTabs(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.