Spiffy UI Framework

Package org.spiffyui.client.widgets

The widgets package contains reusable widgets for use in the Spiffy UI framework

See:
          Description

Class Summary
DatePickerTextBox This widget uses a simple GWT TextBox and attaches the JQuery UI date picker.
FormFeedback This widget shows an icon to give feedback on form fields
LongMessage A class for showing messages that are wordy and take more than a few seconds to read.
ProgressBar This widget wraps the JQuery UI progress bar
SlideDownPrefsPanel The SlideDownPrefsPanel shows a tab that sticks to the bottom of the header of the page.
SlidingGridPanel A panel that uses a sliding grid layout based on this example .
SmallLoadingIndicator This is a reusable loading icon widget
StatusIndicator This is a reusable loading icon widget
TimePickerTextBox This widget uses a simple GWT TextBox and attaches the JQuery time picker.
Tooltip Tooltip is a PopupPanel that auto-hides when you click outside of it, click the X, or when you let the auto-close time elapse (default auto close time is 1.5 seconds).
 

Package org.spiffyui.client.widgets Description

The widgets package contains reusable widgets for use in the Spiffy UI framework


Spiffy UI Framework