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 Summary
Modifier and TypeFieldDescriptionprotected Map<Action,
ValuePickerButton> protected com.vaadin.flow.component.html.Div
protected final String
protected static final String
protected final String
protected static final String
Fields inherited from class io.jmix.flowui.kit.component.delegate.AbstractActionsHolderSupport
actions, actionShortcutBinding, component
-
Constructor Summary
ConstructorDescriptionValuePickerActionSupport
(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 Summary
Modifier and TypeMethodDescriptionprotected void
addActionInternal
(Action action, int index) protected void
protected com.vaadin.flow.component.html.Div
protected com.vaadin.flow.component.html.Div
protected com.vaadin.flow.dom.Element
protected boolean
removeActionInternal
(Action action) protected void
removeButton
(Action action) protected void
Methods inherited from class io.jmix.flowui.kit.component.delegate.AbstractActionsHolderSupport
addAction, addAction, addShortcutListenerIfNeeded, attachAction, detachAction, getAction, getActions, getActionShortcutBinding, getDefaultListenOnComponent, getShortcutLifecycleOwner, removeAction, removeShortcutListener
-
Field Details
-
SLOT_ACTIONS
- See Also:
-
ATTRIBUTE_HAS_ACTIONS
- See Also:
-
actionsSlot
-
hasActionsAttribute
-
actionsLayout
protected 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. -
ValuePickerActionSupport
public ValuePickerActionSupport(com.vaadin.flow.component.Component component) -
ValuePickerActionSupport
-
-
Method Details
-
addActionInternal
- Overrides:
addActionInternal
in classAbstractActionsHolderSupport<com.vaadin.flow.component.Component>
-
removeActionInternal
- Overrides:
removeActionInternal
in classAbstractActionsHolderSupport<com.vaadin.flow.component.Component>
-
addButton
-
removeButton
-
updateActionsSlot
protected void updateActionsSlot() -
getActionsLayout
protected com.vaadin.flow.component.html.Div getActionsLayout() -
createActionsLayout
protected com.vaadin.flow.component.html.Div createActionsLayout() -
getElement
protected com.vaadin.flow.dom.Element getElement()
-
ValuePickerActionSupport(Component)
,ValuePickerActionSupport(Component, String, String)