| Package | Description |
|---|---|
| org.apidesign.html.json.spi |
Service Provider Interfaces for those who wish to integrate own
technology with the HTML for Java API.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Technology.bind(PropertyBinding b,
Object model,
Data data)
Binds a property between the model and the data as used by the technology.
|
D |
Technology.BatchInit.wrapModel(Object model,
PropertyBinding[] propArr,
FunctionBinding[] funcArr)
Wrap the given model into redering technology appropriate object
D and expose given properties and functions on it. |
Copyright © 2014 NetBeans. All Rights Reserved.