Class: CharacteristicsWidget

XV. CharacteristicsWidget

Use to implement a box for entering and viewing characteristics. Made up of a header, a repeater (the control for making the list of characteristic items), and fittable columns for the navigation buttons.
Components: XV.CharacteristicItem.

new CharacteristicsWidget()

Source:

Methods

destroy()

Remove bindings
Source:

lengthChanged()

Kick off the repeater.
Source:

newItem()

Add a new model to the collection.
Source:

readyModels() → {Array}

Returns an array of models in the collection whose status is ready.
Source:
Returns:
models
Type
Array

setupItem()

Render the repeaterlist.
Source:

setValue(value)

Parameters:
Name Type Description
value XM.Collection
Source:

sort()

Sort by status, then order, then name
Source: