ComplexTable(ComplexTableSession, GregorianCalendar) method
Constructs a new ComplexTable object.
Syntax
public
ComplexTable
(
ComplexTableSession
session
,
GregorianCalendar
clientLastDataUpdate
)
Parameters
-
session –
A ComplexTableSession object that provides the access to the session data pertinent to the complex table application component.
-
clientLastDataUpdate –
This argument contains the date and time of the client's last data update.
Usage
Subclasses need to implement the same constructor and pass the parameters back to this constructor via super().
This constructor will set the return value of the default implementation of the willRebuildTable() method to true if the clientLastDataUpdate parameter contains the invalid date/time value, or to false if not.