org.jreform.internal
Class BaseHtmlForm
java.lang.Object
org.jreform.internal.AbstractInputCollection
org.jreform.internal.AbstractForm
org.jreform.internal.BaseHtmlForm
- All Implemented Interfaces:
- Form, HttpServletRequestValidator, InputCollection
- Direct Known Subclasses:
- HtmlForm
public class BaseHtmlForm
- extends AbstractForm
- Author:
- armandino (at) gmail.com
Methods inherited from class org.jreform.internal.AbstractInputCollection |
add, addError, additionalValidate, checkbox, getCheckbox, getErrors, getInput, getInputControl, getInputs, getInputValue, getMultiCheckbox, getMultiInputValue, getMultiSelect, getRadio, getSelect, input, isValid, multiCheckbox, multiSelect, radio, select, setValid, toString |
Methods inherited from interface org.jreform.InputCollection |
checkbox, getCheckbox, getInput, getInputValue, getMultiCheckbox, getMultiInputValue, getMultiSelect, getRadio, getSelect, input, multiCheckbox, multiSelect, radio, select |
BaseHtmlForm
protected BaseHtmlForm()
requiredGroup
protected final Group requiredGroup(String name)
optionalGroup
protected final Group optionalGroup(String name)
addNewGroup
private Group addNewGroup(String name,
boolean isRequired)
Copyright © 2007-2008
jReform