Class symantec.itools.db.swing.JTotalNumberOfRecordsLabel
All Packages Class Hierarchy This Package Previous Next Index
Class symantec.itools.db.swing.JTotalNumberOfRecordsLabel
Object
|
+----Component
|
+----Container
|
+----JComponent
|
+----JLabel
|
+----symantec.itools.db.swing.JTotalNumberOfRecordsLabel
- public class JTotalNumberOfRecordsLabel
- extends JLabel
A dbAWARE Label that automatically displays the Total record numbers
of the Query navigator it is bound with.
-
symantec.itools.db.swing.JTotalNumberOfRecordsLabel()
- Constructs a new TotalNumberOfRecordLabel.
-
getQueryNavigator()
-
-
getQueryNavigatorObject()
- Gets the QueryNavigator that this component is bound with.
-
setQueryNavigator(String)
-
-
setQueryNavigatorObject(QueryNavigator)
- Sets the QueryNavigatorObject that this component is bound with.
JTotalNumberOfRecordsLabel
public JTotalNumberOfRecordsLabel()
- Constructs a new TotalNumberOfRecordLabel.
By default its label will read: "Total#Recs".
getQueryNavigator
public java.lang.String getQueryNavigator()
getQueryNavigatorObject
public symantec.itools.db.beans.binding.QueryNavigator getQueryNavigatorObject()
- Gets the QueryNavigator that this component is bound with.
- Returns:
- the QueryNavigator currently bound with
- See Also:
- setQueryNavigatorObject
setQueryNavigator
public void setQueryNavigator(String name)
setQueryNavigatorObject
public void setQueryNavigatorObject(QueryNavigator qn)
- Sets the QueryNavigatorObject that this component is bound with.
- Parameters:
- qn - the QueryNavigator to bind with
- See Also:
- setQueryNavigatorObject
All Packages Class Hierarchy This Package Previous Next Index