D
- the internal data for the technologypublic static interface Technology.ApplyId<D> extends Technology<D>
Proto.applyBindings(java.lang.String)
or
via method applyBindings(String)
generated when one
is using the Model
annotation.Technology.ApplyId<D>, Technology.BatchCopy<D>, Technology.BatchInit<D>, Technology.ToJavaScript<D>, Technology.ValueMutated<D>
Modifier and Type | Method and Description |
---|---|
void |
applyBindings(String id,
D data)
Applies given data to current context (usually an element on an
HTML page).
|
applyBindings, bind, expose, runSafe, toModel, valueHasMutated, wrapArray, wrapModel
Copyright © 2018 NetBeans. All rights reserved.