com.pspdfkit.ui.inspector.views.ColorPickerInspectorView.ColorPickerDetailView |
![]() |
Interface implemented by the different color picker detail views.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract int |
getMaximumHeight()
Called to get the maximum height the detail view will be.
| ||||||||||
abstract Parcelable |
getState()
Called when it's time to save the view state.
| ||||||||||
abstract void |
setOnColorPickedListener(ColorPickerInspectorView.ColorPickerListener listener)
Called to set the listener to notify once the user selected a color.
| ||||||||||
abstract void |
setState(Parcelable state)
Called to restore the state that was saved before by calling
getState() . |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Called to get the maximum height the detail view will be.
Called when it's time to save the view state. It will later be restored by calling setState(Parcelable)
()}
Called to set the listener to notify once the user selected a color.
listener | The listener to notify once the user selected a color. |
---|
Called to restore the state that was saved before by calling getState()
.
state | The state to restore. |
---|