Package | Description |
---|---|
org.zkoss.bind.impl |
Core Implementation for ZK Bind
|
org.zkoss.bind.sys |
System level classes for ZK Bind
|
Modifier and Type | Class and Description |
---|---|
class |
InitPropertyBindingImpl
Implementation of
InitPropertyBinding . |
class |
LoadPropertyBindingImpl
Implementation of
LoadPropertyBinding . |
class |
PropertyBindingImpl
A base implementation of
PropertyBinding . |
class |
SavePropertyBindingImpl
Implementation of
SavePropertyBinding . |
Modifier and Type | Method and Description |
---|---|
static void |
BindContextUtil.setConverterArgs(Binder binder,
Component comp,
BindContext ctx,
PropertyBinding binding) |
Modifier and Type | Interface and Description |
---|---|
interface |
InitPropertyBinding
PropertyBinding for init-loading into component attribute from backing bean property.
|
interface |
LoadPropertyBinding
PropertyBinding for load into component attribute from backing bean property.
|
interface |
SavePropertyBinding
PropertyBinding for save from component attribute into backing bean property.
|
Copyright © 2005-2021 Potix Corporation. All Rights Reserved.