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
ConstructorsConstructorDescriptionJmixValuePickerActionSupport(com.vaadin.flow.component.HasElement component) JmixValuePickerActionSupport(PickerComponent<?> component, String actionsSlot, String hasActionsAttribute) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddActionInternal(Action action, int index) protected voidattachAction(Action action) protected voiddetachAction(Action action) protected voidremoveActionInternal(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:
addActionInternalin classValuePickerActionSupport
-
removeActionInternal
- Overrides:
removeActionInternalin classValuePickerActionSupport
-
attachAction
-
detachAction
-