Uiinfrastructure API Docs  
 

FormPageTypes.SMALL_POPUP Field

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 static readonly FormPageTypes SMALL_POPUP;

See Also

FormPageTypes Class | com.plumtree.uiinfrastructure.form Namespace