@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)
PopOverView
PopOverView.ContentProvider
show
in interface PopOverView
provider
- Provider of content to be shown.public void run()
run
in class com.google.gwt.user.client.Timer
public void hide()
PopOverView
hide
in interface PopOverView
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.