public class ExportDataDialog extends Object
Constructor and Description |
---|
ExportDataDialog(BBjRecordSet p_recordSet!,
BBjString p_exportFile$)
Constructor for the ExportDataDialog
|
ExportDataDialog(BBjVector p_colData!,
BBjVector p_rowData!,
BBjString p_exportFile$)
Constructor for the ExportDataDialog
|
ExportDataDialog(DefaultCategoryDataset p_categoryDataSet!,
BBjString p_exportFile$)
Constructor for the ExportDataDialog
|
ExportDataDialog(DefaultPieDataset p_pieDataSet!,
BBjString p_exportFile$)
Constructor for the ExportDataDialog
|
ExportDataDialog(XYSeriesCollection p_xySeriesCollection!,
BBjString p_exportFile$)
Constructor for the ExportDataDialog
|
Modifier and Type | Method and Description |
---|---|
void |
doModal()
Shows and runs the export data dialog modally
|
BBjNumber |
getHeight()
Returns the height of the dialog
|
BBjNumber |
getWidth()
Returns the width of the dialog
|
BBjTopLevelWindow |
getWindow()
Returns the export window
|
BBjNumber |
getX()
Returns the X screen location of the dialog
|
BBjNumber |
getY()
Returns the Y screen location of the dialog
|
void |
OnBrowse(BBjButtonPushEvent p_event!)
Called when the browse button is pressed by the user to select the client side export file
|
void |
OnExport(BBjButtonPushEvent p_event!)
Called when the export button is pressed to export the data to the client side file
|
void |
OnFileModify(BBjEditModifyEvent p_event!)
Called when the export file name is changed
|
void |
setLocation(BBjNumber p_x,
BBjNumber p_y)
Sets the screen location of the dialog
|
void |
setSize(BBjNumber p_width,
BBjNumber p_height)
Sets the size of the dialog
|
public ExportDataDialog(BBjVector p_colData!, BBjVector p_rowData!, BBjString p_exportFile$)
p_colData!
- BBjVector which contains column header datap_rowData!
- BBjVector which contains the row datap_exportFile$
- Name of the client file to export topublic ExportDataDialog(BBjRecordSet p_recordSet!, BBjString p_exportFile$)
p_recordSet!
- BBjRecordSet which contains the datap_exportFile$
- Name of the client file to export topublic ExportDataDialog(DefaultPieDataset p_pieDataSet!, BBjString p_exportFile$)
p_pieDataSet!
- DefaultPieDataset which contains the datap_exportFile$
- Name of the client file to export topublic ExportDataDialog(DefaultCategoryDataset p_categoryDataSet!, BBjString p_exportFile$)
p_categoryDataSet!
- DefaultCategoryDataset which contains the datap_exportFile$
- Name of the client file to export topublic ExportDataDialog(XYSeriesCollection p_xySeriesCollection!, BBjString p_exportFile$)
p_xySeriesCollection!
- XYSeriesCollection which contains the datap_exportFile$
- Name of the client file to export topublic void setLocation(BBjNumber p_x, BBjNumber p_y)
p_x
- Specifies the X location of the dialogp_y
- Specifies the Y location of the dialogpublic void setSize(BBjNumber p_width, BBjNumber p_height)
p_width
- Specifies the width of the dialogp_height
- Specifies the height of the dialogpublic BBjTopLevelWindow getWindow()
public BBjNumber getX()
public BBjNumber getY()
public BBjNumber getWidth()
public BBjNumber getHeight()
public void doModal()
public void OnFileModify(BBjEditModifyEvent p_event!)
p_event!
- Contains event informationpublic void OnBrowse(BBjButtonPushEvent p_event!)
p_event!
- Contains event informationpublic void OnExport(BBjButtonPushEvent p_event!)
p_event!
- Contains event information