Class: ListRelationsEditorBox

XV. ListRelationsEditorBox

Provides a container in which its components are a vertically stacked group of horizontal rows.
Made up of a header, panels, and a row of navigation buttons.
Must include a component called `list`. List must be of subkind XV.ListRelations. The `value` must be set to a collection of `XM.Model`.

new ListRelationsEditorBox()

Source:

Extends

Methods

attrChanged()

Source:
To Do:
  • Document the attrChanged method.

controlValueChanged()

Source:
To Do:
  • Document the controlValueChanged method.

create()

Source:
To Do:
  • Document the create method.

deleteItem()

Marks the model of the selected item to be deleted on save and remove it from its parent collection and the Enyo list
Source:

disabledChanged()

Disables or enables the view
Source:

doneItem()

Close the edit session and return to read-only summary view
Source:

newItem()

Add a new model to the collection and bring up a blank editor to fill it in
Source:

nextItem()

Move to edit the next item in the collection.
Source:

prevItem()

Move to edit the previous line in the collection.
Source:

selectionChanged()

Source:
To Do:
  • Document the selectionChanged method.

transitionFinished()

Source:
To Do:
  • Document the transitionFinished method.

unbind()

Remove current model bindings.
Source:

validate() → {Boolean}

Returns whether a selected model is validate. If none selected returns `true`. If an error is found an error event is raised.
Source:
Returns:
Type
Boolean

valueChanged()

Source:
To Do:
  • Document the valueChanged method.