method OnGetRibbonInfo(Output pDisplay As %Boolean, Output pViewIcons As %List, Output pSortOptions As %List, Output pSearchBox As %Boolean, Output pRibbonTitle As %String, Output pCommands As %List)
as %Status
Get information to display in the ribbon bar.
Override to include buttons.
classmethod SetDefaultDir(pPathname As %String)
[ ZenMethod ]
method changeRefresh()
[ Language = javascript ]
User chose a new Auto-Refresh value for the table; set a new timeout value and start the timer
method doExport()
[ Language = javascript ]
method doImport()
[ Language = javascript ]
method doRefresh()
[ Language = javascript ]
Reload diagram with a fresh copy.
method onlayoutHandler(load)
[ Language = javascript ]
Adjust size of table on the page, so buttons don't scroll off page
method refreshTimeout(timer)
[ Language = javascript ]
If auto-refresh is still on, refresh the table and restart the timer
method searchBoxHandler(pValue)
[ Language = javascript ]
User entered something into the searchbox. Re-load the table with filter value.
query Enumerate(Filter As %String = "", QueryMethod As %String, QueryClass As %String)
Selects
Class query with filter added. This is a wrapper around Query QueryMethod in class QueryClass.
Override this in order to add rowspec specific to the list being displayed