Uses of Class
org.hippoecm.frontend.plugins.standards.list.ListColumn
-
Packages that use ListColumn Package Description org.hippoecm.frontend.plugins.gallery.columns org.hippoecm.frontend.plugins.standards.list -
-
Uses of ListColumn in org.hippoecm.frontend.plugins.gallery.columns
Fields in org.hippoecm.frontend.plugins.gallery.columns declared as ListColumn Modifier and Type Field Description static ListColumn<Node>
ImageGalleryColumnProviderPlugin. NAME_COLUMN
Methods in org.hippoecm.frontend.plugins.gallery.columns that return ListColumn Modifier and Type Method Description static ListColumn<Node>
ImageGalleryColumnProviderPlugin. createIconColumn(int thumbnailSize, int thumbnailBoxSize)
Methods in org.hippoecm.frontend.plugins.gallery.columns that return types with arguments of type ListColumn Modifier and Type Method Description List<ListColumn<Node>>
FallbackImageGalleryListColumnProvider. getColumns()
List<ListColumn<Node>>
ImageGalleryColumnProviderPlugin. getColumns()
List<ListColumn<Node>>
FallbackImageGalleryListColumnProvider. getExpandedColumns()
List<ListColumn<Node>>
ImageGalleryColumnProviderPlugin. getExpandedColumns()
-
Uses of ListColumn in org.hippoecm.frontend.plugins.standards.list
Methods in org.hippoecm.frontend.plugins.standards.list that return types with arguments of type ListColumn Modifier and Type Method Description List<ListColumn<Node>>
AbstractListColumnProviderPlugin. getColumns()
protected List<ListColumn<Node>>
ExpandCollapseListingPlugin. getColumns()
List<ListColumn<Node>>
IListColumnProvider. getColumns()
List<ListColumn<T>>
TableDefinition. getColumns()
List<ListColumn<Node>>
AbstractListColumnProviderPlugin. getExpandedColumns()
protected List<ListColumn<Node>>
ExpandCollapseListingPlugin. getExpandedColumns()
List<ListColumn<Node>>
IListColumnProvider. getExpandedColumns()
protected List<ListColumn<Node>>
ExpandCollapseListingPlugin. getTypeViewColumns()
default List<ListColumn<Node>>
IListColumnProvider. getTypeViewColumns()
Constructor parameters in org.hippoecm.frontend.plugins.standards.list with type arguments of type ListColumn Constructor Description TableDefinition(List<ListColumn<T>> columnList)
TableDefinition(List<ListColumn<T>> columnList, boolean showColumnHeaders)
TableDefinition(List<ListColumn<T>> columnList, boolean showColumnHeaders, boolean sortable)
-