Abstract Property Inspector Controller
abstract class AbstractPropertyInspectorController : PropertyInspectorCoordinatorLayoutController.PropertyInspectorLifecycleListener
Abstract base class for all inspector controllers. Handles state restoration and showing/hiding inspector with PropertyInspectorCoordinatorLayoutController.
Inheritors
Functions
Link copied to clipboard
Hides inspector if it is shown.
Link copied to clipboard
Returns
true
when inspector is shown.Link copied to clipboard
Called when PropertyInspector is displayed in the .
Link copied to clipboard
Called when PropertyInspector is prepared to be displayed in the .
Link copied to clipboard
Called when PropertyInspector is removed from the .
Link copied to clipboard
Restore property inspector state.
Link copied to clipboard
Save property inspector state.
Link copied to clipboard
Shows inspector if it was not shown yet.