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
Fields Modifier and Type Field Description static String
SERVICE_ID
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description List<ListColumn<Node>>
getColumns()
List<ListColumn<Node>>
getExpandedColumns()
org.apache.wicket.markup.html.IHeaderContributor
getHeaderContributor()
default List<ListColumn<Node>>
getTypeViewColumns()
-
-
-
Field Detail
-
SERVICE_ID
static final String SERVICE_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
getHeaderContributor
org.apache.wicket.markup.html.IHeaderContributor getHeaderContributor()
-
getColumns
List<ListColumn<Node>> getColumns()
-
getTypeViewColumns
default List<ListColumn<Node>> getTypeViewColumns()
-
getExpandedColumns
List<ListColumn<Node>> getExpandedColumns()
-
-