@Dependent public class PopOverViewImpl extends com.google.gwt.user.client.Timer implements PopOverView
PopOverView.Content, PopOverView.ContentProvider| Constructor and Description |
|---|
PopOverViewImpl(org.jboss.errai.ui.client.local.spi.TranslationService translator) |
| Modifier and Type | Method and Description |
|---|---|
void |
hide()
Hides the Popover.
|
void |
run() |
void |
show(PopOverView.ContentProvider provider)
Shows the Popover with content from the given
PopOverView.ContentProvider |
@Inject public PopOverViewImpl(org.jboss.errai.ui.client.local.spi.TranslationService translator)
public void show(PopOverView.ContentProvider provider)
PopOverViewPopOverView.ContentProvidershow in interface PopOverViewprovider - Provider of content to be shown.public void run()
run in class com.google.gwt.user.client.Timerpublic void hide()
PopOverViewhide in interface PopOverViewCopyright © 2001–2017 JBoss by Red Hat. All rights reserved.