org.rhq.enterprise.gui.admin.plugin
Class PluginConfigurationUIBean
java.lang.Object
org.rhq.enterprise.gui.admin.plugin.AbstractPluginConfigurationUIBean
org.rhq.enterprise.gui.admin.plugin.PluginConfigurationUIBean
- All Implemented Interfaces:
- Serializable
@Scope(value=PAGE)
@Name(value="pluginConfigUIBean")
public class PluginConfigurationUIBean
- extends AbstractPluginConfigurationUIBean
- implements Serializable
- See Also:
- Serialized Form
|
Method Summary |
boolean |
adviseOpened(org.richfaces.component.UITree node)
|
boolean |
adviseSelected(org.richfaces.component.UITree node)
Advise the plugin tree if the provided node should be selected. |
org.richfaces.model.TreeNode |
getRoot()
|
void |
init()
|
void |
processSelection(org.richfaces.event.NodeSelectedEvent event)
Responds to node selection events in the plugin tree widget. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PluginConfigurationUIBean
public PluginConfigurationUIBean()
getRoot
public org.richfaces.model.TreeNode getRoot()
init
@Create
public void init()
adviseOpened
public boolean adviseOpened(org.richfaces.component.UITree node)
adviseSelected
public boolean adviseSelected(org.richfaces.component.UITree node)
- Advise the plugin tree if the provided node should be selected.
- Parameters:
node - the UITree in question - will either have data a
ServerPlugin or ServerPluginType is the row
data.
- Returns:
true if this node should be selected,
false otherise
processSelection
public void processSelection(org.richfaces.event.NodeSelectedEvent event)
- Responds to node selection events in the plugin tree widget.
- Parameters:
event -
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.