|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectInheritableState
public class InheritableState
This is a set of tree properties that are used to render the tree markup.
Field Summary | |
---|---|
static String |
DEFAULT_IMAGES
The default directory name for icon images. |
Constructor Summary | |
---|---|
InheritableState()
|
Method Summary | |
---|---|
String |
getExpansionAction()
|
String |
getIconRoot()
This will return the location of the icon images. |
String |
getImageRoot()
Return the default location of all images. |
String |
getImageSpacer()
|
String |
getItemIcon()
|
String |
getLastLineJoinImage()
|
String |
getLastNodeCollapsedImage()
|
String |
getLastNodeExpandedImage()
|
String |
getLineJoinImage()
|
String |
getNodeCollapsedImage()
|
String |
getNodeExpandedImage()
|
InheritableState |
getParent()
|
String |
getSelectionAction()
|
String |
getSelectionTarget()
|
String |
getVerticalLineImage()
|
void |
initalizeTreeState()
This method initalizes the state of the properties to their default values used by the tree tag to create the tree markup. |
void |
setExpansionAction(String action)
|
void |
setIconRoot(String iconRoot)
This will set the location of the icon images. |
void |
setImageRoot(String imageRoot)
Sets the default location of all the images. |
void |
setImageSpacer(String imageSpacer)
|
void |
setItemIcon(String itemIcon)
|
void |
setLastLineJoinImage(String imageLineLast)
|
void |
setLastNodeCollapsedImage(String lastNodeCollapsedImage)
|
void |
setLastNodeExpandedImage(String lastNodeExpandedImage)
|
void |
setLineJoinImage(String imageLineMiddle)
|
void |
setNodeCollapsedImage(String nodeCollapsedImage)
|
void |
setNodeExpandedImage(String nodeExpandedImage)
|
void |
setParent(InheritableState parent)
|
void |
setSelectionAction(String action)
|
void |
setSelectionTarget(String target)
|
void |
setVerticalLineImage(String imageLineVertical)
|
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String DEFAULT_IMAGES
Constructor Detail |
---|
public InheritableState()
Method Detail |
---|
public void setParent(InheritableState parent)
public InheritableState getParent()
public String getLastNodeExpandedImage()
public void setLastNodeExpandedImage(String lastNodeExpandedImage)
public String getNodeExpandedImage()
public void setNodeExpandedImage(String nodeExpandedImage)
public String getLastNodeCollapsedImage()
public void setLastNodeCollapsedImage(String lastNodeCollapsedImage)
public String getNodeCollapsedImage()
public void setNodeCollapsedImage(String nodeCollapsedImage)
public String getLastLineJoinImage()
public void setLastLineJoinImage(String imageLineLast)
public String getLineJoinImage()
public void setLineJoinImage(String imageLineMiddle)
public String getVerticalLineImage()
public void setVerticalLineImage(String imageLineVertical)
public String getImageSpacer()
public void setImageSpacer(String imageSpacer)
public String getItemIcon()
public void setItemIcon(String itemIcon)
public String getSelectionAction()
public void setSelectionAction(String action)
public String getExpansionAction()
public void setExpansionAction(String action)
public String getSelectionTarget()
public void setSelectionTarget(String target)
public String getImageRoot()
public void setImageRoot(String imageRoot)
imageRoot
- public String getIconRoot()
getImageRoot
location.
public void setIconRoot(String iconRoot)
iconRoot
- the location of the icon images.public void initalizeTreeState()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |