org.jreform
Interface Select<T>

All Superinterfaces:
Input<T>, InputControl<T>, MessageOnError
All Known Implementing Classes:
SelectImpl

public interface Select<T>
extends Input<T>

A select that supports only one selection.

Author:
armandino (at) gmail.com

Method Summary
 Map<String,SelectableState> getState()
           
 
Methods inherited from interface org.jreform.Input
getValue, getValueAttribute, setValue, setValueAttribute
 
Methods inherited from interface org.jreform.InputControl
getInputName, getStringValue, getType, isRequired, isValid
 
Methods inherited from interface org.jreform.MessageOnError
getOnError, setOnError
 

Method Detail

getState

Map<String,SelectableState> getState()


Copyright © 2007-2008 jReform