Activates Data Binding Manager
From Documentation
This documentation is for an older version of ZK. For the latest one, please click here.
This documentation is for an older version of ZK. For the latest one, please click here.
Activates Data Binding Manager by defining the page Initializer at the top of the page.
<?init class="org.zkoss.zkplus.databind.AnnotateDataBinderInit" ?>
This initiator class do following things:
- Creates an
AnnotateDataBinder
instance. - Sets the
AnnotateDataBinder
instance as a variable with the name "binder" stored in the component as specified inarg0
"component-path".(if arg0 is not specified, usePage
instead.) - Calls
DataBinder.loadAll()
to initiate all UI components from the associated data source.
Version History
Version | Date | Content |
---|---|---|