Class TwinColumn<V>
java.lang.Object
com.vaadin.flow.component.Component
com.vaadin.flow.component.AbstractField<JmixTwinColumn<V>,Collection<V>>
io.jmix.flowui.kit.component.twincolumn.JmixTwinColumn<V>
io.jmix.flowui.component.twincolumn.TwinColumn<V>
- All Implemented Interfaces:
com.vaadin.flow.component.AttachNotifier
,com.vaadin.flow.component.DetachNotifier
,com.vaadin.flow.component.HasAriaLabel
,com.vaadin.flow.component.HasElement
,com.vaadin.flow.component.HasEnabled
,com.vaadin.flow.component.HasHelper
,com.vaadin.flow.component.HasLabel
,com.vaadin.flow.component.HasSize
,com.vaadin.flow.component.HasStyle
,com.vaadin.flow.component.HasTheme
,com.vaadin.flow.component.HasValidation
,com.vaadin.flow.component.HasValue<com.vaadin.flow.component.AbstractField.ComponentValueChangeEvent<JmixTwinColumn<V>,
,Collection<V>>, Collection<V>> com.vaadin.flow.component.HasValueAndElement<com.vaadin.flow.component.AbstractField.ComponentValueChangeEvent<JmixTwinColumn<V>,
,Collection<V>>, Collection<V>> com.vaadin.flow.component.shared.HasThemeVariant<TwinColumnVariant>
,com.vaadin.flow.component.shared.HasValidationProperties
,com.vaadin.flow.data.provider.HasDataView<V,
,Void, TwinColumnDataView<V>> com.vaadin.flow.data.provider.HasListDataView<V,
,TwinColumnListDataView<V>> HasRequired
,SupportsValidation<Collection<V>>
,SupportsDataProvider<V>
,SupportsItemsContainer<V>
,SupportsItemsEnum<V>
,SupportsValueSource<Collection<V>>
,Serializable
,org.springframework.beans.factory.Aware
,org.springframework.beans.factory.InitializingBean
,org.springframework.context.ApplicationContextAware
public class TwinColumn<V>
extends JmixTwinColumn<V>
implements SupportsItemsContainer<V>, SupportsValueSource<Collection<V>>, SupportsItemsEnum<V>, SupportsDataProvider<V>, SupportsValidation<Collection<V>>, HasRequired, org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.InitializingBean
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.vaadin.flow.component.AbstractField
com.vaadin.flow.component.AbstractField.ComponentValueChangeEvent<C extends com.vaadin.flow.component.Component,
V extends Object> Nested classes/interfaces inherited from interface com.vaadin.flow.component.HasValue
com.vaadin.flow.component.HasValue.ValueChangeEvent<V extends Object>, com.vaadin.flow.component.HasValue.ValueChangeListener<E extends com.vaadin.flow.component.HasValue.ValueChangeEvent<?>>
-
Field Summary
Modifier and TypeFieldDescriptionprotected org.springframework.context.ApplicationContext
protected DataViewDelegate<TwinColumn<V>,
V> protected TwinColumnDelegate<TwinColumn<V>,
Collection<V>, Collection<V>> protected Messages
protected MetadataTools
Fields inherited from class io.jmix.flowui.kit.component.twincolumn.JmixTwinColumn
actionsPanel, columnsWithSavedScrollPosition, columnToScrollValue, deselectAllItems, deselectItems, items, itemsColumnLabel, itemsData, itemsListeners, reorderable, saveAndRestoreColumnsScrollTopPosition, selectAllItems, selectedItems, selectedItemsColumnLabel, selectedItemsListeners, selectItems
Fields inherited from interface io.jmix.flowui.component.HasRequired
PROPERTY_REQUIRED
Fields inherited from interface io.jmix.flowui.component.SupportsValidation
PROPERTY_ERROR_MESSAGE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncom.vaadin.flow.shared.Registration
addValidator
(Validator<? super Collection<V>> validator) void
protected String
applyColumnItemLabelFormat
(V value) protected void
protected void
bindDataProvider
(com.vaadin.flow.data.provider.DataProvider<V, ?> dataProvider) protected DataViewDelegate<TwinColumn<V>,
V> protected TwinColumnDelegate<TwinColumn<V>,
Collection<V>, Collection<V>> protected void
void
com.vaadin.flow.data.provider.DataProvider<V,
?> protected void
boolean
isEmpty()
boolean
boolean
protected void
onDataChange
(com.vaadin.flow.data.provider.DataChangeEvent<V> event) void
setApplicationContext
(org.springframework.context.ApplicationContext applicationContext) void
setEnabled
(boolean enabled) void
setErrorMessage
(String errorMessage) void
setInvalid
(boolean invalid) Sets invalid state to the field considering result of field validation.void
setItems
(CollectionContainer<V> container) Sets items from the passedCollectionContainer
.void
Sets items from the passedEnumClass
.void
setReadOnly
(boolean readOnly) void
setRequired
(boolean required) void
setRequiredIndicatorVisible
(boolean requiredIndicatorVisible) void
setRequiredMessage
(String requiredMessage) void
setSelectAllButtonsVisible
(Boolean selectAllButtonsVisible) Component provides the ability to select or deselect all items.void
setValue
(Collection<V> value) void
setValueSource
(ValueSource<Collection<V>> valueSource) Methods inherited from class io.jmix.flowui.kit.component.twincolumn.JmixTwinColumn
columnItemDoubleClicked, createButton, createButtonsPanel, createColumn, createColumnLabel, createColumnLabels, createColumns, createContent, getGenericDataView, getItemsColumnLabel, getListDataView, getSelectedItemsColumnLabel, initComponent, isReorderable, isSelectAllButtonsVisible, recreateItems, setDataProvider, setHeight, setItemLabelGenerator, setItemsColumnLabel, setMaxHeight, setMaxWidth, setMinHeight, setMinWidth, setPresentationValue, setReorderable, setSelectedItemsColumnLabel, setWidth, updateColumnLabelPadding, updateValueInternal
Methods inherited from class com.vaadin.flow.component.AbstractField
addValueChangeListener, getEmptyValue, getValue, setModelValue, valueEquals
Methods inherited from class com.vaadin.flow.component.Component
addListener, findAncestor, fireEvent, from, get, getChildren, getElement, getEventBus, getId, getListeners, getLocale, getParent, getTranslation, getTranslation, getTranslation, getTranslation, getTranslation, getTranslation, getUI, hasListener, isAttached, isTemplateMapped, isVisible, onAttach, onDetach, onEnabledStateChanged, removeFromParent, scrollIntoView, scrollIntoView, set, setElement, setId, setVisible
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.vaadin.flow.component.AttachNotifier
addAttachListener
Methods inherited from interface com.vaadin.flow.component.DetachNotifier
addDetachListener
Methods inherited from interface com.vaadin.flow.component.HasAriaLabel
getAriaLabel, getAriaLabelledBy, setAriaLabel, setAriaLabelledBy
Methods inherited from interface com.vaadin.flow.component.HasElement
getElement
Methods inherited from interface com.vaadin.flow.component.HasEnabled
isEnabled
Methods inherited from interface com.vaadin.flow.component.HasHelper
getHelperComponent, getHelperText, setHelperComponent, setHelperText
Methods inherited from interface com.vaadin.flow.component.HasLabel
getLabel, setLabel
Methods inherited from interface com.vaadin.flow.data.provider.HasListDataView
setItems, setItems
Methods inherited from interface io.jmix.flowui.component.HasRequired
isRequired
Methods inherited from interface com.vaadin.flow.component.HasSize
getHeight, getHeightUnit, getMaxHeight, getMaxWidth, getMinHeight, getMinWidth, getWidth, getWidthUnit, setHeight, setHeightFull, setMaxHeight, setMaxWidth, setMinHeight, setMinWidth, setSizeFull, setSizeUndefined, setWidth, setWidthFull
Methods inherited from interface com.vaadin.flow.component.HasStyle
addClassName, addClassNames, getClassName, getClassNames, getStyle, hasClassName, removeClassName, removeClassNames, setClassName, setClassName
Methods inherited from interface com.vaadin.flow.component.HasTheme
addThemeName, addThemeNames, getThemeName, getThemeNames, hasThemeName, removeThemeName, removeThemeNames, setThemeName, setThemeName
Methods inherited from interface com.vaadin.flow.component.shared.HasThemeVariant
addThemeVariants, removeThemeVariants
Methods inherited from interface com.vaadin.flow.component.HasValidation
setManualValidation
Methods inherited from interface com.vaadin.flow.component.HasValue
clear, getOptionalValue
Methods inherited from interface com.vaadin.flow.component.HasValueAndElement
isReadOnly
-
Field Details
-
applicationContext
protected org.springframework.context.ApplicationContext applicationContext -
messages
-
metadataTools
-
fieldDelegate
-
dataViewDelegate
-
-
Constructor Details
-
TwinColumn
public TwinColumn()
-
-
Method Details
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException - Specified by:
setApplicationContext
in interfaceorg.springframework.context.ApplicationContextAware
- Throws:
org.springframework.beans.BeansException
-
afterPropertiesSet
public void afterPropertiesSet()- Specified by:
afterPropertiesSet
in interfaceorg.springframework.beans.factory.InitializingBean
-
setValueSource
- Specified by:
setValueSource
in interfaceSupportsValueSource<V>
-
getValueSource
- Specified by:
getValueSource
in interfaceSupportsValueSource<V>
-
setItems
Description copied from interface:SupportsItemsContainer
Sets items from the passedCollectionContainer
.- Specified by:
setItems
in interfaceSupportsItemsContainer<V>
- Parameters:
container
- aCollectionContainer
to be used as items source- See Also:
-
setItems
Description copied from interface:SupportsItemsEnum
Sets items from the passedEnumClass
.- Specified by:
setItems
in interfaceSupportsItemsEnum<V>
- Parameters:
itemsEnum
- aEnumClass
to be used as items source- See Also:
-
setItems
public TwinColumnDataView<V> setItems(com.vaadin.flow.data.provider.DataProvider<V, Void> dataProvider) - Specified by:
setItems
in interfacecom.vaadin.flow.data.provider.HasDataView<V,
Void, TwinColumnDataView<V>> - Overrides:
setItems
in classJmixTwinColumn<V>
-
setItems
public TwinColumnDataView<V> setItems(com.vaadin.flow.data.provider.InMemoryDataProvider<V> dataProvider) - Specified by:
setItems
in interfacecom.vaadin.flow.data.provider.HasDataView<V,
Void, TwinColumnDataView<V>> - Overrides:
setItems
in classJmixTwinColumn<V>
-
setItems
public TwinColumnListDataView<V> setItems(com.vaadin.flow.data.provider.ListDataProvider<V> dataProvider) - Specified by:
setItems
in interfacecom.vaadin.flow.data.provider.HasListDataView<V,
TwinColumnListDataView<V>> - Overrides:
setItems
in classJmixTwinColumn<V>
-
getDataProvider
- Specified by:
getDataProvider
in interfaceSupportsDataProvider<V>
- Overrides:
getDataProvider
in classJmixTwinColumn<V>
-
addValidator
- Specified by:
addValidator
in interfaceSupportsValidation<V>
-
executeValidators
- Specified by:
executeValidators
in interfaceSupportsValidation<V>
- Throws:
ValidationException
-
setInvalid
public void setInvalid(boolean invalid) Description copied from interface:SupportsValidation
Sets invalid state to the field considering result of field validation.- Invalid - false and validation passed - false = field is invalid
- Invalid - false and validation passed - true = field is valid
- Invalid - true and validation passed - false = field is invalid
- Invalid - true and validation passed - true = field is invalid
- Specified by:
setInvalid
in interfacecom.vaadin.flow.component.HasValidation
- Specified by:
setInvalid
in interfacecom.vaadin.flow.component.shared.HasValidationProperties
- Specified by:
setInvalid
in interfaceSupportsValidation<V>
- Parameters:
invalid
- whether field should be invalid
-
isInvalid
public boolean isInvalid()- Specified by:
isInvalid
in interfacecom.vaadin.flow.component.HasValidation
- Specified by:
isInvalid
in interfacecom.vaadin.flow.component.shared.HasValidationProperties
-
getRequiredMessage
- Specified by:
getRequiredMessage
in interfaceHasRequired
-
setRequiredMessage
- Specified by:
setRequiredMessage
in interfaceHasRequired
-
setRequired
public void setRequired(boolean required) - Specified by:
setRequired
in interfaceHasRequired
-
setRequiredIndicatorVisible
public void setRequiredIndicatorVisible(boolean requiredIndicatorVisible) - Specified by:
setRequiredIndicatorVisible
in interfacecom.vaadin.flow.component.HasValue<com.vaadin.flow.component.AbstractField.ComponentValueChangeEvent<JmixTwinColumn<V>,
Collection<V>>, Collection<V>> - Specified by:
setRequiredIndicatorVisible
in interfacecom.vaadin.flow.component.HasValueAndElement<com.vaadin.flow.component.AbstractField.ComponentValueChangeEvent<JmixTwinColumn<V>,
Collection<V>>, Collection<V>>
-
isEmpty
public boolean isEmpty()- Specified by:
isEmpty
in interfacecom.vaadin.flow.component.HasValue<com.vaadin.flow.component.AbstractField.ComponentValueChangeEvent<JmixTwinColumn<V>,
Collection<V>>, Collection<V>> - Overrides:
isEmpty
in classcom.vaadin.flow.component.AbstractField<JmixTwinColumn<V>,
Collection<V>>
-
isRequiredIndicatorVisible
public boolean isRequiredIndicatorVisible()- Specified by:
isRequiredIndicatorVisible
in interfacecom.vaadin.flow.component.HasValue<com.vaadin.flow.component.AbstractField.ComponentValueChangeEvent<JmixTwinColumn<V>,
Collection<V>>, Collection<V>> - Specified by:
isRequiredIndicatorVisible
in interfacecom.vaadin.flow.component.HasValueAndElement<com.vaadin.flow.component.AbstractField.ComponentValueChangeEvent<JmixTwinColumn<V>,
Collection<V>>, Collection<V>>
-
setErrorMessage
- Specified by:
setErrorMessage
in interfacecom.vaadin.flow.component.HasValidation
- Specified by:
setErrorMessage
in interfacecom.vaadin.flow.component.shared.HasValidationProperties
- Specified by:
setErrorMessage
in interfaceSupportsValidation<V>
-
getErrorMessage
- Specified by:
getErrorMessage
in interfacecom.vaadin.flow.component.HasValidation
- Specified by:
getErrorMessage
in interfacecom.vaadin.flow.component.shared.HasValidationProperties
- Specified by:
getErrorMessage
in interfaceSupportsValidation<V>
-
setValue
- Specified by:
setValue
in interfacecom.vaadin.flow.component.HasValue<com.vaadin.flow.component.AbstractField.ComponentValueChangeEvent<JmixTwinColumn<V>,
Collection<V>>, Collection<V>> - Overrides:
setValue
in classcom.vaadin.flow.component.AbstractField<JmixTwinColumn<V>,
Collection<V>>
-
setReadOnly
public void setReadOnly(boolean readOnly) - Specified by:
setReadOnly
in interfacecom.vaadin.flow.component.HasValue<com.vaadin.flow.component.AbstractField.ComponentValueChangeEvent<JmixTwinColumn<V>,
Collection<V>>, Collection<V>> - Specified by:
setReadOnly
in interfacecom.vaadin.flow.component.HasValueAndElement<com.vaadin.flow.component.AbstractField.ComponentValueChangeEvent<JmixTwinColumn<V>,
Collection<V>>, Collection<V>> - Overrides:
setReadOnly
in classJmixTwinColumn<V>
-
setEnabled
public void setEnabled(boolean enabled) - Specified by:
setEnabled
in interfacecom.vaadin.flow.component.HasEnabled
-
setSelectAllButtonsVisible
Description copied from class:JmixTwinColumn
Component provides the ability to select or deselect all items. This feature is disabled by default. Settingtrue
shows two buttons to select or deselect all items.- Overrides:
setSelectAllButtonsVisible
in classJmixTwinColumn<V>
-
autowireDependencies
protected void autowireDependencies() -
initComponentMessages
protected void initComponentMessages() -
createValueChangeListener
protected void createValueChangeListener() -
onDataChange
- Overrides:
onDataChange
in classJmixTwinColumn<V>
-
bindDataProvider
-
createFieldDelegate
-
createDataViewDelegate
-
applyColumnItemLabelFormat
- Overrides:
applyColumnItemLabelFormat
in classJmixTwinColumn<V>
-