org.jreform
Class HtmlForm

java.lang.Object
  extended by org.jreform.internal.AbstractInputCollection
      extended by org.jreform.internal.AbstractForm
          extended by org.jreform.internal.BaseHtmlForm
              extended by 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

Constructor Summary
HtmlForm()
           
 
Method Summary
static InputDataType<Boolean> booleanType()
           
static InputDataType<Character> charType()
           
static InputDataType<Date> dateType(String dateFormatPattern)
           
static InputDataType<Double> doubleType()
           
static InputDataType<Float> floatType()
           
static InputDataType<Integer> intType()
           
static InputDataType<Long> longType()
           
static InputDataType<Short> shortType()
           
static InputDataType<String> stringType()
           
 
Methods inherited from class org.jreform.internal.BaseHtmlForm
optionalGroup, requiredGroup
 
Methods inherited from class org.jreform.internal.AbstractForm
getGroup, validate
 
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 class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jreform.InputCollection
checkbox, getCheckbox, getInput, getInputValue, getMultiCheckbox, getMultiInputValue, getMultiSelect, getRadio, getSelect, input, multiCheckbox, multiSelect, radio, select
 
Methods inherited from interface org.jreform.HttpServletRequestValidator
getErrors
 

Constructor Detail

HtmlForm

public HtmlForm()
Method Detail

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