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

All Superinterfaces:
BeanTagDeclaration, HasMarkup, HasOnchange, HasTabIndex, HasValidator, HasValue, HasValueChangeListener, InputTagDeclaration, IsFocus, JspTag, Tag, TobagoTagDeclaration
All Known Subinterfaces:
SelectOneChoiceTagDeclaration, SelectOneListboxTagDeclaration, SelectOneRadioTagDeclaration
All Known Implementing Classes:
SelectOneChoiceTag, SelectOneListboxTag, SelectOneRadioTag, SelectOneTag

public interface SelectOneTagDeclaration
extends InputTagDeclaration, HasMarkup


Field Summary
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Method Summary
 
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
 



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