public class TreeItemBean extends Object
Modifier and Type | Field and Description |
---|---|
static int |
IMG_CD |
static int |
IMG_COMPUTER |
static int |
IMG_CUSTOM |
static int |
IMG_DOCUMENT |
static int |
IMG_ELEMENT |
static int |
IMG_FIXED |
static int |
IMG_FLOPPY |
static int |
IMG_FOLDER |
static int |
IMG_REMOTE |
static int |
QUERY_AS_ROOT_CUSTOM |
static int |
QUERY_AS_ROOT_NO |
static int |
QUERY_AS_ROOT_YES |
Constructor and Description |
---|
TreeItemBean() |
Modifier and Type | Method and Description |
---|---|
String |
getDisplay() |
String |
getHref() |
int |
getImg() |
String |
getImgCustom() |
int |
getImgOpen() |
String |
getImgOpenCustom() |
String |
getParent() |
String |
getTarget() |
String |
getValue() |
boolean |
isExpand() |
void |
setDisplay(String display) |
void |
setExpand(boolean expand) |
void |
setHref(String href) |
void |
setImg(int img) |
void |
setImgCustom(String imgCustom) |
void |
setImgOpen(int imgOpen) |
void |
setImgOpenCustom(String imgOpenCustom) |
void |
setParent(String parent) |
void |
setTarget(String target) |
void |
setValue(String value) |
public static final int QUERY_AS_ROOT_YES
public static final int QUERY_AS_ROOT_NO
public static final int QUERY_AS_ROOT_CUSTOM
public static final int IMG_CD
public static final int IMG_COMPUTER
public static final int IMG_DOCUMENT
public static final int IMG_ELEMENT
public static final int IMG_FLOPPY
public static final int IMG_FOLDER
public static final int IMG_FIXED
public static final int IMG_REMOTE
public static final int IMG_CUSTOM
public TreeItemBean()
public String getDisplay()
public void setDisplay(String display)
display
- the display to setpublic boolean isExpand()
public void setExpand(boolean expand)
expand
- the expand to setpublic int getImg()
public void setImg(int img)
img
- the img to setpublic String getImgCustom()
public void setImgCustom(String imgCustom)
imgCustom
- the imgCustom to setpublic int getImgOpen()
public void setImgOpen(int imgOpen)
imgOpen
- the imgOpen to setpublic String getImgOpenCustom()
public void setImgOpenCustom(String imgOpenCustom)
imgOpenCustom
- the imgOpenCustom to setCopyright © 2015 Lucee