|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.directwebremoting.dwrp.NonJsonNestedOutboundVariable
public abstract class NonJsonNestedOutboundVariable
A helper class for people that want to implement OutboundVariable.
| Method Summary | |
|---|---|
java.lang.String |
getAssignCode()
A short script that can be used to refer to this variable |
java.lang.String |
getBuildCode()
A script that completes the definition of this variable, and may contain reference to other declared variables. |
java.lang.String |
getDeclareCode()
A script to declare the variable so it can be referred to. |
OutboundVariable |
getReferenceVariable()
Get a reference to this OutboundVariable. |
boolean |
isOutline()
|
void |
setAssignCode(java.lang.String assignCode)
|
void |
setBaseBuildCode(java.lang.String buildCode)
|
void |
setBaseDeclareCode(java.lang.String declareCode)
|
void |
setChildren(java.util.Collection<OutboundVariable> children)
When we create buildCode and declareCode, what do we need to add? |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.directwebremoting.extend.OutboundVariable |
|---|
prepareAssignCode, prepareBuildDeclareCodes |
| Method Detail |
|---|
public boolean isOutline()
public java.lang.String getDeclareCode()
OutboundVariable
getDeclareCode in interface OutboundVariablepublic void setBaseDeclareCode(java.lang.String declareCode)
declareCode - the declareCode to setpublic java.lang.String getBuildCode()
OutboundVariable
getBuildCode in interface OutboundVariablepublic void setBaseBuildCode(java.lang.String buildCode)
buildCode - the buildCode to setpublic java.lang.String getAssignCode()
OutboundVariable
getAssignCode in interface OutboundVariablepublic void setAssignCode(java.lang.String assignCode)
assignCode - the assignCode to setpublic OutboundVariable getReferenceVariable()
OutboundVariablethis already is a reference then this method returns
this, or if not it creates one that does.
getReferenceVariable in interface OutboundVariablepublic void setChildren(java.util.Collection<OutboundVariable> children)
children - The list of dependent OutboundVariables
|
Copyright ¬ 2005 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||