public interface PopoverView
extends org.jboss.errai.ui.client.local.api.IsElement
Modifier and Type | Interface and Description |
---|---|
static class |
PopoverView.Position |
Modifier and Type | Method and Description |
---|---|
void |
hide() |
boolean |
isShown() |
void |
setup(Optional<String> editorTitle,
int mx,
int my,
PopoverView.Position position)
Method to set/update status of the elements before actually showing the view.
|
void |
show()
Method that actually show the view
|
void setup(Optional<String> editorTitle, int mx, int my, PopoverView.Position position)
editorTitle
- mx
- my
- position
- void show()
boolean isShown()
void hide()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.