public class CommandBindingImpl extends BindingImpl implements CommandBinding
| Constructor and Description |
|---|
CommandBindingImpl(Binder binder,
org.zkoss.zk.ui.Component comp,
String evtnm,
String cmdScript,
Map<String,Object> args) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(BindContext ctx)
Call the command associated with this binding.
|
org.zkoss.xel.ExpressionX |
getCommand() |
String |
getCommandString()
Returns the command expression in string.
|
String |
getEventName() |
String |
toString() |
containsAttribute, getArgs, getAttribute, getBinder, getComponent, setAttributeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetArgs, getBinder, getComponentpublic String getEventName()
public org.zkoss.xel.ExpressionX getCommand()
public String getCommandString()
CommandBindinggetCommandString in interface CommandBindingpublic void execute(BindContext ctx)
CommandBindingexecute in interface CommandBindingctx - the binding runtime contextCopyright © 2020. All rights reserved.