org.apache.tapestry5.corelib.components
Class Hidden

java.lang.Object
  extended by org.apache.tapestry5.corelib.components.Hidden
All Implemented Interfaces:
ClientElement

@SupportsInformalParameters
public class Hidden
extends Object
implements ClientElement

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 getClientId()
          Returns a unique id for the element.
 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

getClientId

public String getClientId()
Description copied from interface: ClientElement
Returns a unique id for the element. This value will be unique for any given rendering of a page. This value is intended for use as the id attribute of the client-side element, and will be used with any DHTML/Ajax related JavaScript.

Specified by:
getClientId in interface ClientElement

getControlName

public String getControlName()


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