T - Bean typeC - Concrete configurator typepublic interface BeanListingConfigurator<T,C extends BeanListingConfigurator<T,C>> extends ItemListingConfigurator<T,String,BeanListing<T>,C>, InputGroupConfigurator.BeanInputGroupConfigurator<T,ItemListing.EditorComponentGroup<String,T>,C>
BeanListing configurator.ItemListingConfigurator.BaseItemListingColumnConfigurator<C extends ItemListingConfigurator.BaseItemListingColumnConfigurator<C>>, ItemListingConfigurator.ColumnAlignment, ItemListingConfigurator.ColumnConfigurator, ItemListingConfigurator.ColumnPostProcessor<P>, ItemListingConfigurator.EditableItemListingRow<P>, ItemListingConfigurator.EditableItemListingSection<P>, ItemListingConfigurator.ItemListingColumnBuilder<T,P,L extends ItemListing<T,P>,B extends ItemListingConfigurator<T,P,L,B>>, ItemListingConfigurator.ItemListingColumnConfigurator<T,P,C extends ItemListingConfigurator.ItemListingColumnConfigurator<T,P,C>>, ItemListingConfigurator.ItemListingContextMenuBuilder<T,P,L extends ItemListing<T,P>,B extends ItemListingConfigurator<T,P,L,B>>ComponentConfigurator.BaseComponentConfiguratorHasSizeConfigurator.BaseHasSizeConfiguratorHasStyleConfigurator.BaseHasStyleConfiguratorHasEnabledConfigurator.BaseHasEnabledConfiguratorInputGroupConfigurator.BeanInputGroupConfigurator<T,G extends BoundComponentGroup<String,Input<?>>,C extends InputGroupConfigurator.BeanInputGroupConfigurator<T,G,C>>, InputGroupConfigurator.PropertySetInputGroupConfigurator<G extends BoundComponentGroup<com.holonplatform.core.property.Property<?>,Input<?>>,C extends InputGroupConfigurator.PropertySetInputGroupConfigurator<G,C>>FULL_SIZE| Modifier and Type | Method and Description |
|---|---|
C |
editor(String property,
Input<?> editor)
Set the
Input to use as given property column editor, when a listing row is in edit mode. |
default <V,F extends com.vaadin.flow.component.Component & com.vaadin.flow.component.HasValue<?,V>> |
editorField(String property,
F field)
Set the
HasValue component to use as given property column editor, when a listing row is in
editable mode. |
alignment, autoWidth, autoWidth, columnReorderingAllowed, columnsAutoWidth, componentRenderer, contextMenu, displayAfter, displayAsFirst, displayAsLast, displayBefore, dragDataGenerator, dragFilter, dropFilter, dropMode, editable, editable, editorBuffered, editorComponent, editorComponent, expand, flexGrow, footer, footer, footer, footer, footerComponent, frozen, frozen, frozenColumns, header, header, header, header, headerComponent, heightByRows, hidden, itemDetailsComponent, itemDetailsRenderer, itemDetailsText, itemDetailsVisibleOnClick, multiSelect, multiSort, notSelectable, pageSize, readOnly, renderer, resizable, resizable, rowsDraggable, selectAllCheckboxVisibility, selectionMode, singleSelect, sortable, sortable, sortComparator, sortProvider, sortUsing, sortUsing, styleNameGenerator, styleNameGenerator, valueProvider, verticalScrollingEnabled, visible, visibleColumns, visibleColumns, width, withColumn, withColumnPostProcessor, withColumnReorderListener, withColumnResizeListener, withComponentColumn, withDragEndListener, withDragStartListener, withDropListener, withEditorCancelListener, withEditorCloseListener, withEditorOpenListener, withEditorSaveListener, withItemClickListener, withItemRefreshListener, withSelectionListenercreate, elementConfiguration, hidden, id, visible, withAttachListener, withDetachListenerwithEventListener, withEventListener, withThemeNamecreate, fullHeight, fullSize, fullWidth, height, height, heightUndefined, maxHeight, maxWidth, minHeight, minWidth, sizeUndefined, width, width, widthUndefinedcreate, styleName, styleNamescreate, disabled, enabledtabIndex, withBlurListener, withFocusListener, withFocusShortcut, withFocusShortcutKeywithThemeVariantsdefaultValue, withValidator, withValueChangeListenerenableRefreshOnValueChange, groupValidationStatusHandler, required, required, required, required, validationStatusHandler, validationStatusHandler, validationStatusLabel, withPostProcessor, withValidatorusePropertyRendererRegistry, withValueChangeListenerC editor(String property, Input<?> editor)
Input to use as given property column editor, when a listing row is in edit mode.property - The property for which to set the editor (not null)editor - The property Input editor (not null)default <V,F extends com.vaadin.flow.component.Component & com.vaadin.flow.component.HasValue<?,V>> C editorField(String property, F field)
HasValue component to use as given property column editor, when a listing row is in
editable mode.V - HasValue value typeF - HasValue typeproperty - The property for which to set the editor (not null)field - The HasValue component to use as property editor (not null)Copyright © 2020 The Holon Platform. All rights reserved.