Class ValuePickerActionSupport
java.lang.Object
io.jmix.flowui.kit.component.delegate.AbstractActionsHolderSupport<com.vaadin.flow.component.Component>
io.jmix.flowui.kit.component.valuepicker.ValuePickerActionSupport
- Direct Known Subclasses:
- JmixValuePickerActionSupport
public class ValuePickerActionSupport
extends AbstractActionsHolderSupport<com.vaadin.flow.component.Component>
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected Map<Action,ValuePickerButton> protected com.vaadin.flow.component.html.Divprotected final Stringprotected static final Stringprotected final Stringprotected static final StringFields inherited from class io.jmix.flowui.kit.component.delegate.AbstractActionsHolderSupportactions, actionShortcutBinding, component
- 
Constructor SummaryConstructorsConstructorDescriptionValuePickerActionSupport(com.vaadin.flow.component.Component component) ValuePickerActionSupport(com.vaadin.flow.component.Component component, String actionsSlot, String hasActionsAttribute) ValuePickerActionSupport(com.vaadin.flow.component.HasElement component) Deprecated, for removal: This API element is subject to removal in a future version.ValuePickerActionSupport(com.vaadin.flow.component.HasElement component, String actionsSlot, String hasActionsAttribute) Deprecated, for removal: This API element is subject to removal in a future version.
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidaddActionInternal(Action action, int index) protected voidprotected com.vaadin.flow.component.html.Divprotected com.vaadin.flow.component.html.Divprotected com.vaadin.flow.dom.Elementprotected booleanremoveActionInternal(Action action) protected voidremoveButton(Action action) protected voidMethods inherited from class io.jmix.flowui.kit.component.delegate.AbstractActionsHolderSupportaddAction, addAction, addShortcutListenerIfNeeded, attachAction, detachAction, getAction, getActions, getActionShortcutBinding, getDefaultListenOnComponent, getShortcutLifecycleOwner, removeAction, removeShortcutListener
- 
Field Details- 
SLOT_ACTIONS- See Also:
 
- 
ATTRIBUTE_HAS_ACTIONS- See Also:
 
- 
actionsSlot
- 
hasActionsAttribute
- 
actionsLayoutprotected com.vaadin.flow.component.html.Div actionsLayout
- 
actionBinding
 
- 
- 
Constructor Details- 
ValuePickerActionSupport@Deprecated(since="2.2", forRemoval=true) public ValuePickerActionSupport(com.vaadin.flow.component.HasElement component) Deprecated, for removal: This API element is subject to removal in a future version.
- 
ValuePickerActionSupport@Deprecated(since="2.2", forRemoval=true) public ValuePickerActionSupport(com.vaadin.flow.component.HasElement component, String actionsSlot, String hasActionsAttribute) Deprecated, for removal: This API element is subject to removal in a future version.
- 
ValuePickerActionSupportpublic ValuePickerActionSupport(com.vaadin.flow.component.Component component) 
- 
ValuePickerActionSupport
 
- 
- 
Method Details- 
addActionInternal- Overrides:
- addActionInternalin class- AbstractActionsHolderSupport<com.vaadin.flow.component.Component>
 
- 
removeActionInternal- Overrides:
- removeActionInternalin class- AbstractActionsHolderSupport<com.vaadin.flow.component.Component>
 
- 
addButton
- 
removeButton
- 
updateActionsSlotprotected void updateActionsSlot()
- 
getActionsLayoutprotected com.vaadin.flow.component.html.Div getActionsLayout()
- 
createActionsLayoutprotected com.vaadin.flow.component.html.Div createActionsLayout()
- 
getElementprotected com.vaadin.flow.dom.Element getElement()
 
- 
ValuePickerActionSupport(Component),ValuePickerActionSupport(Component, String, String)