MeasurementValueInspectorView

Inspector component for displaying the measurement text value.

Constructors

Link copied to clipboard
constructor(@NonNull context: Context, @NonNull label: String, @NonNull measurementValue: String, @NonNull annotation: Annotation)
Construct measurement value item.

Functions

Link copied to clipboard
Bind to property inspector controller.
Link copied to clipboard
Returns maximum height that this view with all its detail views will occupy.
Link copied to clipboard
Height of the parent PropertyInspector that this view would like it to have.
Link copied to clipboard
Returns best height of this view when shown in inspector.
Link copied to clipboard
open fun getView(): View
Casts the inspector view to the View class and returns it.
Link copied to clipboard
open fun onHidden()
Called when this inspector view was hidden.
Link copied to clipboard
open fun onShown()
Called when this inspector view became visible.
Link copied to clipboard
open fun setMeasurementValue(measurementValue: String)
Link copied to clipboard
open fun unbindController()
Unbind from property inspector controller.