Uses of Interface
org.zkoss.clientbind.ClientBinder
-
Packages that use ClientBinder Package Description org.zkoss.clientbind -
-
Uses of ClientBinder in org.zkoss.clientbind
Classes in org.zkoss.clientbind that implement ClientBinder Modifier and Type Class Description class
DefaultClientBinder
Methods in org.zkoss.clientbind that return ClientBinder Modifier and Type Method Description ClientBinder
ClientBindComposer. getBinder()
Constructors in org.zkoss.clientbind with parameters of type ClientBinder Constructor Description ClientSaveFormBindingImpl(ClientBinder binder, Component comp, java.lang.String fieldName, Property property, java.lang.String validatorExpr, java.util.Map<java.lang.String,java.lang.Object> validatorArgs, java.util.Map formProps, java.lang.String formId)
ClientSavePropertyBindingImpl(ClientBinder binder, Component comp, java.lang.String fieldName, Property property, java.lang.String validatorExpr, java.util.Map<java.lang.String,java.lang.Object> validatorArgs, java.util.Set<Property> properties)
-