com.plumtree.uiinfrastructure.form
Class FormPageTypes

java.lang.Object
  extended by com.plumtree.uiinfrastructure.form.FormPageTypes

public class FormPageTypes
extends java.lang.Object

FormPageTypes is an emumeration of the various form page types allowed.


Field Summary
static FormPageTypes MEDIUM_POPUP
          The style for medium pop-ups.
static FormPageTypes NO_BUTTONS
          The style for custom pages.
static FormPageTypes NORMAL_PAGE
          The standard form style for normal windows.
static FormPageTypes SMALL_POPUP
          The style for small pop-ups.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NORMAL_PAGE

public static final FormPageTypes NORMAL_PAGE
The standard form style for normal windows. A normal page will usually consist of an editor or forms page. Either could be in the main browser window or be a popup with tabs. These forms have multiple pages and most likely use the Editor framework. The tops of the forms have a titlebar banner with a Finish and Cancel button.


MEDIUM_POPUP

public static final FormPageTypes MEDIUM_POPUP
The style for medium pop-ups. This UI is used for complex, 1-page form popups, such as for adding objects, displaying a tree, etc. The dialog contains a dark blue title banner with help text below in a gray rectangle. A forms area will be located below that and may have a Section titlebar and a toolbar. The window function buttons are usually OK and Cancel and are located in the upper right of the Titlebar banner. Note that there is an exception to when you use the Medium popup. When there is more than one page, which happens with tabbed popups, the Normal page should be used instead of the Medium popup.


SMALL_POPUP

public static final FormPageTypes SMALL_POPUP
The style for small pop-ups. This UI is used for things like custom messages (HTML), warnings, and simple dialogs (no more than 2 input boxes or controls). So, for instance, a Create Folder would use the Small Popup, having only a title, help text, and a name and description input box. For Small Popups, the buttons are: 1. at the bottom of the popup 2. are centered 3. Usually will be OK or OK and Cancel buttons.


NO_BUTTONS

public static final FormPageTypes NO_BUTTONS
The style for custom pages. This UI is used when you don't want Finish and Cancel buttons on your page and only want to use the form.




Copyright © 2002,2003,2004,2005 Plumtree Software, Inc., All Rights Reserved.