|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JSONObject | |
|---|---|
| com.jaspersoft.jasperserver.war.model | |
| com.jaspersoft.jasperserver.war.model.impl | |
| Uses of JSONObject in com.jaspersoft.jasperserver.war.model |
|---|
| Subinterfaces of JSONObject in com.jaspersoft.jasperserver.war.model | |
|---|---|
interface |
TreeNode
The base interface for each node in the UI Tree |
| Methods in com.jaspersoft.jasperserver.war.model that return JSONObject | |
|---|---|
JSONObject |
TreeNode.getExtraProperty()
Extra property is a way for TreeDataProvider to attach its specific property or set of objects and properties to be available on client side. |
| Uses of JSONObject in com.jaspersoft.jasperserver.war.model.impl |
|---|
| Classes in com.jaspersoft.jasperserver.war.model.impl that implement JSONObject | |
|---|---|
class |
TreeNodeImpl
Implementation of TreeNode |
| Fields in com.jaspersoft.jasperserver.war.model.impl declared as JSONObject | |
|---|---|
protected JSONObject |
TreeNodeImpl.extraProperty
|
| Methods in com.jaspersoft.jasperserver.war.model.impl that return JSONObject | |
|---|---|
JSONObject |
TreeNodeImpl.getExtraProperty()
|
| Methods in com.jaspersoft.jasperserver.war.model.impl with parameters of type JSONObject | |
|---|---|
void |
TreeNodeImpl.setExtraProperty(JSONObject extraProperty)
|
| Constructors in com.jaspersoft.jasperserver.war.model.impl with parameters of type JSONObject | |
|---|---|
TreeNodeImpl(TreeDataProvider dataProvider,
java.lang.String id,
java.lang.String label,
java.lang.String type,
java.lang.String uri,
JSONObject extraProperty)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||