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(java.lang.String id,
D data)
Applies given data to current context (usually an element on an
HTML page).
|
applyBindings, bind, expose, toModel, valueHasMutated, wrapArray, wrapModel
void applyBindings(java.lang.String id, D data)
id
- the id of an element to apply the data todata
- the data to applyCopyright © 2021 The Apache Software Foundation. All rights reserved.