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

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

Deprecated.

@Deprecated
public interface MenuItemTagDeclaration
extends MenuCommandTagDeclaration

Renders a menu item.

Please use menuCommand instead!


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.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.IsDisabled
setDisabled
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasImage
setImage
 



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