Skip to main content

%CSP.UI.Component.tableNavBar

class %CSP.UI.Component.tableNavBar extends %ZEN.Component.tableNavigatorBar

This is a tableNavigatorBar component used by SMP.

Method Inventory

Parameters

parameter SYSMODULE;
Inherited description: If set, this indicates that this system component should be placed in the given "module". A module is a grouping of components within the same class package that share common include (js or css) files. Note that certain root classes are implicitly placed within the "core" module.
Classes outside of the Zen library should not set this, they should use the MODULE instead.

Methods

clientmethod renderContents() [ Language = javascript ]
Client-side method to render this control. The difference between this component and tableNavigatorBar is the filter.
In combination with %CSP.UI.Portal.UtilsNav, we use table.lastFilter to set the last filter value of the user here.
clientmethod setFilterSize(size) [ Language = javascript ]
allow someone to reset the filter input.size for this component

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab