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 theBeanBlockSourceservice. 
- 
- 
Constructor Summary
Constructors Constructor Description PropertyDisplayBlocks() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DategetCalendarDate()PropertyOutputContextgetContext()StringgetConvertedEnumValue()DateFormatgetDateFormat()RenderablegetPasswordRenderer() 
 - 
 
- 
- 
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()
 
 - 
 
 -