Class PropertyDisplayBlocks
- java.lang.Object
-
- org.apache.tapestry5.corelib.pages.PropertyDisplayBlocks
-
public class PropertyDisplayBlocks extends java.lang.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 java.util.Date
getCalendarDate()
PropertyOutputContext
getContext()
java.lang.String
getConvertedEnumValue()
java.text.DateFormat
getDateFormat()
Renderable
getPasswordRenderer()
-
-
-
Constructor Detail
-
PropertyDisplayBlocks
public PropertyDisplayBlocks()
-
-
Method Detail
-
getConvertedEnumValue
public java.lang.String getConvertedEnumValue()
-
getDateFormat
public java.text.DateFormat getDateFormat()
-
getCalendarDate
public java.util.Date getCalendarDate()
-
getContext
public PropertyOutputContext getContext()
-
getPasswordRenderer
public Renderable getPasswordRenderer()
-
-