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, setAttribute
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getArgs, getBinder, getComponent
public java.lang.String getEventName()
public ExpressionX getCommand()
public java.lang.String getCommandString()
CommandBinding
getCommandString
in interface CommandBinding
public void execute(BindContext ctx)
CommandBinding
execute
in interface CommandBinding
ctx
- the binding runtime contextpublic java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2005-2021 Potix Corporation. All Rights Reserved.