|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.directwebremoting.extend.NestedOutboundVariable
org.directwebremoting.extend.ArrayOutboundVariable
public class ArrayOutboundVariable
An OutboundVariable that declares a JavaScript array
| Constructor Summary | |
|---|---|
ArrayOutboundVariable(OutboundContext context)
Constructor |
|
| 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. |
| Methods inherited from class org.directwebremoting.extend.NestedOutboundVariable |
|---|
getChildren, getReferenceVariable, isJsonMode, setChildren |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ArrayOutboundVariable(OutboundContext context)
| Method Detail |
|---|
public java.lang.String getDeclareCode()
OutboundVariable
public java.lang.String getBuildCode()
OutboundVariable
public java.lang.String getAssignCode()
OutboundVariable
|
Copyright ยจ 2008 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||