Package io.jmix.ui.component
Interface Accordion.Tab
- All Superinterfaces:
Component.HasIcon
- All Known Implementing Classes:
AccordionImpl.Tab
- Enclosing interface:
- Accordion
Tab interface.
-
Method Summary
Modifier and TypeMethodDescriptionGets tab caption.getName()
Gets tab id.boolean
Whether the tab is enabled.boolean
Whether the tab is visible.void
setCaption
(String caption) Sets tab caption.void
setEnabled
(boolean enabled) void
INTERNAL.void
setStyleName
(String styleName) Sets style for UI element that represents the tab header.void
setVisible
(boolean visible) Methods inherited from interface io.jmix.ui.component.Component.HasIcon
getIcon, setIcon, setIconFromSet
-
Method Details
-
getName
String getName()Gets tab id. -
setName
INTERNAL. Sets tab id. -
getCaption
String getCaption()Gets tab caption. -
setCaption
Sets tab caption. -
isEnabled
boolean isEnabled()Whether the tab is enabled. -
setEnabled
-
isVisible
boolean isVisible()Whether the tab is visible. -
setVisible
-
setStyleName
@StudioProperty(name="stylename", type=CSS_CLASSNAME_LIST) void setStyleName(@Nullable String styleName) Sets style for UI element that represents the tab header.- Parameters:
styleName
- style
-
getStyleName
-