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

All Superinterfaces:
AbstractCommandTagDeclaration, HasAction, HasActionListener, HasBinding, HasCommandType, HasId, HasIdBindingAndRendered, HasImage, HasLabel, HasLabelWithAccessKey, HasLink, HasOnclick, HasResource, HasTarget, HasTip, IsDisabled, IsImmediateCommand, IsRendered, IsTransition, JspTag, Tag, TobagoTagDeclaration
All Known Implementing Classes:
ToolBarCommandTag

public interface ToolBarCommandTagDeclaration
extends AbstractCommandTagDeclaration, HasIdBindingAndRendered, HasLabel, HasLabelWithAccessKey, HasImage, IsDisabled, HasCommandType, HasTip, HasTarget

Renders a command button within a toolbar.


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.HasResource
setJsfResource, setResource
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.IsTransition
setTransition
 
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.IsRendered
setRendered
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasLabel
setLabel
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasLabelWithAccessKey
setAccessKey, setLabelWithAccessKey
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasImage
setImage
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.IsDisabled
setDisabled
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasCommandType
setType
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasTip
setTip
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasTarget
setTarget
 



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