public interface PopupView extends com.google.gwt.event.logical.shared.HasCloseHandlers<PopupView>
PopupActivity
activities. Implementations of this class must be
Dependent-scoped CDI beans.
Each application must have exactly one implementation of this interface in the classpath at compile time. Normally this implementation will be part of a view module.
Modifier and Type | Method and Description |
---|---|
void |
hide()
Makes this popup container(and the main content along with it) invisible.
|
void |
setContent(com.google.gwt.user.client.ui.IsWidget widget)
Sets the main content of this popup dialog, replacing any content that was previously set.
|
void |
setSize(WorkbenchPopup.WorkbenchPopupSize size)
Sets the size for the popup.
|
void |
setTitle(String title)
Sets the title text for this popup's dialog.
|
void |
show()
Makes this popup container (and the main content along with it) visible on the workbench.
|
void setContent(com.google.gwt.user.client.ui.IsWidget widget)
widget
- the content to add. Must not be null.void setTitle(String title)
title
- The title text for the popup container.void setSize(WorkbenchPopup.WorkbenchPopupSize size)
size
- The popup sizevoid show()
void hide()
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.