@SupportsInformalParameters public class Hidden extends Object implements ClientElement
ValueEncoder
,
therefore you must either bind the "encoder" parameter to a ValueEncoder or
use an entity type for the "value" parameter for which Tapestry can provide a
ValueEncoder automatically.Name | Type | Flags | Default | Default Prefix |
---|---|---|---|---|
encoder | org. | Required | prop | |
A ValueEncoder used to convert the server-side object provided by the "value" parameter into a unique client-side string (typically an ID) and back. Note: this parameter may be OMITTED if Tapestry is configured to provide a ValueEncoder automatically for the type of property bound to the "value" parameter. | ||||
nulls | org. | default | nullfieldstrategy | |
Defines how nulls on the server side, or sent from the client side, are treated. The selected strategy may replace the nulls with some other value. The default strategy leaves nulls alone. Another built-in strategy, zero, replaces nulls with the value 0. | ||||
value | Object | Required | prop | |
The value to read (when rendering) or update (when the form is submitted). |
Constructor and Description |
---|
Hidden() |
public Hidden()
public String getClientId()
ClientElement
getClientId
in interface ClientElement
public String getControlName()
${project.version} - Copyright © 2003-2015 The Apache Software Foundation.