public interface FormSubmissionListener
submit(String)
method, which can then be submitted back to the panel
for loading.Modifier and Type | Method and Description |
---|---|
void |
submit(java.lang.String query)
Called by XhtmlForm when a form is submitted.
|