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

All Superinterfaces:
BeanTagDeclaration, HasOnchange, HasTabIndex, HasValidator, HasValue, HasValueChangeListener, InputTagDeclaration, IsFocus, JspTag, Tag, TobagoTagDeclaration
All Known Subinterfaces:
InTagDeclaration, TextAreaTagDeclaration
All Known Implementing Classes:
InTag, TextAreaTag, TextInputTag

public interface TextInputTagDeclaration
extends InputTagDeclaration


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
 



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