org.apache.myfaces.tobago.taglib.component
Interface SelectOneRadioTagDeclaration

All Superinterfaces:
BeanTagDeclaration, HasBinding, HasConverter, HasId, HasMarkup, HasOnchange, HasRenderRange, HasTabIndex, HasValidator, HasValue, HasValueChangeListener, InputTagDeclaration, IsDisabled, IsFocus, IsInline, IsReadonly, IsRendered, JspTag, SelectOneTagDeclaration, Tag, TobagoTagDeclaration
All Known Implementing Classes:
SelectOneRadioTag

public interface SelectOneRadioTagDeclaration
extends SelectOneTagDeclaration, IsDisabled, HasId, IsInline, HasRenderRange, IsRendered, HasBinding, HasConverter, IsReadonly

Render a set of radiobuttons.


Field Summary
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Method Summary
 void setRequired(String required)
          Flag indicating that selecting an Item representing a Value is Required.
 
Methods inherited from interface javax.servlet.jsp.tagext.Tag
doEndTag, doStartTag, getParent, release, setPageContext, setParent
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasValidator
setValidator
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasOnchange
setOnchange
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasValue
setValue
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasValueChangeListener
setValueChangeListener
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasTabIndex
setTabIndex
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.IsFocus
setFocus
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasMarkup
setMarkup
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.IsDisabled
setDisabled
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasId
setId
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.IsInline
setInline
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasRenderRange
setRenderRange
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.IsRendered
setRendered
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasBinding
setBinding
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasConverter
setConverter
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.IsReadonly
setReadonly
 

Method Detail

setRequired

void setRequired(String required)
Flag indicating that selecting an Item representing a Value is Required. If an SelectItem was choosen which underling value is an empty string an ValidationError occurs and a Error Message is rendered.



Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.