public interface PopOverView
Modifier and Type | Interface and Description |
---|---|
static interface |
PopOverView.Content
Content for a Popover
|
static interface |
PopOverView.ContentProvider
A provider of content for the Popover.
|
Modifier and Type | Method and Description |
---|---|
void |
hide()
Hides the Popover.
|
void |
show(PopOverView.ContentProvider provider)
Shows the Popover with content from the given
PopOverView.ContentProvider |
void show(PopOverView.ContentProvider provider)
PopOverView.ContentProvider
provider
- Provider of content to be shown.void hide()
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.