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

All Superinterfaces:
BeanTagDeclaration, HasOnchange, HasTabIndex, HasValidator, HasValue, HasValueChangeListener, JspTag, Tag, TobagoTagDeclaration
All Known Subinterfaces:
DateTagDeclaration, InTagDeclaration, SelectManyCheckboxTagDeclaration, SelectManyListboxTagDeclaration, SelectManyTagDeclaration, SelectOneChoiceTagDeclaration, SelectOneListboxTagDeclaration, SelectOneRadioTagDeclaration, SelectOneTagDeclaration, TextAreaTagDeclaration, TextInputTagDeclaration, TimeTagDeclaration
All Known Implementing Classes:
DateTag, FileExtensionTag, FileTag, HiddenTag, InputTag, InTag, SelectBooleanCheckboxTag, SelectManyCheckboxTag, SelectManyListboxTag, SelectManyTag, SelectOneChoiceTag, SelectOneListboxTag, SelectOneRadioTag, SelectOneTag, TextAreaTag, TextInputTag, TimeTag

public interface InputTagDeclaration
extends BeanTagDeclaration, HasValidator, HasOnchange, HasValue, HasValueChangeListener, HasTabIndex


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
 



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