public interface SplashView extends com.google.gwt.event.logical.shared.HasCloseHandlers<SplashView>
SplashScreenActivity
activities.Modifier and Type | Method and Description |
---|---|
void |
hide()
Makes this splash screen container(and the main content along with it) invisible.
|
boolean |
isAttached() |
void |
setContent(com.google.gwt.user.client.ui.IsWidget widget,
Integer height)
Sets the contents for this splash screen view, replacing any contents that were there already.
|
void |
setTitle(String title)
Sets the title text for this splash screen's popup.
|
void |
show()
Makes this splash screen container (and the main content along with it) visible on the workbench.
|
Boolean |
showAgain()
Returns true if the user has indicated that they want to see this splash screen next time its interceptor says it
should be displayed.
|
void setContent(com.google.gwt.user.client.ui.IsWidget widget, Integer height)
widget
- The widget to display in the body area of the splash screen dialog.height
- The height to give the content area in the splash screen dialog.void setTitle(String title)
title
- The title text for the splash screen's popup container.Boolean showAgain()
void show()
void hide()
boolean isAttached()
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.