|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectwicket.Component
wicket.MarkupContainer
wicket.markup.html.WebMarkupContainer
wicket.markup.html.border.Border
wicket.markup.html.form.validation.FormComponentFeedbackBorder
A border that can be placed around a form component to indicate when the bordered child has a validation error. A child of the border named "errorIndicator" will be shown and hidden depending on whether the child has an error. A typical error indicator might be a little red asterisk.
| Nested Class Summary |
| Nested classes inherited from class wicket.Component |
Component.ComponentModelChange, Component.IVisitor, Component.VisibilityChange |
| Field Summary |
| Fields inherited from class wicket.Component |
FLAG_RESERVED1, FLAG_RESERVED2, FLAG_RESERVED3, FLAG_RESERVED4 |
| Constructor Summary | |
FormComponentFeedbackBorder(java.lang.String id)
Constructor. |
|
| Method Summary | |
protected void |
onBeginRequest()
Called when a request begins. |
void |
setCollectingComponent(Component collectingComponent)
Sets the optional collecting component. |
| Methods inherited from class wicket.markup.html.border.Border |
onComponentTagBody, resolve |
| Methods inherited from class wicket.markup.html.WebMarkupContainer |
getMarkupType, onRender |
| Methods inherited from class wicket.MarkupContainer |
add, autoAdd, contains, findMarkupStream, get, getMarkupStream, internalAdd, internalBeginRequest, internalEndRequest, iterator, remove, removeAll, renderAssociatedMarkup, renderComponentTagBody, replace, setMarkupStream, setModel, size, toString, toString, visitChildren, visitChildren |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public FormComponentFeedbackBorder(java.lang.String id)
id - See Component| Method Detail |
public void setCollectingComponent(Component collectingComponent)
IFeedbackIFeedbackBoundary will be searched for higher up in the run-time
hierarchy.
setCollectingComponent in interface IFeedbackcollectingComponent - the collecting componentIFeedback.setCollectingComponent(wicket.Component)protected void onBeginRequest()
Component
onBeginRequest in class ComponentComponent.onBeginRequest()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||