Class JmixValuePickerActionSupport
java.lang.Object
io.jmix.flowui.kit.component.valuepicker.ValuePickerActionSupport
io.jmix.flowui.component.valuepicker.JmixValuePickerActionSupport
-
Field Summary
Fields inherited from class io.jmix.flowui.kit.component.valuepicker.ValuePickerActionSupport
actionBinding, actions, actionsLayout, actionsSlot, ATTRIBUTE_HAS_ACTIONS, component, hasActionsAttribute, SLOT_ACTIONS
-
Constructor Summary
ConstructorDescriptionJmixValuePickerActionSupport
(com.vaadin.flow.component.HasElement component) JmixValuePickerActionSupport
(PickerComponent<?> component, String actionsSlot, String hasActionsAttribute) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
addActionInternal
(Action action, int index) protected void
attachAction
(Action action) protected void
detachAction
(Action action) protected void
removeActionInternal
(Action action) Methods inherited from class io.jmix.flowui.kit.component.valuepicker.ValuePickerActionSupport
addAction, addAction, addButton, createActionsLayout, getAction, getActions, getActionsLayout, getElement, removeAction, removeButton, updateActionsSlot
-
Constructor Details
-
JmixValuePickerActionSupport
public JmixValuePickerActionSupport(com.vaadin.flow.component.HasElement component) -
JmixValuePickerActionSupport
public JmixValuePickerActionSupport(PickerComponent<?> component, String actionsSlot, String hasActionsAttribute)
-
-
Method Details
-
addActionInternal
- Overrides:
addActionInternal
in classValuePickerActionSupport
-
removeActionInternal
- Overrides:
removeActionInternal
in classValuePickerActionSupport
-
attachAction
-
detachAction
-