Uses of Interface
org.zkoss.bind.sys.CommandBinding
-
Packages that use CommandBinding Package Description org.zkoss.bind.impl -
-
Uses of CommandBinding in org.zkoss.bind.impl
Classes in org.zkoss.bind.impl that implement CommandBinding Modifier and Type Class Description class
CommandBindingImpl
Implementation of CommandBinding.Methods in org.zkoss.bind.impl that return CommandBinding Modifier and Type Method Description protected CommandBinding
BinderImpl. newCommandBinding(Component comp, java.lang.String evtnm, java.lang.String cmdScript, java.util.Map<java.lang.String,java.lang.Object> args)
Make this extenable.Methods in org.zkoss.bind.impl with parameters of type CommandBinding Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Object>
ImplicitObjectContributor. contirbuteCommandObject(Binder binder, CommandBinding binding, Event event)
java.util.Map<java.lang.String,java.lang.Object>
ImplicitObjectContributorImpl. contirbuteCommandObject(Binder binder, CommandBinding binding, Event event)
-