public interface PropertyListing extends ItemListing<com.holonplatform.core.property.PropertyBox,com.holonplatform.core.property.Property<?>>, HasPropertySet<com.holonplatform.core.property.Property<?>>
ItemListing.EditorCancelListener<T,P>, ItemListing.EditorCloseListener<T,P>, ItemListing.EditorComponentGroup<P,T>, ItemListing.EditorOpenListener<T,P>, ItemListing.EditorSaveListener<T,P>, ItemListing.ItemEditorEvent<T,P>, ItemListing.ItemListingCell, ItemListing.ItemListingRow<P>, ItemListing.ItemListingSection<P,R extends ItemListing.ItemListingRow<P>>Selectable.SelectionEvent<T>, Selectable.SelectionListener<T>, Selectable.SelectionMode| Modifier and Type | Method and Description |
|---|---|
static <P extends com.holonplatform.core.property.Property> |
builder(Iterable<P> properties)
Get a
PropertyListingBuilder to create and setup a PropertyListing. |
static PropertyListingBuilder |
builder(com.holonplatform.core.property.Property<?>... properties)
Get a
PropertyListingBuilder to create and setup a PropertyListing. |
addAdditionalItem, cancelEditing, editItem, getAdditionalItems, getColumnHeader, getColumnSorts, getDataProvider, getFooter, getHeader, getVisibleColumns, isEditable, isEditing, isFrozen, isItemDetailsVisible, recalculateColumnWidths, refreshEditingItem, refreshItem, removeAdditionalItem, removeAdditionalItems, saveEditingItem, scrollToEnd, scrollToIndex, scrollToStart, setColumnVisible, setFrozen, setItemDetailsVisible, setSelectionMode, sort, sortaddSelectionListener, deselect, deselectAll, getFirstSelectedItem, getSelectedItems, getSelectionMode, isSelected, selectcreate, getComponent, getElement, hasEnabled, hasLabel, hasSize, hasStyle, hasValidation, isVisible, setVisiblegetProperties, hasPropertystatic <P extends com.holonplatform.core.property.Property> PropertyListingBuilder builder(Iterable<P> properties)
PropertyListingBuilder to create and setup a PropertyListing.P - Property typeproperties - The listing property set (not null)PropertyListingBuilderstatic PropertyListingBuilder builder(com.holonplatform.core.property.Property<?>... properties)
PropertyListingBuilder to create and setup a PropertyListing.properties - The listing property set (not null)PropertyListingBuilderCopyright © 2020 The Holon Platform. All rights reserved.