Uses of Interface
org.zkoss.bind.BindContext

Packages that use BindContext
org.zkoss.bind   
org.zkoss.bind.converter   
org.zkoss.bind.converter.sys   
org.zkoss.bind.impl   
org.zkoss.bind.sys   
org.zkoss.bind.xel.zel   
 

Uses of BindContext in org.zkoss.bind
 

Methods in org.zkoss.bind that return BindContext
 BindContext ValidationContext.getBindContext()
           
 

Methods in org.zkoss.bind with parameters of type BindContext
 java.lang.Object Converter.coerceToBean(java.lang.Object val, Component component, BindContext ctx)
           
 java.lang.Object Converter.coerceToUi(java.lang.Object val, Component component, BindContext ctx)
           
 void PhaseListener.postPhase(Phase phase, BindContext ctx)
          Callbacks after each phase.
 void PhaseListener.prePhase(Phase phase, BindContext ctx)
          Callbacks before each phase.
 

Uses of BindContext in org.zkoss.bind.converter
 

Methods in org.zkoss.bind.converter with parameters of type BindContext
 java.lang.Object UriConverter.coerceToBean(java.lang.Object val, Component component, BindContext ctx)
           
 java.lang.Object ObjectBooleanConverter.coerceToBean(java.lang.Object val, Component comp, BindContext ctx)
          Given an object value and return whether it is a "true" object.
 java.lang.Object FormatedNumberConverter.coerceToBean(java.lang.Object val, Component comp, BindContext ctx)
          Convert String to Number.
 java.lang.Object FormatedDateConverter.coerceToBean(java.lang.Object val, Component comp, BindContext ctx)
          Convert String to Date.
 java.lang.Object UriConverter.coerceToUi(java.lang.Object val, Component component, BindContext ctx)
           
 java.lang.Object ObjectBooleanConverter.coerceToUi(java.lang.Object val, Component comp, BindContext ctx)
          Given a Boolean value and return associated "true" object if true; or "false" object if false.
 java.lang.Object FormatedNumberConverter.coerceToUi(java.lang.Object val, Component comp, BindContext ctx)
          Convert Number to String.
 java.lang.Object FormatedDateConverter.coerceToUi(java.lang.Object val, Component comp, BindContext ctx)
          Convert Date to String.
 

Uses of BindContext in org.zkoss.bind.converter.sys
 

Methods in org.zkoss.bind.converter.sys with parameters of type BindContext
 java.lang.Object SelectedTreeitemConverter.coerceToBean(java.lang.Object val, Component comp, BindContext ctx)
           
 java.lang.Object SelectedListitemConverter.coerceToBean(java.lang.Object val, Component comp, BindContext ctx)
           
 java.lang.Object SelectedComboitemConverter.coerceToBean(java.lang.Object val, Component comp, BindContext ctx)
           
 java.lang.Object SelectedTreeitemConverter.coerceToUi(java.lang.Object val, Component comp, BindContext ctx)
           
 java.lang.Object SelectedListitemConverter.coerceToUi(java.lang.Object val, Component comp, BindContext ctx)
           
 java.lang.Object SelectedComboitemConverter.coerceToUi(java.lang.Object val, Component comp, BindContext ctx)
           
 

Uses of BindContext in org.zkoss.bind.impl
 

Classes in org.zkoss.bind.impl that implement BindContext
 class BindContextImpl
          Implementation of BindContext.
 

Methods in org.zkoss.bind.impl that return BindContext
 BindContext ValidationContextImpl.getBindContext()
           
static BindContext BindContextUtil.newBindContext(Binder binder, Binding binding, boolean save, java.lang.String command, Component comp, Event event)
           
 

Methods in org.zkoss.bind.impl with parameters of type BindContext
protected  boolean BindingImpl.containsAttribute(BindContext ctx, java.lang.Object key)
           
 void CommandBindingImpl.execute(BindContext ctx)
           
