org.fusesource.web.console.client.camel
Class ExpressionForm

java.lang.Object
  extended by org.fusesource.web.console.client.camel.ExpressionForm

public class ExpressionForm
extends java.lang.Object

A form to add/edit an expression


Constructor Summary
ExpressionForm(java.lang.String title, ExpressionNode expressionNode)
           
 
Method Summary
 void addValidListener(ValidExpressionListener validListener)
           
 com.google.gwt.user.client.ui.Panel createContentPanel(java.lang.String id)
           
 com.google.gwt.user.client.ui.PopupPanel createDialogWindow()
           
protected  java.lang.String getExpressionText()
           
 com.google.gwt.user.client.ui.FormPanel getForm()
           
protected  java.lang.String getLanguageText()
           
protected  void onCancel()
           
protected  void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExpressionForm

public ExpressionForm(java.lang.String title,
                      ExpressionNode expressionNode)
Method Detail

reset

protected void reset()

getLanguageText

protected java.lang.String getLanguageText()

getExpressionText

protected java.lang.String getExpressionText()

createDialogWindow

public com.google.gwt.user.client.ui.PopupPanel createDialogWindow()

addValidListener

public void addValidListener(ValidExpressionListener validListener)

getForm

public com.google.gwt.user.client.ui.FormPanel getForm()

createContentPanel

public com.google.gwt.user.client.ui.Panel createContentPanel(java.lang.String id)

onCancel

protected void onCancel()


Copyright © 2009 FuseSource. All Rights Reserved.