org.apache.tapestry5.corelib.components
Class Hidden

java.lang.Object
  extended by org.apache.tapestry5.corelib.components.Hidden

public class Hidden
extends Object

Used to record a page property as a value into the form. The value is encoded when rendered, then decoded when the form is submitted, and the value parameter updated.

Since:
5.1.0.2

Constructor Summary
Hidden()
           
 
Method Summary
 String getControlName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Hidden

public Hidden()
Method Detail

getControlName

public String getControlName()


Copyright © 2006-2009 Apache Software Foundation. All Rights Reserved.