deprecatedclass %iKnow.DeepSee.UI.Analysis.Entities
extends %iKnow.DeepSee.UI.Analysis.AbstractAnalysis
This is a Zen Page class.
parameter ENTITYCOUNT = 20;
classmethod %GetAnalysisInfo(Output pInfo)
as %Status
Return an array of information about this analysis:
pInfo("caption") - localized caption for this item.
pInfo("tooltip") - localized tooltip for this item.
pInfo("icon") - icon for this item.
pInfo("rank") - optional rank; lower numbers are displayed first.
classmethod %OnFinishBackgroundTask(pTaskID As %String)
This server-side callback method is called whenever the client
calls to monitor the current background task and the task is complete.
Typically a subclass uses this to send back JavaScript to update
the page.
method %OnGetSubtitle()
as %String
method %OnGetTitle()
as %String
method ChangePage(mode As %Integer)
as %Status
[ ZenMethod ]
method ExecuteEntitiesQuery(pRS As %Library.ResultSet, ByRef tSC As %Status, pInfo As %ZEN.Auxiliary.QueryInfo)
as %Boolean
method GetEntityProbabilities(pEntities As %String, pCellId As %Integer)
as %String
[ ZenMethod ]
method InputTerm(pBase As %String)
as %String
[ ZenMethod ]
method PopulateChart(pEntities As %String = "")
as %Status
[ ZenMethod ]
method PopulateDetails(pString As %String)
as %Status
[ ZenMethod ]
method adjustSize()
[ Language = javascript ]
Adjust sizes of components on the page.
method analyzeStringClient(string)
[ Language = javascript ]
method getChartData(series, src)
[ Language = javascript ]
method getChartLabel(index, src)
[ Language = javascript ]
method inputTermClient(base)
[ Language = javascript ]
method nextPageClient()
[ Language = javascript ]
method onChangeColorCode(cell)
[ Language = javascript ]
method onChangeIncludeSimilar(value)
[ Language = javascript ]
method onChangeMeasureClient()
[ Language = javascript ]
method onChangeSortMode(mode)
[ Language = javascript ]
method onChangeSpreadPercent(percent)
[ Language = javascript ]
method onDetailElementClick(chart)
[ Language = javascript ]
method onElementClick(chart)
[ Language = javascript ]
method onloadHandler()
[ Language = javascript ]
This client event, if present, is fired when the page is loaded.
method previousPageClient()
[ Language = javascript ]
method refreshDataClient()
[ Language = javascript ]
method refreshDetailCaptions(includeSimilar, spreadPercent)
[ Language = javascript ]
method removeEntityClient(entity)
[ Language = javascript ]