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.BatchCopy<D>
Extension of
Technology.BatchInit with enhanced support for
copying values. |
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
Technology.expose(org.netbeans.html.json.spi.FunctionBinding, java.lang.Object, java.lang.Object)
and
Technology.bind(org.netbeans.html.json.spi.PropertyBinding, java.lang.Object, java.lang.Object) . |
static interface |
Technology.ToJavaScript<D>
Convertor of the internal data type to object suitable as a JavaScript
representation.
|
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 © 2018 NetBeans. All rights reserved.