Class ValuePickerActionSupport
java.lang.Object
io.jmix.flowui.kit.component.valuepicker.ValuePickerActionSupport
- Direct Known Subclasses:
JmixValuePickerActionSupport
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionValuePickerActionSupport(com.vaadin.flow.component.HasElement component) ValuePickerActionSupport(com.vaadin.flow.component.HasElement component, String actionsSlot, String hasActionsAttribute) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidprotected voidaddActionInternal(Action action, int index) protected voidprotected com.vaadin.flow.component.html.Divprotected com.vaadin.flow.component.html.Divprotected com.vaadin.flow.dom.ElementvoidremoveAction(Action action) protected voidremoveActionInternal(Action action) protected voidremoveButton(Action action) protected void
-
Field Details
-
SLOT_ACTIONS
- See Also:
-
ATTRIBUTE_HAS_ACTIONS
- See Also:
-
component
protected final com.vaadin.flow.component.HasElement component -
actionsSlot
-
hasActionsAttribute
-
actionsLayout
protected com.vaadin.flow.component.html.Div actionsLayout -
actions
-
actionBinding
-
-
Constructor Details
-
ValuePickerActionSupport
public ValuePickerActionSupport(com.vaadin.flow.component.HasElement component) -
ValuePickerActionSupport
-
-
Method Details
-
addAction
-
addAction
-
addActionInternal
-
removeAction
-
removeActionInternal
-
getAction
-
getActions
-
addButton
-
removeButton
-
updateActionsSlot
protected void updateActionsSlot() -
getActionsLayout
protected com.vaadin.flow.component.html.Div getActionsLayout() -
createActionsLayout
protected com.vaadin.flow.component.html.Div createActionsLayout() -
getElement
protected com.vaadin.flow.dom.Element getElement()
-