Interface PopOverView
-
- All Known Implementing Classes:
PopOverViewImpl
public interface PopOverViewThe View for generic Popovers.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfacePopOverView.ContentContent for a Popoverstatic interfacePopOverView.ContentProviderA provider of content for the Popover.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhide()Hides the Popover.voidshow(PopOverView.ContentProvider provider)Shows the Popover with content from the givenPopOverView.ContentProvider
-
-
-
Method Detail
-
show
void show(PopOverView.ContentProvider provider)
Shows the Popover with content from the givenPopOverView.ContentProvider- Parameters:
provider- Provider of content to be shown.
-
hide
void hide()
Hides the Popover.
-
-