Class ComboButtonActionSupport
java.lang.Object
io.jmix.flowui.kit.component.combobutton.ComboButtonActionSupport
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected Actionprotected com.vaadin.flow.shared.Registrationprotected final ComboButtonprotected com.vaadin.flow.shared.Registration
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidaddActionVariant(ComboButton component, ActionVariant actionVariant) protected voidprotected voidonButtonClick(com.vaadin.flow.component.ClickEvent<com.vaadin.flow.component.contextmenu.MenuItem> event) protected voidremoveActionVariant(ComboButton component, ActionVariant actionVariant) protected voidvoidprotected voidupdateActionVariant(boolean overrideComponentProperties) protected voidprotected voidupdateIcon(boolean overrideComponentProperties) protected voidupdateText(boolean overrideComponentProperties) protected voidupdateTitle(boolean overrideComponentProperties) protected void
- 
Field Details- 
comboButton
- 
action
- 
comboButtonClickRegistrationprotected com.vaadin.flow.shared.Registration comboButtonClickRegistration
- 
actionPropertyChangeRegistrationprotected com.vaadin.flow.shared.Registration actionPropertyChangeRegistration
 
- 
- 
Constructor Details- 
ComboButtonActionSupport
 
- 
- 
Method Details- 
setAction
- 
getAction
- 
addActionVariant
- 
removeActionVariant
- 
removeRegistrationsprotected void removeRegistrations()
- 
updateTextprotected void updateText(boolean overrideComponentProperties) 
- 
updateEnabledprotected void updateEnabled()
- 
updateVisibleprotected void updateVisible()
- 
updateActionVariantprotected void updateActionVariant(boolean overrideComponentProperties) 
- 
updateIconprotected void updateIcon(boolean overrideComponentProperties) 
- 
updateTitleprotected void updateTitle(boolean overrideComponentProperties) 
- 
onButtonClickprotected void onButtonClick(com.vaadin.flow.component.ClickEvent<com.vaadin.flow.component.contextmenu.MenuItem> event) 
- 
onActionPropertyChange
 
-