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.booleanWhether the tab is enabled.booleanWhether the tab is visible.voidsetCaption(String caption) Sets tab caption.voidsetEnabled(boolean enabled) voidINTERNAL.voidsetStyleName(String styleName) Sets style for UI element that represents the tab header.voidsetVisible(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
-