Interface IListColumnProvider
- All Superinterfaces:
org.apache.wicket.util.io.IClusterable
,Serializable
- All Known Implementing Classes:
AbstractListColumnProviderPlugin
,FallbackImageGalleryListColumnProvider
,ImageGalleryColumnProviderPlugin
public interface IListColumnProvider
extends org.apache.wicket.util.io.IClusterable
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.wicket.markup.html.IHeaderContributor
default List<ListColumn<Node>>
-
Field Details
-
SERVICE_ID
- See Also:
-
-
Method Details
-
getHeaderContributor
org.apache.wicket.markup.html.IHeaderContributor getHeaderContributor() -
getColumns
List<ListColumn<Node>> getColumns() -
getTypeViewColumns
-
getExpandedColumns
List<ListColumn<Node>> getExpandedColumns()
-