org.apache.tapestry5.corelib.components.Label subclass that always ignores its body and generates the label name from the corresponding field id. This class' code was initially copied from org.apache.tapestry5.corelib.components.Label, as one of its methods (afterRender) has package visibility and thus cannot be overriden.
| Name | Type | Flags | Default | Default Prefix | Description |
|---|---|---|---|---|---|
| for | org.apache.tapestry5.Field | Required, NOT Allow Null | component | The for parameter is used to identify the org.apache.tapestry5.Field linked to this label (it is named this way because it results in the for attribute of the label element). |
Informal parameters: supported