org.rhq.enterprise.gui.admin.plugin
Class PluginConfigurationUIBean

java.lang.Object
  extended by org.rhq.enterprise.gui.admin.plugin.AbstractPluginConfigurationUIBean
      extended by 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

Field Summary
 
Fields inherited from class org.rhq.enterprise.gui.admin.plugin.AbstractPluginConfigurationUIBean
serverPluginsBean
 
Constructor Summary
PluginConfigurationUIBean()
           
 
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 org.rhq.enterprise.gui.admin.plugin.AbstractPluginConfigurationUIBean
checkPermission, getPlugin, getPluginConfigurationDefinition, getScheduledJobsDefinition, isEditable, lookupConfigDefinitions, setPlugin
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginConfigurationUIBean

public PluginConfigurationUIBean()
Method Detail

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.