org.apache.myfaces.tobago.taglib.decl
Interface HasCommandType

All Known Subinterfaces:
ButtonTagDeclaration, LinkTagDeclaration, MenuCheckboxTagDeclaration, MenuCommandTagDeclaration, MenuRadioTagDeclaration, MenuSelectBooleanTagDeclaration, MenuSelectOneTagDeclaration, ToolBarCommandTagDeclaration, ToolBarSelectBooleanTagDeclaration, ToolBarSelectOneTagDeclaration
All Known Implementing Classes:
ButtonTag, LinkTag, MenuCheckboxTag, MenuCommandTag, MenuRadioTag, MenuSelectBooleanTag, MenuSelectOneTag, ToolBarCommandTag, ToolBarSelectBooleanTag, ToolBarSelectOneTag

Deprecated.

@Deprecated
public interface HasCommandType


Method Summary
 void setType(String type)
          Deprecated. 
 

Method Detail

setType

@Deprecated
void setType(String type)
Deprecated. 

Type of command component to create. Valid values are 'navigate', 'reset', 'script' or 'submit'. If not specified, or not a valid value, the default value is 'submit' is used.

Deprecation info:



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