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

All Superinterfaces:
AbstractCommandTagDeclaration, HasAction, HasActionListener, HasId, HasLink, HasOnclick, IsImmediateCommand, IsTransition, Tag, TobagoTagDeclaration
All Known Implementing Classes:
CommandTag

public interface CommandTagDeclaration
extends AbstractCommandTagDeclaration, HasId

Use this tag only as a facet for click, change in selectOneRadio, selectBooleanCheckbox, selectManyCheckbox and selectOneChoice


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.HasAction
setAction
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasActionListener
setActionListener
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.IsImmediateCommand
setImmediate
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasOnclick
setOnclick
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasLink
setLink
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.IsTransition
setTransition
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasId
setId
 



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