Class FallbackImageGalleryListColumnProvider
- java.lang.Object
-
- org.hippoecm.frontend.plugins.gallery.columns.FallbackImageGalleryListColumnProvider
-
- All Implemented Interfaces:
Serializable
,org.apache.wicket.util.io.IClusterable
,IListColumnProvider
public class FallbackImageGalleryListColumnProvider extends Object implements IListColumnProvider
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface org.hippoecm.frontend.plugins.standards.list.IListColumnProvider
SERVICE_ID
-
-
Constructor Summary
Constructors Constructor Description FallbackImageGalleryListColumnProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ListColumn<Node>>
getColumns()
List<ListColumn<Node>>
getExpandedColumns()
org.apache.wicket.markup.html.IHeaderContributor
getHeaderContributor()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.hippoecm.frontend.plugins.standards.list.IListColumnProvider
getTypeViewColumns
-
-
-
-
Method Detail
-
getHeaderContributor
public org.apache.wicket.markup.html.IHeaderContributor getHeaderContributor()
- Specified by:
getHeaderContributor
in interfaceIListColumnProvider
-
getColumns
public List<ListColumn<Node>> getColumns()
- Specified by:
getColumns
in interfaceIListColumnProvider
-
getExpandedColumns
public List<ListColumn<Node>> getExpandedColumns()
- Specified by:
getExpandedColumns
in interfaceIListColumnProvider
-
-