|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.jabb.util.bean.jstree.JsTreeRequest
public class JsTreeRequest
This class encapsulates json_data request from jsTree.
| Field Summary | |
|---|---|
protected String |
id
for getChildren, removeNode, renameNode, moveNode |
protected boolean |
isCopy
for moveNode |
protected boolean |
isRoot
for getChildren |
protected String |
language
for rename |
static String |
OP_CREATE_NODE
|
static String |
OP_GET_CHILDREN
|
static String |
OP_MOVE_NODE
|
static String |
OP_REMOVE_NODE
|
static String |
OP_RENAME_NODE
|
static String |
OP_SEARCH
|
protected String |
operation
|
protected int |
position
for createNode, moveNode |
protected String |
referenceId
for createNode, moveNode |
protected String |
searchString
for search |
protected String |
title
for createNode, renameNode |
protected String |
type
for createNode |
| Constructor Summary | |
|---|---|
JsTreeRequest()
|
|
| Method Summary | |
|---|---|
String |
getId()
|
boolean |
getIsCopy()
|
boolean |
getIsRoot()
|
String |
getLanguage()
|
String |
getOperation()
|
int |
getPosition()
|
String |
getReferenceId()
|
String |
getSearchString()
|
String |
getTitle()
|
String |
getType()
|
boolean |
isCopy()
|
boolean |
isRoot()
|
void |
setCopy(boolean isCopy)
|
void |
setId(String id)
|
void |
setIsCopy(boolean isCopy)
|
void |
setIsRoot(boolean isRoot)
|
void |
setLanguage(String language)
|
void |
setOperation(String operation)
|
void |
setPosition(int position)
|
void |
setReferenceId(String referenceId)
|
void |
setRoot(boolean isRoot)
|
void |
setSearchString(String searchString)
|
void |
setTitle(String title)
|
void |
setType(String type)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String OP_GET_CHILDREN
public static final String OP_CREATE_NODE
public static final String OP_REMOVE_NODE
public static final String OP_RENAME_NODE
public static final String OP_MOVE_NODE
public static final String OP_SEARCH
protected String operation
protected String id
protected boolean isRoot
protected String searchString
protected int position
protected String title
protected String type
protected boolean isCopy
protected String referenceId
protected String language
| Constructor Detail |
|---|
public JsTreeRequest()
| Method Detail |
|---|
public String getOperation()
public void setOperation(String operation)
public String getId()
public void setId(String id)
public boolean getIsRoot()
public void setIsRoot(boolean isRoot)
public boolean isRoot()
public void setRoot(boolean isRoot)
public String getSearchString()
public void setSearchString(String searchString)
public int getPosition()
public void setPosition(int position)
public String getTitle()
public void setTitle(String title)
public String getType()
public void setType(String type)
public boolean isCopy()
public void setCopy(boolean isCopy)
public boolean getIsCopy()
public void setIsCopy(boolean isCopy)
public String getReferenceId()
public void setReferenceId(String referenceId)
public String getLanguage()
public void setLanguage(String language)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||