org.apache.myfaces.tobago.internal.taglib.component
Interface MenuCommandTagDeclaration

All Superinterfaces:
AbstractCommandTagDeclaration, HasAction, HasActionListener, HasBinding, HasCurrentMarkup, HasId, HasIdBindingAndRendered, HasImage, HasLabel, HasLabelAndAccessKey, HasLabelWithAccessKey, HasLink, HasMarkup, HasOnclick, HasRenderedPartially, HasResource, HasTarget, IsDisabled, IsImmediateCommand, IsOmit, IsRendered, IsTransition

public interface MenuCommandTagDeclaration
extends AbstractCommandTagDeclaration, HasIdBindingAndRendered, HasLabelAndAccessKey, IsDisabled, HasImage, HasMarkup, HasCurrentMarkup

Renders a menu item. (This tag was renamed from tc:menuItem since Tobago 1.5.0)


Method Summary
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasAction
setAction
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasActionListener
setActionListener
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsImmediateCommand
setImmediate
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasOnclick
setOnclick
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasLink
setLink
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasResource
setJsfResource, setResource
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsTransition
setTransition
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasTarget
setTarget
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasRenderedPartially
setRenderedPartially
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsDisabled
setDisabled
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsOmit
setOmit
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasId
setId
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasBinding
setBinding
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsRendered
setRendered
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasLabel
setLabel
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasLabelWithAccessKey
setAccessKey, setLabelWithAccessKey
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasImage
setImage
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasMarkup
setMarkup
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasCurrentMarkup
setCurrentMarkup
 



Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.