|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.extjs.gxt.ui.client.widget.treepanel.TreeStyle
public class TreeStyle
Style information for Trees. There are two types for tree items: nodes and leafs. Leafs are item's without children. Nodes are items with children or items with their leaf flag set to false.
Constructor Summary | |
---|---|
TreeStyle()
|
Method Summary | |
---|---|
com.google.gwt.user.client.ui.AbstractImagePrototype |
getJointCollapsedIcon()
|
com.google.gwt.user.client.ui.AbstractImagePrototype |
getJointExpandedIcon()
|
com.google.gwt.user.client.ui.AbstractImagePrototype |
getLeafIcon()
Returns the icon style for leaf items. |
com.google.gwt.user.client.ui.AbstractImagePrototype |
getNodeCloseIcon()
Returns the global icon style for closed nodes. |
com.google.gwt.user.client.ui.AbstractImagePrototype |
getNodeOpenIcon()
Returns the global icon style for open nodes. |
void |
setJointCollapsedIcon(com.google.gwt.user.client.ui.AbstractImagePrototype jointCollapsedIcon)
|
void |
setJointExpandedIcon(com.google.gwt.user.client.ui.AbstractImagePrototype jointExpandedIcon)
|
void |
setLeafIcon(com.google.gwt.user.client.ui.AbstractImagePrototype itemIcon)
Sets the global icon style for leaf tree items. |
void |
setNodeCloseIcon(com.google.gwt.user.client.ui.AbstractImagePrototype folderCloseIcon)
Sets the icon style used for closed tree items. |
void |
setNodeOpenIcon(com.google.gwt.user.client.ui.AbstractImagePrototype folderOpenIcon)
Sets the global icon style for expanded tree items (defaults to 'tree-folder-open'). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TreeStyle()
Method Detail |
---|
public com.google.gwt.user.client.ui.AbstractImagePrototype getJointExpandedIcon()
public com.google.gwt.user.client.ui.AbstractImagePrototype getJointCollapsedIcon()
public com.google.gwt.user.client.ui.AbstractImagePrototype getLeafIcon()
public com.google.gwt.user.client.ui.AbstractImagePrototype getNodeCloseIcon()
public com.google.gwt.user.client.ui.AbstractImagePrototype getNodeOpenIcon()
public void setJointCollapsedIcon(com.google.gwt.user.client.ui.AbstractImagePrototype jointCollapsedIcon)
jointCollapsedIcon
- the jointCollapsedIcon to setpublic void setJointExpandedIcon(com.google.gwt.user.client.ui.AbstractImagePrototype jointExpandedIcon)
jointExpandedIcon
- the jointExpandedIcon to setpublic void setLeafIcon(com.google.gwt.user.client.ui.AbstractImagePrototype itemIcon)
itemIcon
- the iconpublic void setNodeCloseIcon(com.google.gwt.user.client.ui.AbstractImagePrototype folderCloseIcon)
folderCloseIcon
- the iconpublic void setNodeOpenIcon(com.google.gwt.user.client.ui.AbstractImagePrototype folderOpenIcon)
folderOpenIcon
- the open node icon
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |