Package | Description |
---|---|
org.netbeans.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 |
---|---|
abstract FunctionBinding |
FunctionBinding.weak()
Returns identical version of the binding, but one that holds on the
original model object via weak reference.
|
Modifier and Type | Method and Description |
---|---|
void |
Technology.expose(FunctionBinding fb,
Object model,
Data d) |
D |
Technology.BatchCopy.wrapModel(Object model,
Object copyFrom,
PropertyBinding[] propArr,
FunctionBinding[] funcArr)
Wrap the given model into rendering technology appropriate object
D and expose given properties and functions on it. |
D |
Technology.BatchInit.wrapModel(Object model,
PropertyBinding[] propArr,
FunctionBinding[] funcArr)
Wrap the given model into rendering technology appropriate object
D and expose given properties and functions on it. |
Copyright © 2018 NetBeans. All rights reserved.