org.apache.wicket.markup.html.form
Interface IFormVisitorParticipant

All Known Implementing Classes:
AbstractOptions, AbstractSingleSelectChoice, AbstractTextComponent, AjaxButton, AjaxCheckBox, AjaxFallbackButton, AjaxSubmitButton, AutoCompleteTextField, Button, CancelButton, CheckBox, CheckBoxMultipleChoice, CheckGroup, Choices, DateField, DateTextField, DateTextField, DateTimeField, DefaultCssAutocompleteTextField, DropDownChoice, FileUploadField, FinishButton, FormComponent, FormComponentPanel, HiddenField, ImageButton, IndicatingAjaxButton, IndicatingAjaxSubmitButton, LastButton, ListChoice, ListMultipleChoice, MultiFileUploadField, Multiply, NextButton, PasswordTextField, PreviousButton, RadioChoice, RadioGroup, Recorder, RequiredTextField, Select, Selection, TextArea, TextField, WizardButton

public interface IFormVisitorParticipant

Participates in the form visiting algorithm, and can hint that visiting should go on as normal (processChildren() returns true) or is limited to the same level (only siblings are processed, processChildren() returns false).

Author:
Pekka Enberg

Method Summary
 boolean processChildren()
          Should children be traversed during visiting or should only the siblings be processed.
 

Method Detail

processChildren

boolean processChildren()
Should children be traversed during visiting or should only the siblings be processed.

Returns:
true if children should be traversed during form processing; false if only the siblings should be processed.


Copyright © 2004-2010 Apache Software Foundation. All Rights Reserved.