| <html> | |
| <!-- | |
| Copyright (c) 2004, 2007 Boeing. | |
| All rights reserved. This program and the accompanying materials | |
| are made available under the terms of the Eclipse Public License v1.0 | |
| which accompanies this distribution, and is available at | |
| http://www.eclipse.org/legal/epl-v10.html | |
| Contributors: | |
| Boeing - initial API and implementation | |
| --> | |
| <head> | |
| <title>Table Customization</title> | |
| <LINK rel="stylesheet" type="text/css" href="../../osee.help/html/style.css"> | |
| </head> | |
| <body> | |
| <h1>Table Customization</h1> | |
| <h2>Purpose</h2> | |
| <p>Customize the table to show desired columns, widths with specified sorting and filters. Enables loading of | |
| both personal and global customizations and provides the ability to select a customization as the | |
| default customization to be loaded upon startup.</p> | |
| <h2>Select Customization</h2> | |
| <p>Lists current personal and global customizations to be selected from. Double-click to automatically | |
| load selected customizationa and close dialog.</p> | |
| <ul> | |
| <li>"-- Table Default --" - Show the default customization for this table.</li> | |
| <li>"-- Current --" - Show the current customization as set from table alterations.</li> | |
| <li>"Other" - Shows a stored customization available for loading.</li> | |
| </ul> | |
| <h2>Select Customization - Icons / Overlays</h2> | |
| <ul> | |
| <li><img src="../images/customize.gif"/> Customization.</li> | |
| <li><img src="../images/customizeD.gif"/> Default customization loaded up restart.</li> | |
| <li><img src="../images/customizeG.gif"/> Global customization available to all users.</li> | |
| </ul> | |
| <h2>Select Customization - Buttons</h2> | |
| <ul> | |
| <li>Load - Loads the currently selected customization.</li> | |
| <li>Load+Close - Loads the selected customization and closes the dialog.</li> | |
| <li>Set as Default - Sets the currently selected customization as the default to load upon restart.</li> | |
| <li>Delete - Deletes the currently selected customization.</li> | |
| </ul> | |
| <h2>Configure Customization</h2> | |
| <p>Allows for the selected customization to be configured, loaded and saved.</p> | |
| <ul> | |
| <li>Hidden Columns - Shows the columns that are available to be displays but configured as hidden.</li> | |
| <li>Visible Columns - Show the columns that are configured to be displayed for this customization.</li> | |
| <li>(x) - shows the currently configured width of the column</li> | |
| <li>Sorter - xml representation of the column order to sort by</li> | |
| <li>Text Filter - shows the configured text filter to be applied for this customization. Enter as string.</li> | |
| <li></li> | |
| </ul> | |
| <h2>Configure Customization - Buttons</h2> | |
| <ul> | |
| <li>Load - Loads the configured customization.</li> | |
| <li>Load+Close - Loads the configured customization and closes the dialog.</li> | |
| <li>Rename - Allows the user to define an alternate name for the column.</li> | |
| <li>Save - Saves the configured customization as personal or global (if permissions allow).</li> | |
| </ul> | |
| </body> | |
| </html> |