enteringPage
public void enteringPage()
This method will be called right after a page is made visible
via a drilldown. The default implementation inspects the
currency being used to display data for the client at large and
compares it to the currency used by the panel. If they differ
primaryToSecondary() is called.
This implementation also looks at
the internal refresh flag to determine if a subclass has indicated
the page is out of date. If it is, this method invokes the
setModelHandle() method with the current PModelHandle.
Subclasses that override this method should call super.enteringPage()
- Specified by:
enteringPage
in interface PCCPage
- Overrides:
enteringPage
in class PMaintenancePage