org.jreform
Class HtmlForm
java.lang.Object
org.jreform.internal.AbstractInputCollection
org.jreform.internal.AbstractForm
org.jreform.internal.BaseHtmlForm
org.jreform.HtmlForm
- All Implemented Interfaces:
- Form, HttpServletRequestValidator, InputCollection
public class HtmlForm
- extends BaseHtmlForm
This is a base class that should be extended to create a form.
- Author:
- armandino (at) gmail.com
Methods inherited from class org.jreform.internal.AbstractInputCollection |
addError, additionalValidate, checkbox, getCheckbox, getErrors, getInput, getInputValue, getMultiCheckbox, getMultiInputValue, getMultiSelect, getRadio, getSelect, input, isValid, multiCheckbox, multiSelect, radio, select, toString |
Methods inherited from interface org.jreform.InputCollection |
checkbox, getCheckbox, getInput, getInputValue, getMultiCheckbox, getMultiInputValue, getMultiSelect, getRadio, getSelect, input, multiCheckbox, multiSelect, radio, select |
HtmlForm
public HtmlForm()
booleanType
public static InputDataType<Boolean> booleanType()
charType
public static InputDataType<Character> charType()
shortType
public static InputDataType<Short> shortType()
intType
public static InputDataType<Integer> intType()
longType
public static InputDataType<Long> longType()
doubleType
public static InputDataType<Double> doubleType()
floatType
public static InputDataType<Float> floatType()
stringType
public static InputDataType<String> stringType()
dateType
public static InputDataType<Date> dateType(String dateFormatPattern)
Copyright © 2007-2008
jReform