Class ThumbnailRenderer
- java.lang.Object
-
- org.hippoecm.frontend.plugins.standards.list.resolvers.AbstractNodeRenderer
-
- org.hippoecm.frontend.plugins.standards.list.render.ThumbnailRenderer
-
- All Implemented Interfaces:
Serializable
,org.apache.wicket.util.io.IClusterable
,IListCellRenderer<Node>
public class ThumbnailRenderer extends AbstractNodeRenderer
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ThumbnailRenderer(IPluginContext pluginContext, IPluginConfig pluginConfig)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.apache.wicket.Component
getViewer(String id, Node node)
-
Methods inherited from class org.hippoecm.frontend.plugins.standards.list.resolvers.AbstractNodeRenderer
getObservable, getRenderer
-
-
-
-
Constructor Detail
-
ThumbnailRenderer
public ThumbnailRenderer(IPluginContext pluginContext, IPluginConfig pluginConfig)
-
-
Method Detail
-
getViewer
protected org.apache.wicket.Component getViewer(String id, Node node) throws RepositoryException
- Specified by:
getViewer
in classAbstractNodeRenderer
- Throws:
RepositoryException
-
-