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

All Superinterfaces:
HasBinding, HasConverter, HasId, HasValidator, HasValue

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

Renders a 'hidden' input element.


Method Summary
 void setInline(String inline)
           
 
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.