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 SummaryFields inherited from class io.jmix.flowui.kit.component.valuepicker.ValuePickerActionSupportactionBinding, actionsLayout, actionsSlot, ATTRIBUTE_HAS_ACTIONS, hasActionsAttribute, SLOT_ACTIONSFields inherited from class io.jmix.flowui.kit.component.delegate.AbstractActionsHolderSupportactions, actionShortcutBinding, component
- 
Constructor SummaryConstructorsConstructorDescriptionJmixValuePickerActionSupport(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 SummaryModifier and TypeMethodDescriptionprotected voidattachAction(Action action) protected voiddetachAction(Action action) Methods inherited from class io.jmix.flowui.kit.component.valuepicker.ValuePickerActionSupportaddActionInternal, addButton, createActionsLayout, getActionsLayout, getElement, removeActionInternal, removeButton, updateActionsSlotMethods inherited from class io.jmix.flowui.kit.component.delegate.AbstractActionsHolderSupportaddAction, 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.
- 
JmixValuePickerActionSupportpublic JmixValuePickerActionSupport(C component) 
- 
JmixValuePickerActionSupport
 
- 
- 
Method Details- 
attachAction- Overrides:
- attachActionin class- AbstractActionsHolderSupport<com.vaadin.flow.component.Component>
 
- 
detachAction- Overrides:
- detachActionin class- AbstractActionsHolderSupport<com.vaadin.flow.component.Component>
 
 
- 
JmixValuePickerActionSupport(Component),JmixValuePickerActionSupport(Component, String, String)