railo.runtime.tag
Class TreeItemBean

java.lang.Object
  extended by railo.runtime.tag.TreeItemBean

public class TreeItemBean
extends Object


Field Summary
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 Summary
TreeItemBean()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

QUERY_AS_ROOT_YES

public static final int QUERY_AS_ROOT_YES
See Also:
Constant Field Values

QUERY_AS_ROOT_NO

public static final int QUERY_AS_ROOT_NO
See Also:
Constant Field Values

QUERY_AS_ROOT_CUSTOM

public static final int QUERY_AS_ROOT_CUSTOM
See Also:
Constant Field Values

IMG_CD

public static final int IMG_CD
See Also:
Constant Field Values

IMG_COMPUTER

public static final int IMG_COMPUTER
See Also:
Constant Field Values

IMG_DOCUMENT

public static final int IMG_DOCUMENT
See Also:
Constant Field Values

IMG_ELEMENT

public static final int IMG_ELEMENT
See Also:
Constant Field Values

IMG_FLOPPY

public static final int IMG_FLOPPY
See Also:
Constant Field Values

IMG_FOLDER

public static final int IMG_FOLDER
See Also:
Constant Field Values

IMG_FIXED

public static final int IMG_FIXED
See Also:
Constant Field Values

IMG_REMOTE

public static final int IMG_REMOTE
See Also:
Constant Field Values

IMG_CUSTOM

public static final int IMG_CUSTOM
See Also:
Constant Field Values
Constructor Detail

TreeItemBean

public TreeItemBean()
Method Detail

getDisplay

public String getDisplay()
Returns:
the display

setDisplay

public void setDisplay(String display)
Parameters:
display - the display to set

isExpand

public boolean isExpand()
Returns:
the expand

setExpand

public void setExpand(boolean expand)
Parameters:
expand - the expand to set

getHref

public String getHref()
Returns:
the href

setHref

public void setHref(String href)
Parameters:
href - the href to set

getImg

public int getImg()
Returns:
the img

setImg

public void setImg(int img)
Parameters:
img - the img to set

getImgCustom

public String getImgCustom()
Returns:
the imgCustom

setImgCustom

public void setImgCustom(String imgCustom)
Parameters:
imgCustom - the imgCustom to set

getImgOpen

public int getImgOpen()
Returns:
the imgOpen

setImgOpen

public void setImgOpen(int imgOpen)
Parameters:
imgOpen - the imgOpen to set

getImgOpenCustom

public String getImgOpenCustom()
Returns:
the imgOpenCustom

setImgOpenCustom

public void setImgOpenCustom(String imgOpenCustom)
Parameters:
imgOpenCustom - the imgOpenCustom to set

getParent

public String getParent()
Returns:
the parent

setParent

public void setParent(String parent)
Parameters:
parent - the parent to set

getTarget

public String getTarget()
Returns:
the target

setTarget

public void setTarget(String target)
Parameters:
target - the target to set

getValue

public String getValue()
Returns:
the value

setValue

public void setValue(String value)
Parameters:
value - the value to set


Copyright © 2012 Railo