CSPX.EnsLogTablePane
class CSPX.EnsLogTablePane
extends
Specialized pane for displaying a list of log items.
Inventory
Summary
Subclasses |
---|
CSPX.Enterprise.Portal.LogTablePane |
Parameters
Name of ID Column if "More Data" link is to be offered ($NextID variable must be supported in CreateResultSet() also)
Methods
This method creates the %ResultSet object that is used for the table pane.
A subclass can override this to customize the table displayed by this pane.
pID is array of page variables...
Override this method from the superclass to check if there is an error in the Start Time and/or End Time fields and display this error instead of running the query.
Apply additional filter criteria to determine whether to display the current row returned by the ResultSet Return value 1 means display the current row
Subclass can override this to specify the name of column used to distinctly color rows
Subclass can override this to specify the widths of columns used and the character(s) to wrap on (under pWidthArray(iCol,"breakchars"))
Subclass can override this to specify hyperlinks for the columns
Subclass can override this to specify tooltips for the columns