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_ACTIONSFields inherited from class io.jmix.flowui.kit.component.delegate.AbstractActionsHolderSupport
actions, actionShortcutBinding, component -
Constructor Summary
ConstructorsConstructorDescriptionJmixValuePickerActionSupport(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 voidattachAction(Action action) protected voiddetachAction(Action action) Methods inherited from class io.jmix.flowui.kit.component.valuepicker.ValuePickerActionSupport
addActionInternal, addButton, createActionsLayout, getActionsLayout, getElement, removeActionInternal, removeButton, updateActionsSlotMethods inherited from class io.jmix.flowui.kit.component.delegate.AbstractActionsHolderSupport
addAction, addAction, addShortcutListenerIfNeeded, getAction, getActions, getActionShortcutBinding, getDefaultListenOnComponent, getShortcutLifecycleOwner, 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:
attachActionin classAbstractActionsHolderSupport<com.vaadin.flow.component.Component>
-
detachAction
- Overrides:
detachActionin classAbstractActionsHolderSupport<com.vaadin.flow.component.Component>
-
JmixValuePickerActionSupport(Component),JmixValuePickerActionSupport(Component, String, String)