| Package | feathers.controls.popups |
| Interface | public interface IPersistentPopUpContentManager extends IPopUpContentManager, IFeathersEventDispatcher |
| Implementors | BottomDrawerPopUpContentManager |
| Product Version : | Feathers 2.3.0 |
IPopUpContentManager that wraps its content in a custom
UI that should keep the content open until closed by the user.
For example, a PickerList using this type of manager
would keep its pop-up open after a list item is selected or triggered.
The manager will provide its own custom UI to close itself, such as a
close button.