|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CommandBinding
A binding tells which command to call(usually used with UI event).
| Method Summary | |
|---|---|
void |
execute(BindContext ctx)
Call the command associated with this binding. |
java.lang.String |
getCommandString()
Returns the command expression in string. |
| Methods inherited from interface org.zkoss.bind.sys.Binding |
|---|
getArgs, getBinder, getComponent |
| Method Detail |
|---|
void execute(BindContext ctx)
ctx - the binding runtime contextjava.lang.String getCommandString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||