|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Binding | |
|---|---|
| org.zkoss.bind | |
| org.zkoss.bind.impl | |
| org.zkoss.bind.sys | |
| org.zkoss.bind.sys.tracker | |
| org.zkoss.bind.tracker.impl | |
| org.zkoss.bind.xel.zel | |
| Uses of Binding in org.zkoss.bind |
|---|
| Methods in org.zkoss.bind that return Binding | |
|---|---|
Binding |
BindContext.getBinding()
Returns associated Binding of this Bind context. |
| Uses of Binding in org.zkoss.bind.impl |
|---|
| Classes in org.zkoss.bind.impl that implement Binding | |
|---|---|
class |
BindingImpl
Base implementation for implementing a Binding |
class |
CommandBindingImpl
Implementation of CommandBinding. |
class |
FormBindingImpl
Base implementation of FormBinding. |
class |
InitPropertyBindingImpl
Implementation of LoadPropertyBinding. |
class |
LoadFormBindingImpl
Implementation of LoadFormBinding |
class |
LoadPropertyBindingImpl
Implementation of LoadPropertyBinding. |
class |
PropertyBindingImpl
A base implementation of PropertyBinding. |
class |
SaveFormBindingImpl
Implementation of SaveFormBinding. |
class |
SavePropertyBindingImpl
Implementation of SavePropertyBinding. |
| Methods in org.zkoss.bind.impl that return Binding | |
|---|---|
Binding |
BindContextImpl.getBinding()
|
| Methods in org.zkoss.bind.impl with parameters of type Binding | |
|---|---|
static AccessInfo |
AccessInfo.create(Binding binding,
java.lang.String accessScript,
java.lang.Class<?> expectedType,
boolean ignoreTracker)
|
static BindContext |
BindContextUtil.newBindContext(Binder binder,
Binding binding,
boolean save,
java.lang.String command,
Component comp,
Event event)
|
| Constructors in org.zkoss.bind.impl with parameters of type Binding | |
|---|---|
BindContextImpl(Binder binder,
Binding binding,
boolean save,
java.lang.String command,
Component comp,
Event event)
|
|
| Uses of Binding in org.zkoss.bind.sys |
|---|
| Subinterfaces of Binding in org.zkoss.bind.sys | |
|---|---|
interface |
CommandBinding
A binding tells which command to call(usually used with UI event). |
interface |
FormBinding
A binding tells how to deal with Load and Save between a form and a bean. |
interface |
LoadBinding
Binding for loading. |
interface |
LoadFormBinding
Binding for load a form. |
interface |
LoadPropertyBinding
PropertyBinding for load into component attribute from backing bean property. |
interface |
PropertyBinding
A binding tells how to deal with Load or Save a field of a source object (usually an UI component) and a property of a target object(usually a backing bean). |
interface |
SaveBinding
Binding for saving. |
interface |
SaveFormBinding
Binding for saving a form. |
interface |
SavePropertyBinding
PropertyBinding for save from component attribute into backing bean property. |
| Uses of Binding in org.zkoss.bind.sys.tracker |
|---|
| Methods in org.zkoss.bind.sys.tracker that return types with arguments of type Binding | |
|---|---|
java.util.Set<Binding> |
TrackerNode.getBindings()
Returns associated Binding. |
| Methods in org.zkoss.bind.sys.tracker with parameters of type Binding | |
|---|---|
void |
TrackerNode.addBinding(Binding binding)
add associated Binding with this node |
void |
Tracker.addTracking(Component comp,
java.lang.String[] series,
java.lang.String[] dependentpath,
Binding binding)
Add a tracking that associate a binding to a dot series under the specified Component |
| Uses of Binding in org.zkoss.bind.tracker.impl |
|---|
| Methods in org.zkoss.bind.tracker.impl that return types with arguments of type Binding | |
|---|---|
java.util.Set<Binding> |
TrackerNodeImpl.getBindings()
|
| Methods in org.zkoss.bind.tracker.impl with parameters of type Binding | |
|---|---|
void |
TrackerNodeImpl.addBinding(Binding binding)
|
void |
TrackerImpl.addTracking(Component comp,
java.lang.String[] series,
java.lang.String[] srcpath,
Binding binding)
|
| Uses of Binding in org.zkoss.bind.xel.zel |
|---|
| Methods in org.zkoss.bind.xel.zel that return Binding | |
|---|---|
Binding |
BindELContext.getBinding()
|
| Methods in org.zkoss.bind.xel.zel with parameters of type Binding | |
|---|---|
static void |
BindELContext.addDependsOnTracking(java.lang.reflect.Method m,
java.lang.String basepath,
java.util.List<java.lang.String> srcpath,
java.lang.String prop,
Binding binding)
|
static void |
BindELContext.addDependsOnTrackings(java.lang.reflect.Method m,
java.lang.String basepath,
java.util.List<java.lang.String> srcpath,
Binding binding,
BindContext ctx)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||