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

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

public class UriForm
extends java.lang.Object

Dialog that shows up when a user needs to add/edit a URI


Constructor Summary
UriForm(java.lang.String title, UriOwner uriOwner)
           
 
Method Summary
 void addValidUriListener(ValidUriListener listener)
           
 com.google.gwt.user.client.ui.Panel createContentPanel(java.lang.String id)
           
 com.google.gwt.user.client.ui.PopupPanel createDialogWindow()
           
 com.google.gwt.user.client.ui.FormPanel getForm()
           
protected  java.lang.String getUriText()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UriForm

public UriForm(java.lang.String title,
               UriOwner uriOwner)
Method Detail

getUriText

protected java.lang.String getUriText()

createDialogWindow

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

getForm

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

addValidUriListener

public void addValidUriListener(ValidUriListener listener)

createContentPanel

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


Copyright © 2009 FuseSource. All Rights Reserved.