public class JsModel extends Object
| Constructor and Description |
|---|
JsModel(String modelRoot,
Object rootObject) |
| Modifier and Type | Method and Description |
|---|---|
static <T> to.etc.domui.jsmodel.IRenderType<T> |
findRenderer(PropertyMetaModel<T> property) |
Set<InstanceInfo> |
getReachableSet() |
Object |
getRootObject() |
void |
renderDelta(Appendable output) |
void |
renderFull(Appendable output)
Do an initial render of the structure.
|
void |
setReachableSet(Set<InstanceInfo> reachableSet) |
@Nullable public Set<InstanceInfo> getReachableSet()
public void setReachableSet(@Nullable Set<InstanceInfo> reachableSet)
public void renderFull(Appendable output) throws Exception
Exceptionpublic void renderDelta(Appendable output) throws Exception
Exceptionpublic static <T> to.etc.domui.jsmodel.IRenderType<T> findRenderer(PropertyMetaModel<T> property)
public Object getRootObject()
Copyright © 2017 etc.to. All rights reserved.