Uiinfrastructure API Docs  
 

FormPageTypes Members

FormPageTypes overview

Public Static Fields

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.
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.
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.
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.

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

FormPageTypes Class | com.plumtree.uiinfrastructure.form Namespace