public static interface PropertyListingBuilder.GridPropertyListingBuilder extends PropertyListingBuilder<PropertyListingBuilder.GridPropertyListingBuilder,com.vaadin.ui.Grid>, ItemListingBuilder.BaseGridItemListingBuilder<com.holonplatform.core.property.PropertyBox,com.holonplatform.core.property.Property,PropertyListing,PropertyListingBuilder.GridPropertyListingBuilder>
PropertyListing components using a Grid as backing component.PropertyListingBuilder.GridPropertyListingBuilder, PropertyListingBuilder.TablePropertyListingBuilderItemListingBuilder.BaseGridItemListingBuilder<T,P,C extends ItemListing<T,P>,B extends ItemListingBuilder.BaseGridItemListingBuilder<T,P,C,B>>, ItemListingBuilder.BaseTableItemListingBuilder<T,P,C extends ItemListing<T,P>,B extends ItemListingBuilder.BaseTableItemListingBuilder<T,P,C,B>>, ItemListingBuilder.FooterBuilder, ItemListingBuilder.GridFooterGenerator<T,P>, ItemListingBuilder.GridItemListingBuilder<T>, ItemListingBuilder.GridSection<ROWTYPE extends com.vaadin.ui.Grid.StaticSection.StaticRow<?>>, ItemListingBuilder.HeaderBuilder, ItemListingBuilder.TableFooterGenerator<T,P>, ItemListingBuilder.TableItemListingBuilder<T>ComponentConfigurator.BaseComponentConfigurator| Modifier and Type | Method and Description |
|---|---|
<T,P> PropertyListingBuilder.GridPropertyListingBuilder |
render(com.holonplatform.core.property.Property<T> property,
com.vaadin.data.util.converter.Converter<P,T> converter,
com.vaadin.ui.renderers.Renderer<? super P> renderer)
Set a custom
Renderer and Converter for given item property. |
<T> PropertyListingBuilder.GridPropertyListingBuilder |
render(com.holonplatform.core.property.Property<T> property,
com.vaadin.ui.renderers.Renderer<? super T> renderer)
Set a custom
Renderer for given item property. |
dataSource, dataSource, required, required, required, required, withValidator, withValidatorcommitOnRemove, commitOnSave, detailsGenerator, editorCancelCaption, editorCancelCaption, editorCancelCaption, editorSaveCaption, editorSaveCaption, editorSaveCaption, expandRatio, footer, footerGenerator, frozenColumns, header, heightByContents, heightByRows, hidingToggleCaption, hidingToggleCaption, hidingToggleCaption, maxWidth, minWidth, resizablealignment, buffered, build, build, columnHidingAllowed, columnReorderingAllowed, commitHandler, defaultValue, editable, editable, editor, footerVisible, header, header, header, hidable, hidden, hideHeaders, itemDescriptionGenerator, readOnly, selectionMode, sortable, sortGenerator, sortUsing, style, style, width, withItemClickListener, withPropertyReorderListener, withPropertyResizeListener, withPropertyVisibilityListener, withRowStyle, withSelectionListenerdataSource, dataSource, itemAdapterautoRefresh, batchSize, defaultSort, fixedFilter, fixedSort, maxCacheSize, queryParameter, withQueryConfigurationProviderbuild, deferLocalizationcaption, caption, caption, captionAsHtml, description, description, description, disabled, errorHandler, fullHeight, fullSize, fullWidth, height, height, heightUndefined, hidden, icon, id, immediate, notVisible, primaryStyleName, replaceStyleName, responsive, sizeUndefined, styleName, width, width, widthUndefined, withAttachListener, withContextClickListener, withData, withDetachListener, withShortcutListenerwithPostProcessor<T> PropertyListingBuilder.GridPropertyListingBuilder render(com.holonplatform.core.property.Property<T> property, com.vaadin.ui.renderers.Renderer<? super T> renderer)
Renderer for given item property.T - Property typeproperty - Item property to set the renderer for (not null)renderer - Renderer to use<T,P> PropertyListingBuilder.GridPropertyListingBuilder render(com.holonplatform.core.property.Property<T> property, com.vaadin.data.util.converter.Converter<P,T> converter, com.vaadin.ui.renderers.Renderer<? super P> renderer)
Renderer and Converter for given item property.T - Property typeP - Presentation value typeproperty - Item property to set the renderer forconverter - Value converterrenderer - Renderer to useCopyright © 2019 The Holon Platform. All rights reserved.