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

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

public interface IsImmediateCommand


Method Summary
 void setImmediate(String immediate)
          Flag indicating that, if this component is activated by the user, notifications should be delivered to interested listeners and actions immediately (that is, during Apply Request Values phase) rather than waiting until Invoke Application phase.
 

Method Detail

setImmediate

void setImmediate(String immediate)
Flag indicating that, if this component is activated by the user, notifications should be delivered to interested listeners and actions immediately (that is, during Apply Request Values phase) rather than waiting until Invoke Application phase.



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