org.fusesource.web.console.client.jmx.panel
Class TopicsButtonPanel

java.lang.Object
  extended by org.fusesource.web.console.client.jmx.panel.TopicsButtonPanel
All Implemented Interfaces:
SelectionGridListener, View, Refreshable

public class TopicsButtonPanel
extends java.lang.Object
implements View, SelectionGridListener, Refreshable

Buttons for working with queues

Version:
$Revision: 1.1 $

Constructor Summary
TopicsButtonPanel(MBeansPanel panel, MBeanName brokerMBean)
           
 
Method Summary
protected  void addTopic()
           
protected  void deleteTopics()
           
protected  void doAddTopic(java.lang.String destinationTopicName)
           
protected  void doDeleteTopic(java.lang.String destinationTopicName, boolean isLast)
           
protected  void doDeleteTopics(java.util.List<java.lang.String> list)
           
protected  java.util.List<java.lang.String> getSelectedDestinationNames()
           
protected  java.util.List<java.lang.String> getSelectedMBeanNames()
           
 com.google.gwt.user.client.ui.Widget getWidget()
           
 void onSelectionChanged(com.google.gwt.widgetideas.table.client.SelectionGrid dataTable)
           
 void refresh()
           
protected  void updateSelection(boolean hasMessages)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TopicsButtonPanel

public TopicsButtonPanel(MBeansPanel panel,
                         MBeanName brokerMBean)
Method Detail

getWidget

public com.google.gwt.user.client.ui.Widget getWidget()
Specified by:
getWidget in interface View

onSelectionChanged

public void onSelectionChanged(com.google.gwt.widgetideas.table.client.SelectionGrid dataTable)
Specified by:
onSelectionChanged in interface SelectionGridListener

updateSelection

protected void updateSelection(boolean hasMessages)

refresh

public void refresh()
Specified by:
refresh in interface Refreshable

addTopic

protected void addTopic()

deleteTopics

protected void deleteTopics()

doAddTopic

protected void doAddTopic(java.lang.String destinationTopicName)

doDeleteTopics

protected void doDeleteTopics(java.util.List<java.lang.String> list)

doDeleteTopic

protected void doDeleteTopic(java.lang.String destinationTopicName,
                             boolean isLast)

getSelectedDestinationNames

protected java.util.List<java.lang.String> getSelectedDestinationNames()

getSelectedMBeanNames

protected java.util.List<java.lang.String> getSelectedMBeanNames()


Copyright © 2009 FuseSource. All Rights Reserved.