|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tapestry5.BaseValidationDecorator
public class BaseValidationDecorator
Base implementation of ValidationDecorator that does nothing. Subclasses may override specific methods,
knowing that all other methods do nothing at all.
| Constructor Summary | |
|---|---|
BaseValidationDecorator()
|
|
| Method Summary | |
|---|---|
void |
afterField(Field field)
Invoked after the field has completed rendering itself. |
void |
afterLabel(Field field)
Invoked by Label after rendering itself. |
void |
beforeField(Field field)
Renders immediately before the field itself. |
void |
beforeLabel(Field field)
Invoked by a Label before rendering itself. |
void |
insideField(Field field)
Invoked at a point where the decorator may write additional attributes into the field. |
void |
insideLabel(Field field,
Element labelElement)
Invoked after the label has rendered its tag, but before it has rendered content inside the tag, to allow the decorator to write additional attributes. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BaseValidationDecorator()
| Method Detail |
|---|
public void beforeLabel(Field field)
ValidationDecoratorLabel before rendering itself.
beforeLabel in interface ValidationDecoratorfield - for this labelpublic void afterLabel(Field field)
ValidationDecoratorLabel after rendering itself.
afterLabel in interface ValidationDecoratorpublic void afterField(Field field)
ValidationDecorator
afterField in interface ValidationDecoratorpublic void beforeField(Field field)
ValidationDecorator
beforeField in interface ValidationDecoratorpublic void insideField(Field field)
ValidationDecorator
insideField in interface ValidationDecorator
public void insideLabel(Field field,
Element labelElement)
ValidationDecorator
insideLabel in interface ValidationDecoratorfield - the field corresponding to the labellabelElement - the element for this label
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||