Interface ComponentItem
- All Superinterfaces:
DropdownButtonItem
- All Known Implementing Classes:
AbstractDropdownButton.ComponentItemImpl
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.jmix.flowui.kit.component.dropdownbutton.DropdownButtonItem
DropdownButtonItem.ClickEvent
-
Method Summary
Modifier and TypeMethodDescriptioncom.vaadin.flow.component.Component
void
setContent
(com.vaadin.flow.component.Component content) Methods inherited from interface io.jmix.flowui.kit.component.dropdownbutton.DropdownButtonItem
addClickListener, getId, getParent, isEnabled, isVisible, setEnabled, setVisible
-
Method Details
-
setContent
void setContent(com.vaadin.flow.component.Component content) -
getContent
com.vaadin.flow.component.Component getContent()
-