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