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

java.lang.Object
  extended by org.fusesource.web.console.client.jmx.panel.ChartConfigForm

public class ChartConfigForm
extends java.lang.Object

Version:
$Revision: 1.1 $

Constructor Summary
ChartConfigForm(ChartPanel panel)
           
 
Method Summary
protected  void addWidgets()
           
 com.google.gwt.user.client.ui.Button getGenerateButton()
           
 java.util.List<MBeanAttribute> getSelectedAttributes()
           
protected  java.lang.String getSelectedChartValue()
           
 com.google.gwt.user.client.ui.Widget getWidget()
           
 boolean isBarChart()
           
protected  boolean isChartType(java.lang.String type)
           
 boolean isLineChart()
           
 boolean isPieChart()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChartConfigForm

public ChartConfigForm(ChartPanel panel)
Method Detail

getWidget

public com.google.gwt.user.client.ui.Widget getWidget()

getGenerateButton

public com.google.gwt.user.client.ui.Button getGenerateButton()

addWidgets

protected void addWidgets()

getSelectedAttributes

public java.util.List<MBeanAttribute> getSelectedAttributes()

isPieChart

public boolean isPieChart()

isBarChart

public boolean isBarChart()

isLineChart

public boolean isLineChart()

isChartType

protected boolean isChartType(java.lang.String type)

getSelectedChartValue

protected java.lang.String getSelectedChartValue()


Copyright © 2009 FuseSource. All Rights Reserved.