Uses of Class
org.jreform.internal.InputControlModifier

Packages that use InputControlModifier
org.jreform Main package that defines public api. 
org.jreform.internal Contains the bulk of implementation. 
 

Uses of InputControlModifier in org.jreform
 

Methods in org.jreform that return InputControlModifier
<T> InputControlModifier<T>
InputCollection.checkbox(InputDataType<T> type, String name, Criterion<T>... criteria)
           
<T> InputControlModifier<T>
InputCollection.input(InputDataType<T> type, String name, Criterion<T>... criteria)
           
<T> InputControlModifier<T>
InputCollection.multiCheckbox(InputDataType<T> type, String name, Criterion<T>... criteria)
           
<T> InputControlModifier<T>
InputCollection.multiSelect(InputDataType<T> type, String name, Criterion<T>... criteria)
           
<T> InputControlModifier<T>
InputCollection.radio(InputDataType<T> type, String name, Criterion<T>... criteria)
           
<T> InputControlModifier<T>
InputCollection.select(InputDataType<T> type, String name, Criterion<T>... criteria)
           
 

Uses of InputControlModifier in org.jreform.internal
 

Methods in org.jreform.internal that return InputControlModifier
<T> InputControlModifier<T>
AbstractInputCollection.checkbox(InputDataType<T> type, String name, Criterion<T>... criteria)
           
private
<T> InputControlModifier<T>
AbstractInputCollection.create(AbstractInputControl<T> input)
           
<T> InputControlModifier<T>
AbstractInputCollection.input(InputDataType<T> type, String name, Criterion<T>... criteria)
           
<T> InputControlModifier<T>
AbstractInputCollection.multiCheckbox(InputDataType<T> type, String name, Criterion<T>... criteria)
           
<T> InputControlModifier<T>
AbstractInputCollection.multiSelect(InputDataType<T> type, String name, Criterion<T>... criteria)
           
 InputControlModifier<T> InputControlModifier.onError(String message)
           
 InputControlModifier<T> InputControlModifier.optional()
           
<T> InputControlModifier<T>
AbstractInputCollection.radio(InputDataType<T> type, String name, Criterion<T>... criteria)
           
<T> InputControlModifier<T>
AbstractInputCollection.select(InputDataType<T> type, String name, Criterion<T>... criteria)
           
 



Copyright © 2007-2008 jReform