Class: DialogView

OSH.UI. DialogView

new OSH.UI.DialogView()

Example

var dialogView new OSH.UI.DialogView(containerDivId, {
draggable: false,
css: "dialog",
name: title,
show:false,
dockable: true,
closeable: true,
connectionIds : dataSources ,
swapId: "main-container"
});

Extends

Methods

inherited addViewItem(viewItem)

Add viewItem to the view

Name Type Description
viewItem
Name Type Description
divId

inherited beforeAddingItems(options)

Name Type Description
options

drag_over(event){boolean}

Name Type Description
event
Returns:
Type Description
boolean
Name Type Description
event
Name Type Description
event
Returns:
Type Description
boolean

inherited getDataSourcesId(){Array}

Returns:
Type Description
Array

inherited getDivId(){string|*}

Returns:
Type Description
string | *
Returns:
Type Description
string | *
Name Type Description
callback

inherited selectDataView($super, dataSourcesIds, entitiesIds)

Should be called after receiving osh:SELECT_VIEW event

Name Type Description
$super
dataSourcesIds
entitiesIds

inherited setData(dataSourceId, data)

Name Type Description
dataSourceId
data

show($super, properties)

Name Type Description
$super
properties
Name Type Description
properties

Swap the current div with the div given as parameter