Class BooleanListFormatter
×News: OpenXava 7.7 released - March 9 · Read more
java.lang.Object
org.openxava.formatters.BooleanListFormatter
- All Implemented Interfaces:
IMetaPropertyFormatter
- Since:
- 4.8
- Author:
- Javier Paniza
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionformat(javax.servlet.http.HttpServletRequest request, MetaProperty p, Object booleanValue) From a object return aStringto render in HTML.parse(javax.servlet.http.HttpServletRequest request, MetaProperty p, String string) From aStringobtained from a HTTP request return a java object.
-
Constructor Details
-
BooleanListFormatter
public BooleanListFormatter()
-
-
Method Details
-
format
public String format(javax.servlet.http.HttpServletRequest request, MetaProperty p, Object booleanValue) Description copied from interface:IMetaPropertyFormatterFrom a object return aStringto render in HTML.- Specified by:
formatin interfaceIMetaPropertyFormatter
-
parse
Description copied from interface:IMetaPropertyFormatterFrom aStringobtained from a HTTP request return a java object.- Specified by:
parsein interfaceIMetaPropertyFormatter
-