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 |
show(Optional<String> editorTitle,
int mx,
int my,
PopoverView.Position position) |
void show(Optional<String> editorTitle, int mx, int my, PopoverView.Position position)
boolean isShown()
void hide()
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.