RBManagedFormNumericRangeFieldSchema Class Reference

Inherits from RBManagedFormFieldSchema : RBManagedFormItemSchema : NSObject
Declared in RBManagedFormNumericRangeFieldSchema.h

Overview

A managed form numeric range slider field schema.

  labelsEnabled

Whether or not the labels for the start and end values are enabled. Default = YES

@property (nonatomic) BOOL labelsEnabled

Discussion

Whether or not the labels for the start and end values are enabled. Default = YES

Declared In

RBManagedFormNumericRangeFieldSchema.h

  minimumRange

The minimum size of the selected range.

@property (nonatomic) float minimumRange

Discussion

The minimum size of the selected range.

Declared In

RBManagedFormNumericRangeFieldSchema.h

  maximumRange

The maximum size of the selected range.

@property (nonatomic) float maximumRange

Discussion

The maximum size of the selected range.

Declared In

RBManagedFormNumericRangeFieldSchema.h

  minimumValue

The minimum value of the available range.

@property (nonatomic) float minimumValue

Discussion

The minimum value of the available range.

Declared In

RBManagedFormNumericRangeFieldSchema.h

  maximumValue

The maximum value of the available range.

@property (nonatomic) float maximumValue

Discussion

The maximum value of the available range.

Declared In

RBManagedFormNumericRangeFieldSchema.h

  startValue

The start value of the selected range.

@property (nonatomic) float startValue

Discussion

The start value of the selected range.

Declared In

RBManagedFormNumericRangeFieldSchema.h

  endValue

The end value of the selected range.

@property (nonatomic) float endValue

Discussion

The end value of the selected range.

Declared In

RBManagedFormNumericRangeFieldSchema.h

  hideStartHandle

Hide the start handle. Useful to make this function like a normal non-range slider. Default = NO.

@property (nonatomic) BOOL hideStartHandle

Discussion

Hide the start handle. Useful to make this function like a normal non-range slider. Default = NO.

Declared In

RBManagedFormNumericRangeFieldSchema.h

  disableStartHandle

Disable the start handle. Stops the handle from being moved. Default = NO.

@property (nonatomic) BOOL disableStartHandle

Discussion

Disable the start handle. Stops the handle from being moved. Default = NO.

Declared In

RBManagedFormNumericRangeFieldSchema.h

  hideEndHandle

Hide the end handle. Useful to make this function like a normal non-range slider in reverse. Default = NO.

@property (nonatomic) BOOL hideEndHandle

Discussion

Hide the end handle. Useful to make this function like a normal non-range slider in reverse. Default = NO.

Declared In

RBManagedFormNumericRangeFieldSchema.h

  disableEndHandle

Disable the end handle. Stops the handle from being moved. Default = NO.

@property (nonatomic) BOOL disableEndHandle

Discussion

Disable the end handle. Stops the handle from being moved. Default = NO.

Declared In

RBManagedFormNumericRangeFieldSchema.h