protected  java.lang.Object BindingImpl.getAttribute(BindContext ctx, java.lang.Object key)
           
 java.lang.Class<?> BindEvaluatorXImpl.getType(BindContext ctx, Component comp, ExpressionX expression)
           
 Property SavePropertyBindingImpl.getValidate(BindContext ctx)
           
 Property SaveFormBindingImpl.getValidate(BindContext ctx)
           
 java.util.Set<Property> SaveFormBindingImpl.getValidates(BindContext ctx)
           
 java.lang.Object BindEvaluatorXImpl.getValue(BindContext ctx, Component comp, ExpressionX expression)
           
 ValueReference BindEvaluatorXImpl.getValueReference(BindContext ctx, Component comp, ExpressionX expression)
           
 void LoadPropertyBindingImpl.load(BindContext ctx)
           
 void LoadFormBindingImpl.load(BindContext ctx)
           
 void InitPropertyBindingImpl.load(BindContext ctx)
           
protected  XelContext BindEvaluatorXImpl.newXelContext(BindContext ctx, Component comp)
           
 ExpressionX BindEvaluatorXImpl.parseExpressionX(BindContext ctx, java.lang.String expression, java.lang.Class<?> expectedType)
           
 void SavePropertyBindingImpl.save(BindContext ctx)
           
 void SaveFormBindingImpl.save(BindContext ctx)
           
protected  java.lang.Object BindingImpl.setAttribute(BindContext ctx, java.lang.Object key, java.lang.Object value)
           
static void BindContextUtil.setCommandArgs(Binder binder, Component comp, BindContext ctx, java.util.Map<java.lang.String,java.lang.Object> args)
           
static void BindContextUtil.setConverterArgs(Binder binder, Component comp, BindContext ctx, PropertyBinding binding)
           
static void BindContextUtil.setValidatorArgs(Binder binder, Component comp, BindContext ctx, SaveFormBinding binding)
           
static void BindContextUtil.setValidatorArgs(Binder binder, Component comp, BindContext ctx, SavePropertyBinding binding)
           
 void BindEvaluatorXImpl.setValue(BindContext ctx, Component comp, ExpressionX expression, java.lang.Object value)
           
 

Constructors in org.zkoss.bind.impl with parameters of type BindContext
ValidationContextImpl(java.lang.String command, Property property, java.util.Map<java.lang.String,Property[]> properties, BindContext ctx, boolean valid)
           
 

Uses of BindContext in org.zkoss.bind.sys
 

Methods in org.zkoss.bind.sys with parameters of type BindContext
 void CommandBinding.execute(BindContext ctx)
          Call the command associated with this binding.
 java.lang.Class<?> BindEvaluatorX.getType(BindContext ctx, Component comp, ExpressionX expression)
          Returns the result type of the specified expression.
 Property SaveBinding.getValidate(BindContext ctx)
          Returns Property to be validated.
 java.util.Set<Property> SaveFormBinding.getValidates(BindContext ctx)
          Returns Propertys to be validated, includes the member field of the form
 java.lang.Object BindEvaluatorX.getValue(BindContext ctx, Component comp, ExpressionX expression)
          Sets the specified value to the property resolved from the specified expression.
 ValueReference BindEvaluatorX.getValueReference(BindContext ctx, Component comp, ExpressionX expression)
          Returns the result reference of the specified expression.
 void LoadBinding.load(BindContext ctx)
          Load data into the source attribute from the target property.
 ExpressionX BindEvaluatorX.parseExpressionX(BindContext ctx, java.lang.String expression, java.lang.Class<?> expectedType)
          Prepares the expressionX.
 void SaveBinding.save(BindContext ctx)
          Save data from the source attribute into the target property.
 void BindEvaluatorX.setValue(BindContext ctx, Component comp, ExpressionX expression, java.lang.Object value)
          Sets the specified value to the property resolved from the specified expression.
 

Uses of BindContext in org.zkoss.bind.xel.zel
 

Methods in org.zkoss.bind.xel.zel with parameters of type BindContext
static void BindELContext.addDependsOnTrackings(java.lang.reflect.Method m, java.lang.String basepath, java.util.List<java.lang.String> srcpath, Binding binding, BindContext ctx)
           
static void BindELContext.addNotifys(java.lang.reflect.Method m, java.lang.Object base, java.lang.String prop, java.lang.Object value, BindContext ctx)
           
 



Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo