org.jboss.errai.workspaces.client.widgets
Class WSTabSelectorDialog
java.lang.Object
org.jboss.errai.widgets.client.WSModalDialog
org.jboss.errai.workspaces.client.widgets.WSTabSelectorDialog
- All Implemented Interfaces:
- AcceptsCallback
public class WSTabSelectorDialog
- extends WSModalDialog
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WSTabSelectorDialog
public WSTabSelectorDialog(Set<String> components)
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.