|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry5.corelib.components.Error
public class Error
Presents validation errors of a single field. Must be enclosed by a
Form
component.
Name | Type | Flags | Default | Default Prefix | Since | Description |
---|---|---|---|---|---|---|
class | java.lang.String | prop | The CSS class for the div element rendered by the component. The default value is "t-error-single". | |||
for | org.apache.tapestry5.Field | Required, Not Null | component | The for parameter is used to identify the org.apache.tapestry5.Field to present errors of. |
Constructor Summary | |
---|---|
Error()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Error()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |