javax.faces.component

Class UISelectOne

public class UISelectOne extends UIInput

see Javadoc of JSF Specification

Version: $Revision: 279434 $ $Date: 2005-09-08 00:06:36 +0200 (Thu, 08 Sep 2005) $

Author: Manfred Geiler (latest modification by $Author: mbr $)

Field Summary
static StringCOMPONENT_FAMILY
static StringCOMPONENT_TYPE
static StringINVALID_MESSAGE_ID
Constructor Summary
UISelectOne()
Method Summary
StringgetFamily()
protected voidvalidateValue(FacesContext context, Object value)

Field Detail

COMPONENT_FAMILY

public static final String COMPONENT_FAMILY

COMPONENT_TYPE

public static final String COMPONENT_TYPE

INVALID_MESSAGE_ID

public static final String INVALID_MESSAGE_ID

Constructor Detail

UISelectOne

public UISelectOne()

Method Detail

getFamily

public String getFamily()

validateValue

protected void validateValue(FacesContext context, Object value)

See Also: UIInput