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

public interface HasCommandType

$Id: HasCommandType.java 374936 2006-02-04 21:47:46Z bommel $


Method Summary
 void setType(String type)
          Type of command component to create.
 

Method Detail

setType

void setType(String type)
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.



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