org.apache.myfaces.tobago.internal.taglib.declaration
Interface IsOmit

All Known Subinterfaces:
AbstractCommandTagDeclaration, ButtonTagDeclaration, CommandTagDeclaration, LinkTagDeclaration, MenuCommandTagDeclaration, SelectBooleanCommandTagDeclaration, SheetPageCommandTagDeclaration, ToolBarCommandTagDeclaration, ToolBarSelectBooleanTagDeclaration, ToolBarSelectOneTagDeclaration, TreeCommandTagDeclaration, TreeMenuCommandTagDeclaration

public interface IsOmit


Method Summary
 void setOmit(String omit)
          Flag indicating that the action of this element, will not be executed from client side (e. g. when the user clicks a button.
 

Method Detail

setOmit

void setOmit(String omit)
Flag indicating that the action of this element, will not be executed from client side (e. g. when the user clicks a button. When setting this value to true, the action will not be executed by the Tobago, but it can executed by JavaScript. This attribute is useful, when you want to add JavaScript event handlers to commands manually. In this case you usually don't want a submit with a full reload of the page.



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