Class PropertyDisplayBlocks
- java.lang.Object
-
- org.apache.tapestry5.corelib.pages.PropertyDisplayBlocks
-
public class PropertyDisplayBlocks extends Object
Contains blocks for displaying basic property types; the blocks are contributed to theBeanBlockSource
service.
-
-
Constructor Summary
Constructors Constructor Description PropertyDisplayBlocks()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Date
getCalendarDate()
PropertyOutputContext
getContext()
String
getConvertedEnumValue()
DateFormat
getDateFormat()
Renderable
getPasswordRenderer()
-
-
-
Constructor Detail
-
PropertyDisplayBlocks
public PropertyDisplayBlocks()
-
-
Method Detail
-
getConvertedEnumValue
public String getConvertedEnumValue()
-
getDateFormat
public DateFormat getDateFormat()
-
getCalendarDate
public Date getCalendarDate()
-
getContext
public PropertyOutputContext getContext()
-
getPasswordRenderer
public Renderable getPasswordRenderer()
-
-