Interface IsImmediateCommand
-
- All Known Subinterfaces:
ButtonTagDeclaration
,EventTagDeclaration
,LinkTagDeclaration
,TabGroupTagDeclaration
public interface IsImmediateCommand
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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.
-
-