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

java.lang.Object
  extended by org.fusesource.web.console.client.jmx.panel.MBeanOperationsFormPanel
All Implemented Interfaces:
View

public class MBeanOperationsFormPanel
extends java.lang.Object
implements View

Represents form panel for Mbean Attributes

Version:
$Revision: 1.1 $

Constructor Summary
MBeanOperationsFormPanel(MBeanName mbeanName)
           
 
Method Summary
 com.google.gwt.user.client.ui.Widget getWidget()
           
protected  boolean isTextTooBig(java.lang.String attributeText)
           
protected  boolean isTextTooBig(java.lang.String attributeText, int size)
           
 void refresh()
           
protected  void setFormContents(MBeanOperation[] operations)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MBeanOperationsFormPanel

public MBeanOperationsFormPanel(MBeanName mbeanName)
Method Detail

getWidget

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

refresh

public void refresh()

setFormContents

protected void setFormContents(MBeanOperation[] operations)

isTextTooBig

protected boolean isTextTooBig(java.lang.String attributeText)

isTextTooBig

protected boolean isTextTooBig(java.lang.String attributeText,
                               int size)


Copyright © 2009 FuseSource. All Rights Reserved.