Package org.jumpmind.vaadin.ui.common
Class TabSheet.EnhancedTab
java.lang.Object
com.vaadin.flow.component.Component
com.vaadin.flow.component.tabs.Tab
org.jumpmind.vaadin.ui.common.TabSheet.EnhancedTab
- All Implemented Interfaces:
com.vaadin.flow.component.AttachNotifier,com.vaadin.flow.component.DetachNotifier,com.vaadin.flow.component.HasAriaLabel,com.vaadin.flow.component.HasComponents,com.vaadin.flow.component.HasElement,com.vaadin.flow.component.HasEnabled,com.vaadin.flow.component.HasLabel,com.vaadin.flow.component.HasStyle,com.vaadin.flow.component.HasTheme,com.vaadin.flow.component.shared.HasThemeVariant<com.vaadin.flow.component.tabs.TabVariant>,com.vaadin.flow.component.shared.HasTooltip,Serializable
- Enclosing class:
- TabSheet
public class TabSheet.EnhancedTab
extends com.vaadin.flow.component.tabs.Tab
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEnhancedTab(String name, com.vaadin.flow.component.Component component) EnhancedTab(String name, com.vaadin.flow.component.icon.Icon icon, com.vaadin.flow.component.Component component) -
Method Summary
Modifier and TypeMethodDescriptioncom.vaadin.flow.component.Componentcom.vaadin.flow.component.icon.IcongetIcon()getName()voidsetCloseable(boolean closeable) voidsetComponent(com.vaadin.flow.component.Component component) voidsetIcon(com.vaadin.flow.component.icon.Icon icon) voidMethods inherited from class com.vaadin.flow.component.tabs.Tab
getFlexGrow, getLabel, isSelected, setFlexGrow, setLabel, setSelected, toStringMethods inherited from class com.vaadin.flow.component.Component
addListener, findAncestor, fireEvent, from, get, getChildren, getElement, getEventBus, getId, getListeners, getLocale, getParent, getTranslation, getTranslation, getTranslation, getTranslation, getTranslation, getTranslation, getUI, hasListener, isAttached, isTemplateMapped, isVisible, onAttach, onDetach, onEnabledStateChanged, removeFromParent, scrollIntoView, scrollIntoView, set, setElement, setId, setVisibleMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.vaadin.flow.component.AttachNotifier
addAttachListenerMethods inherited from interface com.vaadin.flow.component.DetachNotifier
addDetachListenerMethods inherited from interface com.vaadin.flow.component.HasAriaLabel
getAriaLabel, getAriaLabelledBy, setAriaLabel, setAriaLabelledByMethods inherited from interface com.vaadin.flow.component.HasComponents
add, add, add, addComponentAsFirst, addComponentAtIndex, remove, remove, removeAllMethods inherited from interface com.vaadin.flow.component.HasElement
getElementMethods inherited from interface com.vaadin.flow.component.HasEnabled
isEnabled, setEnabledMethods inherited from interface com.vaadin.flow.component.HasStyle
addClassName, addClassNames, getClassName, getClassNames, getStyle, hasClassName, removeClassName, removeClassNames, setClassName, setClassNameMethods inherited from interface com.vaadin.flow.component.HasTheme
addThemeName, addThemeNames, getThemeName, getThemeNames, hasThemeName, removeThemeName, removeThemeNames, setThemeName, setThemeNameMethods inherited from interface com.vaadin.flow.component.shared.HasThemeVariant
addThemeVariants, removeThemeVariantsMethods inherited from interface com.vaadin.flow.component.shared.HasTooltip
getTooltip, setTooltipText
-
Constructor Details
-
EnhancedTab
-
EnhancedTab
public EnhancedTab(String name, com.vaadin.flow.component.icon.Icon icon, com.vaadin.flow.component.Component component)
-
-
Method Details
-
getName
-
setName
-
getIcon
public com.vaadin.flow.component.icon.Icon getIcon() -
setIcon
public void setIcon(com.vaadin.flow.component.icon.Icon icon) -
getComponent
public com.vaadin.flow.component.Component getComponent() -
setComponent
public void setComponent(com.vaadin.flow.component.Component component) -
setCloseable
public void setCloseable(boolean closeable)
-