org.fusesource.web.console.client.jmx.panel
Class TopicsButtonPanel
java.lang.Object
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 $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TopicsButtonPanel
public TopicsButtonPanel(MBeansPanel panel,
MBeanName brokerMBean)
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.