|
Edit Data Dictionary - Table Options
| [Previous] [Main] [Next] |
Edit Data Dictionary - Table Options
Sample Screen With The Table Desc Tab Pressed
| · | Screen Icon - this is the name of GIF file to replace the coffee cup with when the screen is displayed.
|
| · | Help Item - each screen generated will have a help botton (like the one shown above). When a user presses this button the Java Help system displays a screen from the help system. You fill this field with the name of the screen that should be displayed.
|
| · | Screen Number - Part of the "system" demonstrated using the userlogdata table is a system for giving individual users view/add/edit/delete rights for individual screens. If this system is being used you need to indicate which screen (0 - 10) this is. Each user is given specific rights to screen 0, screen 1, etc. Enter a -1 or 999 if this screen should not have rights for individual users.
|
| · | Start w Query - Some SQL tables are too large to show all of the rows at one time in a JTable. You may want the generated screen to start empty with the SQL Query Builder poped up so that users can select a subset of the SQL table rows to view. Indicate if you want his option here.
|
| · | Menus at Top? - Each generated GUI will have a set of menu buttons. These can be at the top of the generated JPanel or at the bottom. Indicate your preference here.
|
| · | Text in Menus - You can included words like "Print" or "Save" in the menu buttons or leave them out. Indicate your preference here.
|
| · | Icons in Menus - You can include small icons in the menu buttons. Indicate your preference here. (Obviously chosing to have no text and no icons will generate an error.)
|
| · | Allow Query - JGuiGen comes with a simple SQL Where clause query builder. Users can use this to select rows for the JTable at the bottom of the screen. Indicate if there should be a button of the generated screen giving access to this feature.
|
| · | Inc(lude) Report Writer - The report writer is part of the Query Screen. It can be deactivated.
|
| · | Allow edits - If users cannot edit data in the table being displayed, remove the check from this box.
|
| · | Allow adds - If users cannot add rows to the table being displayed. remove the check from this box.
|
| · | Allow Remove - the other way to remove a row is to mark it inActive or Removed. GuiGen generated screen will ignore rows that have been marked inActive or Removed. Indicate if you want this option using the checkbox.
|
| · | Allow Deletes - There are two ways to remove rows from the SQL table. One actually deletes the rows. If you do not want users to be able to do this remove the check mark from ths box.
|
| · | Inc(lude) Table - Check this box if a JTable should be included at the bottom of the generated screen. There is a checkbox for each column to indicate whether the column should be included in the JTable and the order will be the same one used to order the components on the generated screen. The java file is designed for a developer to edit a couple of lists and change the columns displayed and the order as needed. Users can drag columns to different positions and resize them by dragging the column headers. When the screen is exited these preferences are saved and reused with the user opens the screen again.
|
| · | Split Screen - when this option is activate it will create a screen with components on the left and the JTable on the right.
|
| · | Use a Tabbed Pane - Check this box if you want your generated screen to have tabs (like this screen - which was generated by JGuiGen.)
|
| · | Tab Name 1 - the name to be inserted into the first tab.
|
| · | Tab Name 2 - the name to be inserted into the second tab.
|
| · | Tab Name 3 - the name to be inserted into the third tab (leave blank if you only want two tabs).
|
| · | Template Dir - The JGuiGen code is written in Java Snippets and then merged into a whole. This is the folder you want containing the code you want to use to generate your application.
|