| org.openesb.tools.charting.ChartTreeBean
ChartTreeBean | public class ChartTreeBean extends AbstractPageBean implements ValueChangeListener,Validator(Code) | | author: rdwivedi |
ChartTreeBean | public ChartTreeBean()(Code) | | Creates a new instance of TreeBuilder
|
addNewChartParentNode | public String addNewChartParentNode()(Code) | | |
addNewDataAccessNode | public String addNewDataAccessNode()(Code) | | |
addNode | public void addNode(TreeNode parent, TreeNode node)(Code) | | |
deleteNode | public void deleteNode(TreeNode root, String nodeId)(Code) | | delete a tree node
Parameters: String - nodeId - node ID |
destroy | public void destroy()(Code) | | Callback method that is called after rendering is completed for
this request, if init() was called (regardless of whether
or not this was the page that was actually rendered). Customize this
method to release resources acquired in the init() ,
preprocess() , or prerender() methods (or
acquired during execution of an event handler).
|
findTreeNode | public TreeNode findTreeNode(String nodeId)(Code) | | |
getApplicationBean1 | protected ApplicationBean1 getApplicationBean1()(Code) | | Return a reference to the scoped data bean.
|
getRequestBean1 | protected RequestBean1 getRequestBean1()(Code) | | Return a reference to the scoped data bean.
|
getSessionBean1 | protected SessionBean1 getSessionBean1()(Code) | | Return a reference to the scoped data bean.
|
preprocess | public void preprocess()(Code) | | Callback method that is called after the component tree has been
restored, but before any event processing takes place. This method
will only be called on a postback request that
is processing a form submit. Customize this method to allocate
resources that will be required in your event handlers.
|
prerender | public void prerender()(Code) | | Callback method that is called just before rendering takes place.
This method will only be called for the page that
will actually be rendered (and not, for example, on a page that
handled a postback and then navigated to a different page). Customize
this method to allocate resources that will be required for rendering
this page.
|
processValueChange | public void processValueChange(ValueChangeEvent event)(Code) | | |
setRootNode | public void setRootNode(TreeNode node)(Code) | | |
validate | public void validate(FacesContext context, UIComponent component, Object value)(Code) | | |
|
|