Skip to main content

%DeepSee.UI.Dialog.SelectCubeList

Class %DeepSee.UI.Dialog.SelectCubeList Extends %DeepSee.UI.Dialog.standardDialog [ System = 4 ]

This dialog allows the user to select from

Parameters

APPLYBUTTON

Parameter APPLYBUTTON = 0;

Properties

CubesOnly

Property CubesOnly As %ZEN.Datatype.boolean(ZENURL = "CUBESONLY") [ InitialExpression = 0 ];

If true, the selection options will be limited to cubes only

CubeList

Property CubeList As %ZEN.Datatype.string(ZENURL = "CUBELIST");

If supplied, these cubes will be pre-selected when the dialog loads

msgDefineRequest

Property msgDefineRequest As %ZEN.Datatype.caption [ InitialExpression = {$$$TextJS("Select the cubes and subject areas which can use this listing group.")} ];

XDatas

Style

XData Style

dialogBody

XData dialogBody [ XMLNamespace = "http://www.intersystems.com/zen" ]

Contents of the dialog body.

Methods

%OnAfterCreatePage

Method %OnAfterCreatePage() As %Status

GetCubeResource

Method GetCubeResource(pCubeName) As %String

%OnGetTitle

Method %OnGetTitle() As %String

Get the (localized) title string for the dialog. This should be implemented in a subclass.

%OnGetSubtitle

Method %OnGetSubtitle() As %String

Get the (localized) subtitle string for the dialog. This should be implemented in a subclass.

getDialogValue

ClientMethod getDialogValue() [ Language = javascript ]

ondialogFinish

ClientMethod ondialogFinish(action) As %Boolean [ Language = javascript ]

This callback, if defined, is called when the user presses the OK or Apply action buttons. If this returns false, then the action is cancelled.

onloadHandler

ClientMethod onloadHandler() [ Language = javascript ]

This client event, if present, is fired when the page is loaded.