Class ValuePickerActionSupport
java.lang.Object
io.jmix.flowui.kit.component.valuepicker.ValuePickerActionSupport
- Direct Known Subclasses:
JmixValuePickerActionSupport
-
Field Summary
-
Constructor Summary
ConstructorDescriptionValuePickerActionSupport
(com.vaadin.flow.component.HasElement component) ValuePickerActionSupport
(com.vaadin.flow.component.HasElement component, String actionsSlot, String hasActionsAttribute) -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
protected void
addActionInternal
(Action action, int index) protected void
protected com.vaadin.flow.component.html.Div
protected com.vaadin.flow.component.html.Div
protected com.vaadin.flow.dom.Element
void
removeAction
(Action action) protected void
removeActionInternal
(Action action) protected void
removeButton
(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()
-