| |
|
| java.lang.Object com.icesoft.faces.component.menubar.IceMenuObject
IceMenuObject | public class IceMenuObject (Code) | | |
branchContractedIcon | protected String branchContractedIcon(Code) | | |
expanded | protected boolean expanded(Code) | | |
getBranchContractedIcon | public String getBranchContractedIcon()(Code) | | |
getBranchExpandedIcon | public String getBranchExpandedIcon()(Code) | | |
getIcon | public String getIcon()(Code) | | return the appropriate icon based on this node's expanded/collapsed state
and the presence of children
String application-relative path to the image file |
isExpanded | public boolean isExpanded()(Code) | | |
setBranchContractedIcon | public void setBranchContractedIcon(String branchContractedIcon)(Code) | | |
setBranchExpandedIcon | public void setBranchExpandedIcon(String branchExpandedIcon)(Code) | | |
setExpanded | public void setExpanded(boolean isExpanded)(Code) | | |
setTooltip | public void setTooltip(String tooltipString)(Code) | | |
setWrapper | public void setWrapper(DefaultMutableTreeNode wrapper)(Code) | | Set the DefaultMutableTreeNode instance that wraps this instance
Parameters: wrapper - |
|
|
|