Measurement Value Inspector View
class MeasurementValueInspectorView(context: Context, label: String, measurementValue: String, annotation: Annotation) : FrameLayout, PropertyInspectorView
Inspector component for displaying the measurement text value.
Parameters
context
The context to use.
label
Label shown next to the measurement value.
measurement Value
Measurement value set when showing text.
annotation
Annotation whose measurement value is displayed.
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. This is used to suggest initial height to inspector parent.
Link copied to clipboard
Updates the displayed measurement value text.
Link copied to clipboard
Unbind from property inspector controller.