Class JmixValuePickerActionSupport
java.lang.Object
io.jmix.flowui.kit.component.delegate.AbstractActionsHolderSupport<com.vaadin.flow.component.Component>
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, actionsLayout, actionsSlot, ATTRIBUTE_HAS_ACTIONS, hasActionsAttribute, SLOT_ACTIONS
Fields inherited from class io.jmix.flowui.kit.component.delegate.AbstractActionsHolderSupport
actions, actionShortcutBinding, component
-
Constructor Summary
ConstructorDescriptionJmixValuePickerActionSupport
(C component) JmixValuePickerActionSupport
(com.vaadin.flow.component.HasElement component) Deprecated, for removal: This API element is subject to removal in a future version.JmixValuePickerActionSupport
(C component, String actionsSlot, String hasActionsAttribute) JmixValuePickerActionSupport
(PickerComponent<?> component, String actionsSlot, String hasActionsAttribute) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionprotected void
attachAction
(Action action) protected void
detachAction
(Action action) Methods inherited from class io.jmix.flowui.kit.component.valuepicker.ValuePickerActionSupport
addActionInternal, addButton, createActionsLayout, getActionsLayout, getElement, removeActionInternal, removeButton, updateActionsSlot
Methods inherited from class io.jmix.flowui.kit.component.delegate.AbstractActionsHolderSupport
addAction, addAction, addShortcutListenerIfNeeded, getAction, getActions, getActionShortcutBinding, removeAction, removeShortcutListener
-
Constructor Details
-
JmixValuePickerActionSupport
@Deprecated(since="2.2", forRemoval=true) public JmixValuePickerActionSupport(com.vaadin.flow.component.HasElement component) Deprecated, for removal: This API element is subject to removal in a future version. -
JmixValuePickerActionSupport
@Deprecated(since="2.2", forRemoval=true) public JmixValuePickerActionSupport(PickerComponent<?> component, String actionsSlot, String hasActionsAttribute) Deprecated, for removal: This API element is subject to removal in a future version. -
JmixValuePickerActionSupport
public JmixValuePickerActionSupport(C component) -
JmixValuePickerActionSupport
-
-
Method Details
-
attachAction
- Overrides:
attachAction
in classAbstractActionsHolderSupport<com.vaadin.flow.component.Component>
-
detachAction
- Overrides:
detachAction
in classAbstractActionsHolderSupport<com.vaadin.flow.component.Component>
-
JmixValuePickerActionSupport(Component)
,JmixValuePickerActionSupport(Component, String, String)