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
FieldsModifier 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.AbstractActionsHolderSupport
actions, actionShortcutBinding, component -
Constructor Summary
ConstructorsConstructorDescriptionValuePickerActionSupport(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 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.AbstractActionsHolderSupport
addAction, addAction, addShortcutListenerIfNeeded, attachAction, detachAction, getAction, getActions, getActionShortcutBinding, 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:
addActionInternalin classAbstractActionsHolderSupport<com.vaadin.flow.component.Component>
-
removeActionInternal
- Overrides:
removeActionInternalin 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)