org.apache.tapestry5.corelib.pages
Class PropertyDisplayBlocks

java.lang.Object
  extended by org.apache.tapestry5.corelib.pages.PropertyDisplayBlocks

public class PropertyDisplayBlocks
extends Object

Contains blocks for displaying basic property types; the blocks are contributed to the BeanBlockSource service.


Constructor Summary
PropertyDisplayBlocks()
           
 
Method Summary
 Date getCalendarDate()
           
 PropertyOutputContext getContext()
           
 String getConvertedEnumValue()
           
 DateFormat getDateFormat()
           
 Renderable getPasswordRenderer()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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()


Copyright © 2003-2012 The Apache Software Foundation.