Class StringPropertyRenderer
- java.lang.Object
-
- org.hippoecm.frontend.plugins.standards.list.resolvers.AbstractNodeRenderer
-
- org.hippoecm.frontend.plugins.standards.list.render.PropertyRenderer<String>
-
- org.hippoecm.frontend.plugins.standards.list.render.StringPropertyRenderer
-
- All Implemented Interfaces:
Serializable
,org.apache.wicket.util.io.IClusterable
,IListCellRenderer<Node>
public class StringPropertyRenderer extends PropertyRenderer<String>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StringPropertyRenderer(String prop)
StringPropertyRenderer(String prop, String relPath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
getValue(Property p)
-
Methods inherited from class org.hippoecm.frontend.plugins.standards.list.render.PropertyRenderer
getViewer
-
Methods inherited from class org.hippoecm.frontend.plugins.standards.list.resolvers.AbstractNodeRenderer
getObservable, getRenderer
-
-
-
-
Method Detail
-
getValue
protected String getValue(Property p) throws RepositoryException
- Specified by:
getValue
in classPropertyRenderer<String>
- Throws:
RepositoryException
-
-