Class ImageIconRenderer
- java.lang.Object
-
- org.hippoecm.frontend.plugins.standards.list.resolvers.IconRenderer
-
- org.hippoecm.frontend.plugins.standards.list.render.ImageIconRenderer
-
- All Implemented Interfaces:
Serializable
,org.apache.wicket.util.io.IClusterable
,IListCellRenderer<javax.jcr.Node>
public class ImageIconRenderer extends IconRenderer
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ImageIconRenderer(int thumbnailSize, int boxSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected HippoIcon
getIcon(String id, javax.jcr.Node node)
-
Methods inherited from class org.hippoecm.frontend.plugins.standards.list.resolvers.IconRenderer
getObservable, getRenderer
-
-
-
-
Method Detail
-
getIcon
protected HippoIcon getIcon(String id, javax.jcr.Node node) throws javax.jcr.RepositoryException
- Overrides:
getIcon
in classIconRenderer
- Throws:
javax.jcr.RepositoryException
-
-