Package org.cafesip.gwtcomp.client.ui

This package contains the GWT components widgets.

See:
          Description

Interface Summary
DroppableListListener A listener interface that applications must implement for listening to DroppableList events.
FileUploadEventListener An interface that must be extended to create your own file upload listener.
ServerFileBrowserListener An interface that must be extended to create your own listeners for ServerFileBrowser events.
SuperTableListener This interface must be implemented by applications to add a listener to the SuperTable class.
SuperTreeListener This interface must be implemented by applications to register a super tree listener object.
WizardPanelListener An interface that must be extended to create your own wizard panel listener.
 

Class Summary
ApplicationBusy Prevents users from interacting with screen input widgets (buttons, text fields, etc.) when the system is busy.
Audio Adds audio to GWT applications.
ButtonPanel A panel for buttons.
ColumnProperty Helper class for the SuperTable class.
DataEntryPanel A panel for data entry.
Draggable An utility class for making a widget "draggable".
DraggableLabel A label object that can be dragged and dropped into a DroppableList.
DroppableList A list object where a draggable item can be dropped into.
EditableList A panel for an editable list that allows the user to add elements to a list and remove elements from the list.
EventfulFileUpload An extension of the GWT FileUpload class that allows applications to listen to file upload events.
MessageBar A message bar is a panel that can be added to any GWT panel/form/etc and is used to display informational, error, or warning messages.
PopupMenu A popup menu that is used to popup and present a set of options to the users.
PropertyElement Helper class for the PropertyViewer class.
PropertyViewer A panel for viewing properties.
ServerFileBrowser Lets GWT applications browse and selects files that are present in the web server hosting the GWT application.
SuperTable A table for listing tabular data with many features.
SuperTableProperty The class is used in conjunction with the SuperTable class to define the table property.
SuperTree An extension of the GWT Tree that allows multiple selection of tree items and includes comprehensive support for context-sensitive popup menu among other things.
SuperTreeItem This class extends the GWT TreeItem class and is used for specifying the object type required for the SuperTree's context-menu feature.
TitleBar A title bar for GWT applications.
Toolbar The toolbar is a simple panel widget that is used to place one or more "tools" into it.
ToolbarPanel A toolbar panel is container for one or more Toolbar objects.
WizardPanel A panel for creating a wizard.
 

Package org.cafesip.gwtcomp.client.ui Description

This package contains the GWT components widgets. The components consists of a set of GUI objects that can be reused to produce nice looking screens for GWT applications. Hopefully, it will also make things easy for the developers of the application.



http://www.cafesip.org