Uses of Interface
org.zkoss.bind.Property
-
Packages that use Property Package Description org.zkoss.bind org.zkoss.bind.impl org.zkoss.bind.sys org.zkoss.bind.xel.zel -
-
Uses of Property in org.zkoss.bind
Methods in org.zkoss.bind that return Property Modifier and Type Method Description Property[]ValidationContext. getProperties(java.lang.String name)get dependent properties by the property name.PropertyValidationContext. getProperty()get the main property that need to be validated.Methods in org.zkoss.bind that return types with arguments of type Property Modifier and Type Method Description java.util.Map<java.lang.String,Property>ValidationContext. getProperties(java.lang.Object base)get dependent properties by a base object. -
Uses of Property in org.zkoss.bind.impl
Classes in org.zkoss.bind.impl that implement Property Modifier and Type Class Description classPropertyImplImplementation of a property.classWrongValuePropertyImpl// ZK-878 Exception if binding a form with errorMessage To handle wrong value exception when getting a component value.Methods in org.zkoss.bind.impl that return Property Modifier and Type Method Description PropertySavePropertyBindingImpl. getBasePropertyIfFromCollection()Internal use only, only for collectionsProperty[]ValidationContextImpl. getProperties(java.lang.String name)PropertyValidationContextImpl. getProperty()PropertySaveFormBindingImpl. getValidate(BindContext ctx)PropertySavePropertyBindingImpl. getValidate(BindContext ctx)Methods in org.zkoss.bind.impl that return types with arguments of type Property Modifier and Type Method Description protected static java.util.Set<Property>AbstractBindingHandler. getNotifys(BindContext ctx)java.util.Map<java.lang.String,Property>ValidationContextImpl. getProperties(java.lang.Object base)java.util.Set<Property>SaveFormBindingImpl. getValidates(BindContext ctx)Method parameters in org.zkoss.bind.impl with type arguments of type Property Modifier and Type Method Description protected voidBinderImpl. doExecute(org.zkoss.zk.ui.Component comp, java.lang.String command, java.util.Map<java.lang.String,java.lang.Object> commandArgs, BindContext ctx, java.util.Set<Property> notifys)protected voidBinderImpl. doSaveAfter(org.zkoss.zk.ui.Component comp, java.lang.String command, org.zkoss.zk.ui.event.Event evt, BindContext ctx, java.util.Set<Property> notifys)protected voidBinderImpl. doSaveBefore(org.zkoss.zk.ui.Component comp, java.lang.String command, org.zkoss.zk.ui.event.Event evt, BindContext ctx, java.util.Set<Property> notifys)protected booleanBinderImpl. doValidate(org.zkoss.zk.ui.Component comp, java.lang.String command, org.zkoss.zk.ui.event.Event evt, BindContext ctx, java.util.Set<Property> notifys)protected voidAbstractAnnotatedMethodInvoker. fireNotifyChanges(Binder binder, java.util.Set<Property> changes)protected voidBinderImpl. fireNotifyChanges(java.util.Set<Property> notifys)protected voidAbstractAnnotatedMethodInvoker. handleNotifyChange(Binder binder, BindContext ctx, java.lang.Object viewModel, java.lang.reflect.Method m, ParamCall parCall, java.util.Set<Property> changes)Constructors in org.zkoss.bind.impl with parameters of type Property Constructor Description ValidationContextImpl(java.lang.String command, Property property, java.util.Map<java.lang.String,Property[]> properties, BindContext ctx, boolean valid) -
Uses of Property in org.zkoss.bind.sys
Methods in org.zkoss.bind.sys that return Property Modifier and Type Method Description PropertySaveBinding. getValidate(BindContext ctx)ReturnsPropertyto be validated.Methods in org.zkoss.bind.sys that return types with arguments of type Property Modifier and Type Method Description java.util.Set<Property>SaveFormBinding. getValidates(BindContext ctx)ReturnsPropertys to be validated, includes the member field of the form -
Uses of Property in org.zkoss.bind.xel.zel
Methods in org.zkoss.bind.xel.zel that return Property Modifier and Type Method Description static PropertyBindELContext. prepareProperty(java.lang.Object base, java.lang.String prop, java.lang.Object value, BindContext ctx)Methods in org.zkoss.bind.xel.zel that return types with arguments of type Property Modifier and Type Method Description static java.util.Set<Property>BindELContext. getNotifys(java.lang.reflect.Method m, java.lang.Object base, java.lang.String prop, java.lang.Object value, BindContext ctx)static java.util.Set<Property>BindELContext. getNotifys(BindContext ctx)Method parameters in org.zkoss.bind.xel.zel with type arguments of type Property Modifier and Type Method Description static voidBindELContext. addNotifys(java.util.Set<Property> props, BindContext ctx)
-