org.jboss.errai.workspaces.client.widgets
Class WSTabSelectorDialog

java.lang.Object
  extended by org.jboss.errai.widgets.client.WSModalDialog
      extended by org.jboss.errai.workspaces.client.widgets.WSTabSelectorDialog
All Implemented Interfaces:
AcceptsCallback

public class WSTabSelectorDialog
extends WSModalDialog


Field Summary
 
Fields inherited from interface org.jboss.errai.common.client.framework.AcceptsCallback
MESSAGE_CANCEL, MESSAGE_OK
 
Constructor Summary
WSTabSelectorDialog(Set<String> components)
           
 
Method Summary
 void ask(String message, AcceptsCallback callbackTo)
           
 void callback(Object message, Object data)
           
 com.google.gwt.user.client.ui.Button getCancelButton()
           
 com.google.gwt.user.client.ui.Button getOkButton()
           
 void setCancelButton(com.google.gwt.user.client.ui.Button cancelButton)
           
 void setOkButton(com.google.gwt.user.client.ui.Button okButton)
           
 void showModal()
           
 
Methods inherited from class org.jboss.errai.widgets.client.WSModalDialog
createDrape, hide, setTitle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSTabSelectorDialog

public WSTabSelectorDialog(Set<String> components)
Method Detail

callback

public void callback(Object message,
                     Object data)
Specified by:
callback in interface AcceptsCallback
Overrides:
callback in class WSModalDialog

ask

public void ask(String message,
                AcceptsCallback callbackTo)
Overrides:
ask in class WSModalDialog

getOkButton

public com.google.gwt.user.client.ui.Button getOkButton()
Overrides:
getOkButton in class WSModalDialog

setOkButton

public void setOkButton(com.google.gwt.user.client.ui.Button okButton)
Overrides:
setOkButton in class WSModalDialog

getCancelButton

public com.google.gwt.user.client.ui.Button getCancelButton()
Overrides:
getCancelButton in class WSModalDialog

setCancelButton

public void setCancelButton(com.google.gwt.user.client.ui.Button cancelButton)
Overrides:
setCancelButton in class WSModalDialog

showModal

public void showModal()
Overrides:
showModal in class WSModalDialog


Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.