Class ImageGalleryColumnProviderPlugin
java.lang.Object
org.hippoecm.frontend.plugin.Plugin
org.hippoecm.frontend.plugins.standards.list.AbstractListColumnProviderPlugin
org.hippoecm.frontend.plugins.gallery.columns.ImageGalleryColumnProviderPlugin
- All Implemented Interfaces:
Serializable
,org.apache.wicket.util.io.IClusterable
,IPlugin
,IListColumnProvider
- See Also:
-
Field Summary
Fields inherited from interface org.hippoecm.frontend.plugins.standards.list.IListColumnProvider
SERVICE_ID
-
Constructor Summary
ConstructorDescriptionImageGalleryColumnProviderPlugin
(IPluginContext context, IPluginConfig config) -
Method Summary
Modifier and TypeMethodDescriptionstatic ListColumn<Node>
createIconColumn
(int thumbnailSize, int thumbnailBoxSize) Methods inherited from class org.hippoecm.frontend.plugins.standards.list.AbstractListColumnProviderPlugin
getHeaderContributor
Methods inherited from class org.hippoecm.frontend.plugin.Plugin
getPluginConfig, getPluginContext, start, stop
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
-
Field Details
-
NAME_COLUMN
-
-
Constructor Details
-
ImageGalleryColumnProviderPlugin
-
-
Method Details
-
getColumns
- Specified by:
getColumns
in interfaceIListColumnProvider
- Overrides:
getColumns
in classAbstractListColumnProviderPlugin
-
createIconColumn
-
getExpandedColumns
- Specified by:
getExpandedColumns
in interfaceIListColumnProvider
- Overrides:
getExpandedColumns
in classAbstractListColumnProviderPlugin
-