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

All Superinterfaces:
BeanTagDeclaration, HasBinding, HasConverter, HasId, HasValidator, HasValue, JspTag, Tag, TobagoTagDeclaration
All Known Implementing Classes:
HiddenTag

public interface HiddenTagDeclaration
extends BeanTagDeclaration, HasId, HasBinding, HasValue, HasConverter, HasValidator

Renders a 'hidden' input element.


Field Summary
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Method Summary
 void setInline(String inline)
           
 
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.HasId
setId
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasBinding
setBinding
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasValue
setValue
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasConverter
setConverter
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasValidator
setValidator
 

Method Detail

setInline

void setInline(String inline)


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