Home Reference Source Repository
public class | source

LayoutViewResourceAssignment

Extends:

backbone.marionette~Marionette.LayoutView → LayoutViewResourceAssignment

ResourceAssignment view.

Method Summary

Public Methods
public

initialize(options: object)

Initializes the instance.

public

Before the view shows we make sure the subviews are shown.

public

Unbind from events.

Public Methods

public initialize(options: object) source

Initializes the instance.

Params:

NameTypeAttributeDescription
options object

Marionette.View options object; 'options.viewavailableresources' and 'options.viewassignedresources' must be provided (each being Marionette.Views); also required is 'options.workflow' (Workflow) and 'options.inputport' (InputPort)

public onBeforeShow() source

Before the view shows we make sure the subviews are shown.

public onDestroy() source

Unbind from events.