Uses of Class
org.zkoss.bind.xel.zel.BindELContext

Packages that use BindELContext
org.zkoss.bind.impl Core Implementation for ZK Bind 
org.zkoss.bind.sys System level classes for ZK Bind 
org.zkoss.bind.xel.zel ZEL of XEL for ZK Bind 
org.zkoss.zkmax.bind.impl   
 

Uses of BindELContext in org.zkoss.bind.impl
 

Methods in org.zkoss.bind.impl with parameters of type BindELContext
 java.lang.Object ReferenceBindingImpl.getValue(BindELContext ctx)
           
 void ReferenceBindingImpl.setValue(BindELContext ctx, java.lang.Object val)
           
 

Uses of BindELContext in org.zkoss.bind.sys
 

Methods in org.zkoss.bind.sys with parameters of type BindELContext
 java.lang.Object ReferenceBinding.getValue(BindELContext ctx)
          Returns the referenced value.
 void ReferenceBinding.setValue(BindELContext ctx, java.lang.Object value)
          Sets the value to referenced object
 

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

Fields in org.zkoss.bind.xel.zel declared as BindELContext
protected  BindELContext BindExpressionBuilder._ctx
           
 

Uses of BindELContext in org.zkoss.zkmax.bind.impl
 

Subclasses of BindELContext in org.zkoss.zkmax.bind.impl
 class BindELContextEx
          An extension of BindELContext to do a lazy initiating EL expression construction.
 



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