public class JsInitialRenderer extends Object
| Modifier and Type | Field and Description |
|---|---|
protected JsModel |
m_model |
protected Appendable |
m_refSb |
protected Appendable |
m_setSb |
| Constructor and Description |
|---|
JsInitialRenderer(Appendable output,
JsModel model) |
| Modifier and Type | Method and Description |
|---|---|
protected Appendable |
appendRef(String what) |
protected Appendable |
appendSet(String what) |
Appendable |
getRefSb() |
Appendable |
getSetSb() |
void |
render() |
protected <I,V> void |
renderSimple(I instance,
to.etc.domui.jsmodel.ClassInfo.Simple<V> simple,
Map<String,Object> valueMap) |
protected void |
renderValueObject(InstanceInfo ii,
PropertyMetaModel<?> property) |
protected final Appendable m_refSb
protected final Appendable m_setSb
protected final JsModel m_model
public JsInitialRenderer(Appendable output, JsModel model)
protected void renderValueObject(InstanceInfo ii, PropertyMetaModel<?> property) throws Exception
Exceptionprotected <I,V> void renderSimple(I instance,
to.etc.domui.jsmodel.ClassInfo.Simple<V> simple,
Map<String,Object> valueMap)
throws Exception
Exceptionprotected Appendable appendRef(String what) throws Exception
Exceptionprotected Appendable appendSet(String what) throws Exception
Exceptionpublic Appendable getRefSb()
public Appendable getSetSb()
Copyright © 2017 etc.to. All rights reserved.