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

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

public class UriWindow
extends java.lang.Object

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


Constructor Summary
UriWindow(java.lang.String title, UriOwner uriOwner)
           
 
Method Summary
 void addValidUriListener(ValidUriListener listener)
           
 void show(com.google.gwt.user.client.ui.Button btn)
           
static UriWindow showWindow(com.google.gwt.user.client.ui.Button btn, java.lang.String title, UriOwner uriOwner)
           
static UriWindow showWindow(com.google.gwt.user.client.ui.Button btn, java.lang.String title, ValidUriListener listener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UriWindow

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

showWindow

public static UriWindow showWindow(com.google.gwt.user.client.ui.Button btn,
                                   java.lang.String title,
                                   ValidUriListener listener)

showWindow

public static UriWindow showWindow(com.google.gwt.user.client.ui.Button btn,
                                   java.lang.String title,
                                   UriOwner uriOwner)

addValidUriListener

public void addValidUriListener(ValidUriListener listener)

show

public void show(com.google.gwt.user.client.ui.Button btn)


Copyright © 2009 FuseSource. All Rights Reserved.