| 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 | Interface and Description |
|---|---|
static interface |
Technology.ApplyId<D>
Apply technology bindings at selected subtree of the HTML page.
|
static interface |
Technology.BatchInit<D>
For certain rendering technologies it may be more efficient to register
property and function bindings for one instance of the model at once,
rather then doing it incrementally via
expose(org.netbeans.html.json.spi.FunctionBinding, java.lang.Object, java.lang.Object)
and
bind(org.netbeans.html.json.spi.PropertyBinding, java.lang.Object, java.lang.Object). |
static interface |
Technology.ValueMutated<D>
Some technologies are more effective when number of calls between
Java and JavaScript is limited - to do that when a value of property
is changed they should implement this additional interface.
|
Copyright © 2015 NetBeans. All Rights Reserved.