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.Component
com.vaadin.flow.component.icon.Icon
getIcon()
getName()
void
setCloseable
(boolean closeable) void
setComponent
(com.vaadin.flow.component.Component component) void
setIcon
(com.vaadin.flow.component.icon.Icon icon) void
Methods inherited from class com.vaadin.flow.component.tabs.Tab
getFlexGrow, getLabel, isSelected, setFlexGrow, setLabel, setSelected, toString
Methods 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, setVisible
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.vaadin.flow.component.AttachNotifier
addAttachListener
Methods inherited from interface com.vaadin.flow.component.DetachNotifier
addDetachListener
Methods inherited from interface com.vaadin.flow.component.HasAriaLabel
getAriaLabel, getAriaLabelledBy, setAriaLabel, setAriaLabelledBy
Methods inherited from interface com.vaadin.flow.component.HasComponents
add, add, add, addComponentAsFirst, addComponentAtIndex, remove, remove, removeAll
Methods inherited from interface com.vaadin.flow.component.HasElement
getElement
Methods inherited from interface com.vaadin.flow.component.HasEnabled
isEnabled, setEnabled
Methods inherited from interface com.vaadin.flow.component.HasStyle
addClassName, addClassNames, getClassName, getClassNames, getStyle, hasClassName, removeClassName, removeClassNames, setClassName, setClassName
Methods inherited from interface com.vaadin.flow.component.HasTheme
addThemeName, addThemeNames, getThemeName, getThemeNames, hasThemeName, removeThemeName, removeThemeNames, setThemeName, setThemeName
Methods inherited from interface com.vaadin.flow.component.shared.HasThemeVariant
addThemeVariants, removeThemeVariants
Methods 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)
-