public class CommandBindingImpl extends BindingImpl implements CommandBinding
| Constructor and Description |
|---|
CommandBindingImpl(Binder binder,
Component comp,
java.lang.String evtnm,
java.lang.String cmdScript,
java.util.Map<java.lang.String,java.lang.Object> args) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(BindContext ctx)
Call the command associated with this binding.
|
ExpressionX |
getCommand() |
java.lang.String |
getCommandString()
Returns the command expression in string.
|
java.lang.String |
getEventName() |
java.lang.String |
toString() |
containsAttribute, getArgs, getAttribute, getBinder, getComponent, setAttributeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetArgs, getBinder, getComponentpublic java.lang.String getEventName()
public ExpressionX getCommand()
public java.lang.String getCommandString()
CommandBindinggetCommandString in interface CommandBindingpublic void execute(BindContext ctx)
CommandBindingexecute in interface CommandBindingctx - the binding runtime contextpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2005-2011 Potix Corporation. All Rights Reserved.