A B C D E F G H I L M N O P R S T V W

A

addButton(Button) - Method in class org.cafesip.gwtcomp.client.ui.ButtonPanel
Add a button.
addButton(Button) - Method in class org.cafesip.gwtcomp.client.ui.DataEntryPanel
Add a button to the button bar
addEventListener(FileUploadEventListener) - Method in class org.cafesip.gwtcomp.client.ui.EventfulFileUpload
Add a file upload listener.
addField(Label, Widget, boolean) - Method in class org.cafesip.gwtcomp.client.ui.DataEntryPanel
Add a label and an input field.
addField(Label, Widget) - Method in class org.cafesip.gwtcomp.client.ui.DataEntryPanel
Same as the other addField() method - mandatory flag is set to false automatically.
addField(Widget) - Method in class org.cafesip.gwtcomp.client.ui.DataEntryPanel
Adds a single widget to the form layout instead of adding a label/entry.
addItem(String) - Method in class org.cafesip.gwtcomp.client.ui.DroppableList
Add an item to the list.
addItem(String, boolean) - Method in class org.cafesip.gwtcomp.client.ui.DroppableList
Adds an items to the list and invokes listeners if registered.
addItem(String) - Method in class org.cafesip.gwtcomp.client.ui.SuperTree
 
addItem(SuperTreeItem) - Method in class org.cafesip.gwtcomp.client.ui.SuperTree
Add a SuperTree object to the root of the tree.
addItem(TreeItem) - Method in class org.cafesip.gwtcomp.client.ui.SuperTree
 
addItem(Widget) - Method in class org.cafesip.gwtcomp.client.ui.SuperTree
 
addItem(String) - Method in class org.cafesip.gwtcomp.client.ui.SuperTreeItem
 
addItem(SuperTreeItem) - Method in class org.cafesip.gwtcomp.client.ui.SuperTreeItem
Add a SuperTree object as a child of this tree element.
addItem(TreeItem) - Method in class org.cafesip.gwtcomp.client.ui.SuperTreeItem
 
addItem(Widget) - Method in class org.cafesip.gwtcomp.client.ui.SuperTreeItem
 
addListener(DroppableListListener) - Method in class org.cafesip.gwtcomp.client.ui.DroppableList
Adds a listener for listening to drop events.
addMenuItem(Widget, PopupMenu) - Method in class org.cafesip.gwtcomp.client.ui.PopupMenu
Adds a child menu item that is a cascaded menu.
addMenuItem(Widget) - Method in class org.cafesip.gwtcomp.client.ui.PopupMenu
Add a child menu item.
addPanel(String, Panel) - Method in class org.cafesip.gwtcomp.client.ui.WizardPanel
Add a panel to the wizard panel.
addPanel(String, Panel, int) - Method in class org.cafesip.gwtcomp.client.ui.WizardPanel
Inserts a panel to the "deck" at a given position.
addPanelListener(WizardPanelListener) - Method in class org.cafesip.gwtcomp.client.ui.WizardPanel
Add a listener to listen to panel events.
addPoints(Date, Double[]) - Method in class org.cafesip.gwtcomp.client.ui.charting.TimeSeriesChartPanel
 
addProperty(String, String) - Method in class org.cafesip.gwtcomp.client.ui.PropertyViewer
Add a property to be displayed.
addProperty(String, Widget) - Method in class org.cafesip.gwtcomp.client.ui.PropertyViewer
Add a property to be displayed.
addRow(Widget[]) - Method in class org.cafesip.gwtcomp.client.ui.SuperTable
Add a row to the table
addRow(Widget[], boolean) - Method in class org.cafesip.gwtcomp.client.ui.SuperTable
Add a row to the table and set it to selected.
addSeparator() - Method in class org.cafesip.gwtcomp.client.ui.PopupMenu
Add a separator item.
addServerFileListener(ServerFileBrowserListener) - Method in class org.cafesip.gwtcomp.client.ui.ServerFileBrowser
Adds a listener for events.
addSession(LiveDataSessionInfo, HttpSession) - Static method in class org.cafesip.gwtcomp.server.LiveDataSourceSession
 
addTableListener(SuperTableListener) - Method in class org.cafesip.gwtcomp.client.ui.SuperTable
Add a table listener.
addToolbar(Toolbar) - Method in class org.cafesip.gwtcomp.client.ui.ToolbarPanel
Add a toolbar to the panel.
addToUserToolbar(Widget) - Method in class org.cafesip.gwtcomp.client.ui.SuperTable
Add an entry into the user tool bar.
addTreeListener(SuperTreeListener) - Method in class org.cafesip.gwtcomp.client.ui.SuperTree
Add a tree listener.
addUserHeader(Widget) - Method in class org.cafesip.gwtcomp.client.ui.SuperTable
Adds a user header.
addWidget(Widget) - Method in class org.cafesip.gwtcomp.client.ui.Toolbar
Adds a "tool" widget into the toolbar.
allowDuplicates(boolean) - Method in class org.cafesip.gwtcomp.client.ui.EditableList
Sets whether or not validation when done by this widget should allow duplicate entries in the list.
allowEmptyList(boolean) - Method in class org.cafesip.gwtcomp.client.ui.EditableList
Sets whether or not validation when done by this widget should allow the user to remove all of the elements from the list.
ApplicationBusy - Class in org.cafesip.gwtcomp.client.ui
Prevents users from interacting with screen input widgets (buttons, text fields, etc.) when the system is busy.
AsyncCallback<T> - Class in org.cafesip.gwtcomp.client.utils
This abstract class can be used in place of GWT AsyncCallback to automatically handle server communication failure including authentication request from the server.
AsyncCallback() - Constructor for class org.cafesip.gwtcomp.client.utils.AsyncCallback
 
Audio - Class in org.cafesip.gwtcomp.client.ui
Adds audio to GWT applications.

B

bold(String) - Static method in class org.cafesip.gwtcomp.client.utils.HTMLHelper
HTML rendition of bold text.
boxedText(String) - Static method in class org.cafesip.gwtcomp.client.utils.HTMLHelper
HTML rendition of boxed text.
bulletList(String[]) - Static method in class org.cafesip.gwtcomp.client.utils.HTMLHelper
HTML rendition of a bullet (unordered) list.
ButtonPanel - Class in org.cafesip.gwtcomp.client.ui
A panel for buttons.
ButtonPanel() - Constructor for class org.cafesip.gwtcomp.client.ui.ButtonPanel
A constructor for this class.

C

cancel(int) - Method in interface org.cafesip.gwtcomp.client.common.LiveDataService
 
cancel(int, AsyncCallback<Void>) - Method in interface org.cafesip.gwtcomp.client.common.LiveDataServiceAsync
 
cancel(int) - Method in class org.cafesip.gwtcomp.server.LiveDataServiceImpl
 
cellSelected(boolean, int, int, Widget) - Method in interface org.cafesip.gwtcomp.client.ui.SuperTableListener
Invoked if a cell is selected.
ChartData - Class in org.cafesip.gwtcomp.client.common
An object for sending the chart data between the client and the server.
ChartData() - Constructor for class org.cafesip.gwtcomp.client.common.ChartData
A constructor for this class.
ChartData(Date, ChartDataElement[]) - Constructor for class org.cafesip.gwtcomp.client.common.ChartData
A constructor for this class.
ChartDataElement - Interface in org.cafesip.gwtcomp.client.common
A marker interface for representing chart data element.
ChartInfo - Class in org.cafesip.gwtcomp.client.common
This class contains the property of the chart that is displayed by a LiveDataPanel component.
ChartInfo() - Constructor for class org.cafesip.gwtcomp.client.common.ChartInfo
A constructor for this class.
ChartInfo(String, boolean, PlotInfo, int) - Constructor for class org.cafesip.gwtcomp.client.common.ChartInfo
A constructor for this class.
ChartInitData - Class in org.cafesip.gwtcomp.client.common
This class contains the property of the chart that is displayed by a LiveDataPanel component and the initial data set.
ChartInitData() - Constructor for class org.cafesip.gwtcomp.client.common.ChartInitData
A constructor for this class.
ChartInitData(ChartInfo, ChartData) - Constructor for class org.cafesip.gwtcomp.client.common.ChartInitData
A constructor for this class.
clear() - Method in class org.cafesip.gwtcomp.client.ui.PropertyViewer
Clear the property list.
clear() - Method in class org.cafesip.gwtcomp.client.ui.SuperTable
 
clearMessage() - Method in class org.cafesip.gwtcomp.client.ui.MessageBar
Clears the message
close(Principal, HttpSession, LiveDataSessionInfo) - Method in interface org.cafesip.gwtcomp.server.LiveDataSource
This method is invoked by the LiveDataServiceImpl servlet to information the data source that the session is closed.
close(Principal, HttpSession, LiveDataSessionInfo) - Method in class org.cafesip.gwtcomp.server.SimpleLiveDataSource
 
ColumnProperty - Class in org.cafesip.gwtcomp.client.ui
Helper class for the SuperTable class.
ColumnProperty(String, Comparator<Widget[]>, Comparator<Widget[]>) - Constructor for class org.cafesip.gwtcomp.client.ui.ColumnProperty
A constructor for this class.
compare(Widget[], Widget[]) - Method in class org.cafesip.gwtcomp.client.utils.NumericComparator
 
compare(Widget[], Widget[]) - Method in class org.cafesip.gwtcomp.client.utils.StringComparator
 
ContextUtil - Class in org.cafesip.gwtcomp.client.utils
An utility class for making GWT application context-independent.
ContextUtil() - Constructor for class org.cafesip.gwtcomp.client.utils.ContextUtil
 
convertToText(Widget) - Static method in class org.cafesip.gwtcomp.client.utils.StringComparator
 
countTokens() - Method in class org.cafesip.gwtcomp.client.utils.StringTokenizer
Returns the token count.

D

DataEntryPanel - Class in org.cafesip.gwtcomp.client.ui
A panel for data entry.
DataEntryPanel() - Constructor for class org.cafesip.gwtcomp.client.ui.DataEntryPanel
A constructor for this class.
DataEntryPanel(TitleBar, MessageBar) - Constructor for class org.cafesip.gwtcomp.client.ui.DataEntryPanel
A constructor for this class.
deleteItem(String) - Method in class org.cafesip.gwtcomp.client.ui.DroppableList
Delete an item from the list.
deleteItem(int) - Method in class org.cafesip.gwtcomp.client.ui.DroppableList
Deletes an item at the specified index.
deleteRow(int) - Method in class org.cafesip.gwtcomp.client.ui.SuperTable
Delete a row from the table.
DIR - Static variable in class org.cafesip.gwtcomp.client.common.FileElement
 
DirectoryElement - Class in org.cafesip.gwtcomp.client.common
This class represents a value object that is used to exchange directory and file information that is used by the ServerFileBrowser component.
DirectoryElement() - Constructor for class org.cafesip.gwtcomp.client.common.DirectoryElement
A constructor for this class.
DirListingService - Interface in org.cafesip.gwtcomp.client.common
RPC interface for the ServerFileBrowser component.
DirListingServiceAsync - Interface in org.cafesip.gwtcomp.client.common
RPC interface for the ServerFileBrowser component.
DirListingServiceImpl - Class in org.cafesip.gwtcomp.server
GWT servlet for handling RPC calls for ServerFileBrowser org.cafesip.gwtcomp.client.ui.ServerFileBrowser) widget.
DirListingServiceImpl() - Constructor for class org.cafesip.gwtcomp.server.DirListingServiceImpl
 
displayNextPanel() - Method in class org.cafesip.gwtcomp.client.ui.WizardPanel
Display the next panel.
displayPanel(String) - Method in class org.cafesip.gwtcomp.client.ui.WizardPanel
Display a panel with the given name.
displayPreviousPanel() - Method in class org.cafesip.gwtcomp.client.ui.WizardPanel
Display the previous panel.
dispose() - Method in class org.cafesip.gwtcomp.client.ui.Draggable
This method must be called when the object is no longer attached with the DOM document.
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.cafesip.gwtcomp.server.FileUploadServlet
 
Draggable - Class in org.cafesip.gwtcomp.client.ui
An utility class for making a widget "draggable".
DraggableLabel - Class in org.cafesip.gwtcomp.client.ui
A label object that can be dragged and dropped into a DroppableList.
DraggableLabel(String, String, String, String) - Constructor for class org.cafesip.gwtcomp.client.ui.DraggableLabel
A constructor for this class that displays an icon and a text label.
DraggableLabel(String, String, String) - Constructor for class org.cafesip.gwtcomp.client.ui.DraggableLabel
A constructor for this class with just the text label (no icon).
DroppableList - Class in org.cafesip.gwtcomp.client.ui
A list object where a draggable item can be dropped into.
DroppableList(String, String) - Constructor for class org.cafesip.gwtcomp.client.ui.DroppableList
A constructor for this class.
DroppableListListener - Interface in org.cafesip.gwtcomp.client.ui
A listener interface that applications must implement for listening to DroppableList events.
duplicatesAllowed() - Method in class org.cafesip.gwtcomp.client.ui.EditableList
Returns whether or not validation when done by this widget would allow duplicate entries in the list.

E

EditableList - Class in org.cafesip.gwtcomp.client.ui
A panel for an editable list that allows the user to add elements to a list and remove elements from the list.
EditableList() - Constructor for class org.cafesip.gwtcomp.client.ui.EditableList
An empty constructor for this class.
EditableList(TextBox, Button, ListBox, Button) - Constructor for class org.cafesip.gwtcomp.client.ui.EditableList
A constructor for this class.
emptyListAllowed() - Method in class org.cafesip.gwtcomp.client.ui.EditableList
Returns whether or not validation when done by this widget would allow the user to remove all of the elements from the list.
EventfulFileUpload - Class in org.cafesip.gwtcomp.client.ui
An extension of the GWT FileUpload class that allows applications to listen to file upload events.
EventfulFileUpload() - Constructor for class org.cafesip.gwtcomp.client.ui.EventfulFileUpload
A constructor for this class.

F

FILE - Static variable in class org.cafesip.gwtcomp.client.common.FileElement
 
FileElement - Class in org.cafesip.gwtcomp.client.common
This class represents a value object that is used to exchange directory and file information that is used by the ServerFileBrowser component.
FileElement() - Constructor for class org.cafesip.gwtcomp.client.common.FileElement
A constructor for this class.
FileUploadAction - Interface in org.cafesip.gwtcomp.server
Interface that an action class must implement for working with the FileUploadServlet servlet.
FileUploadEventListener - Interface in org.cafesip.gwtcomp.client.ui
An interface that must be extended to create your own file upload listener.
FileUploadServlet - Class in org.cafesip.gwtcomp.server
This servlet provides you a convenient way to handle HTML forms containing file uploads along with standard input elements like text field, text area, checkbox, etc.
FileUploadServlet() - Constructor for class org.cafesip.gwtcomp.server.FileUploadServlet
A constructor for this class.
FileUploadUtil - Class in org.cafesip.gwtcomp.client.utils
An utility class for parsing response returned by the FileUploadServlet servlet.
FileUploadUtil(String) - Constructor for class org.cafesip.gwtcomp.client.utils.FileUploadUtil
 
FormResponse - Class in org.cafesip.gwtcomp.server
Helper class for FileUploadAction.
FormResponse(int, String, boolean) - Constructor for class org.cafesip.gwtcomp.server.FormResponse
A constructor for this class.
FormResponse(int, String) - Constructor for class org.cafesip.gwtcomp.server.FormResponse
A constructor for this class with deletFiles parameter set to false.

G

getAscendingSortComparator() - Method in class org.cafesip.gwtcomp.client.ui.ColumnProperty
Returns the ascendingSortComparator.
getAttribute(String) - Method in class org.cafesip.gwtcomp.server.LiveDataSessionInfo
Returns an user attribute.
getBasketEmptyIcon() - Method in class org.cafesip.gwtcomp.client.ui.DroppableList
Returns the currently-set icon that is displayed when the list is empty.
getBasketFullIcon() - Method in class org.cafesip.gwtcomp.client.ui.DroppableList
Returns the currently-set icon that is displayed when the list has items.
getButtonBar() - Method in class org.cafesip.gwtcomp.client.ui.DataEntryPanel
Returns the button bar at the bottom of the panel.
getButtonPanel() - Method in class org.cafesip.gwtcomp.client.ui.WizardPanel
Returns the button panel.
getCancelButton() - Method in class org.cafesip.gwtcomp.client.ui.WizardPanel
Get the "Cancel" button.
getChartData() - Method in class org.cafesip.gwtcomp.client.common.ChartInitData
 
getChartInfo() - Method in class org.cafesip.gwtcomp.client.ui.charting.TimeSeriesChartPanel
 
getChartInfo() - Method in class org.cafesip.gwtcomp.server.LiveDataSessionInfo
 
getChartInfoAndInitialData(String, String, String) - Method in interface org.cafesip.gwtcomp.client.common.LiveDataService
 
getChartInfoAndInitialData(String, String, String, AsyncCallback<ChartInitData>) - Method in interface org.cafesip.gwtcomp.client.common.LiveDataServiceAsync
 
getChartInfoAndInitialData(String, String, String) - Method in class org.cafesip.gwtcomp.server.LiveDataServiceImpl
 
getChartInfoAndInitialData(Principal, HttpSession, LiveDataSessionInfo) - Method in interface org.cafesip.gwtcomp.server.LiveDataSource
This method is invoked by the LiveDataServiceImpl servlet when the chart is intialized at the client-side.
getChartInfoAndInitialData(Principal, HttpSession, LiveDataSessionInfo) - Method in class org.cafesip.gwtcomp.server.SimpleLiveDataSource
 
getChartPanel() - Method in class org.cafesip.gwtcomp.client.ui.charting.LiveDataPanel
 
getClazz() - Method in class org.cafesip.gwtcomp.client.ui.Draggable
Returns the class.
getClazz() - Method in class org.cafesip.gwtcomp.client.ui.DroppableList
 
getCollectionTime() - Method in class org.cafesip.gwtcomp.client.common.ChartData
 
getColumnsProperty() - Method in class org.cafesip.gwtcomp.client.ui.SuperTable
Returns the column property object.
getCommandList() - Method in class org.cafesip.gwtcomp.client.ui.SuperTable
Returns the list box containing the application-defined list action items.
getContext() - Method in class org.cafesip.gwtcomp.client.ui.charting.LiveDataPanel
 
getContext() - Method in class org.cafesip.gwtcomp.server.LiveDataSessionInfo
 
getContextMenu() - Method in class org.cafesip.gwtcomp.client.ui.SuperTreeItem
Gets the context menu for this element.
getContextURL() - Static method in class org.cafesip.gwtcomp.client.utils.ContextUtil
Returns the application context of the current GWT application.
getCurrentPageRecordCount() - Method in class org.cafesip.gwtcomp.client.ui.SuperTable
Returns the row count in a current page.
getData() - Method in class org.cafesip.gwtcomp.client.common.ChartData
 
getDeliveryCount() - Method in class org.cafesip.gwtcomp.server.LiveDataSessionInfo
 
getDescendingSortComparator() - Method in class org.cafesip.gwtcomp.client.ui.ColumnProperty
Returns the descendingSortComparator.
getDirectory() - Method in class org.cafesip.gwtcomp.client.common.DirectoryElement
 
getDisplayedPanel() - Method in class org.cafesip.gwtcomp.client.ui.WizardPanel
Returns the name of the currently-displayed panel.
getDraggable() - Method in class org.cafesip.gwtcomp.client.ui.Draggable
Returns the DOM element associated with the draggable object.
getDraggables() - Static method in class org.cafesip.gwtcomp.client.ui.Draggable
Returns a list of draggable items.
getErrorMessagePrefix() - Method in class org.cafesip.gwtcomp.client.ui.EditableList
Returns the error message prefix string that is output along with validation error(s).
getFiles() - Method in class org.cafesip.gwtcomp.client.common.DirectoryElement
 
getFilter() - Method in class org.cafesip.gwtcomp.client.ui.ServerFileBrowser
Returns the filter string.
getFinishButton() - Method in class org.cafesip.gwtcomp.client.ui.WizardPanel
Get the "Finish" button.
getFirstRowIndex() - Method in class org.cafesip.gwtcomp.client.ui.SuperTable
Returns the index of the first row in the current page.
getFormPanel() - Method in class org.cafesip.gwtcomp.client.ui.WizardPanel
Returns the form panel used as a base widget.
getHeader() - Method in class org.cafesip.gwtcomp.client.ui.ColumnProperty
Returns the column header.
getHelpUrl() - Method in class org.cafesip.gwtcomp.client.ui.TitleBar
Returns the currently-set level.
getHorizontalAlignment() - Method in class org.cafesip.gwtcomp.client.ui.ColumnProperty
 
getHorizontalSpacing() - Method in class org.cafesip.gwtcomp.client.ui.Toolbar
Returns the horizontal spacing in pixels.
getId() - Method in class org.cafesip.gwtcomp.client.ui.DroppableList
 
getImageUrl() - Method in class org.cafesip.gwtcomp.client.ui.DraggableLabel
 
getInitialData() - Method in class org.cafesip.gwtcomp.client.common.ChartInitData
 
getInstance() - Static method in class org.cafesip.gwtcomp.client.common.LiveDataService.Util
 
getInstance() - Static method in class org.cafesip.gwtcomp.client.ui.Audio
Returns the Audio singleton object.
getInstance() - Method in class org.cafesip.gwtcomp.server.LiveDataSessionInfo
 
getItem(int) - Method in class org.cafesip.gwtcomp.client.ui.DroppableList
Get the item at a specified index.
getItemCount() - Method in class org.cafesip.gwtcomp.client.ui.DroppableList
Get the number of items in the list.
getItems() - Method in class org.cafesip.gwtcomp.client.ui.DroppableList
Gets all the items in the list.
getKeyCaption() - Method in class org.cafesip.gwtcomp.client.ui.PropertyViewer
Returns the caption for the Key column.
getLastCollection() - Method in class org.cafesip.gwtcomp.server.LiveDataSessionInfo
 
getLastModified() - Method in class org.cafesip.gwtcomp.client.common.FileElement
 
getLevel(TreeItem) - Static method in class org.cafesip.gwtcomp.client.ui.SuperTree
Convenience method for finding the level of any given tree items.
getLevel() - Method in class org.cafesip.gwtcomp.client.ui.TitleBar
Returns the currently-set level.
getList() - Method in class org.cafesip.gwtcomp.client.ui.EditableList
Returns the contents of the ListBox.
getLoginURL() - Static method in class org.cafesip.gwtcomp.client.utils.AsyncCallback
 
getMaxPlots() - Method in class org.cafesip.gwtcomp.client.common.TimeSeriesPlotInfo
 
getMaxValue() - Method in class org.cafesip.gwtcomp.client.common.TimeSeriesPlotInfo
 
getMessageBar() - Method in class org.cafesip.gwtcomp.client.ui.DataEntryPanel
Returns the message bar at the top of the panel.
getMessageBar() - Method in class org.cafesip.gwtcomp.client.ui.EditableList
Returns the MessageBar as set by a previous call to setMessageBar() or null if setMessageBar() has not been called.
getMessageBar() - Method in class org.cafesip.gwtcomp.client.ui.WizardPanel
Get the message bar.
getMinValue() - Method in class org.cafesip.gwtcomp.client.common.TimeSeriesPlotInfo
 
getName() - Method in class org.cafesip.gwtcomp.client.common.FileElement
 
getName() - Method in class org.cafesip.gwtcomp.client.common.SeriesInfo
 
getName() - Method in class org.cafesip.gwtcomp.client.ui.Draggable
Returns the name of the draggable object.
getName() - Method in class org.cafesip.gwtcomp.client.ui.DroppableList
 
getNewElement() - Method in class org.cafesip.gwtcomp.client.ui.EditableList
Returns the TextBox widget where the user types in a new element to add to the list.
getNextButton() - Method in class org.cafesip.gwtcomp.client.ui.WizardPanel
Get the "Next" button.
getNextData(int) - Method in interface org.cafesip.gwtcomp.client.common.LiveDataService
 
getNextData(int, AsyncCallback<ChartData>) - Method in interface org.cafesip.gwtcomp.client.common.LiveDataServiceAsync
 
getNextData(int) - Method in class org.cafesip.gwtcomp.server.LiveDataServiceImpl
 
getNextData(Principal, HttpSession, LiveDataSessionInfo) - Method in interface org.cafesip.gwtcomp.server.LiveDataSource
This method is invoked by the LiveDataServiceImpl servlet periodically to retrieve data that is used to refresh the live data panel.
getNextData(Principal, HttpSession, LiveDataSessionInfo) - Method in class org.cafesip.gwtcomp.server.SimpleLiveDataSource
 
getNumSeries() - Method in class org.cafesip.gwtcomp.server.SimpleLiveDataSource
 
getNumXTicks() - Method in class org.cafesip.gwtcomp.client.common.TimeSeriesPlotInfo
 
getNumYTicks() - Method in class org.cafesip.gwtcomp.client.common.TimeSeriesPlotInfo
 
getObject() - Method in class org.cafesip.gwtcomp.client.ui.Draggable
Returns the draggable widget.
getPanel() - Method in class org.cafesip.gwtcomp.client.ui.WizardPanel
Get the deck panel.
getParam() - Method in class org.cafesip.gwtcomp.client.ui.charting.LiveDataPanel
 
getParam() - Method in class org.cafesip.gwtcomp.server.LiveDataSessionInfo
 
getParent() - Method in class org.cafesip.gwtcomp.client.ui.SuperTableProperty
 
getPermissions() - Method in class org.cafesip.gwtcomp.client.common.FileElement
 
getPlot() - Method in class org.cafesip.gwtcomp.client.common.ChartInfo
 
getPreviousButton() - Method in class org.cafesip.gwtcomp.client.ui.WizardPanel
Get the "Previous" button.
getProperty() - Method in class org.cafesip.gwtcomp.client.ui.PropertyElement
Returns the property key string.
getRangeBottom() - Method in class org.cafesip.gwtcomp.server.SimpleLiveDataSource
 
getRangeTop() - Method in class org.cafesip.gwtcomp.server.SimpleLiveDataSource
 
getReason() - Method in class org.cafesip.gwtcomp.client.utils.FileUploadUtil
Get the reason phrase returned by the FileUploadServlet.
getReason() - Method in class org.cafesip.gwtcomp.server.FormResponse
Returns the reason
getRecordsPerPage() - Method in class org.cafesip.gwtcomp.client.ui.SuperTableProperty
Returns the records per page.
getRefreshInterval() - Method in class org.cafesip.gwtcomp.client.common.TimeSeriesPlotInfo
 
getRefreshInterval() - Method in class org.cafesip.gwtcomp.server.SimpleLiveDataSource
 
getRootMenu(PopupMenu) - Static method in class org.cafesip.gwtcomp.client.ui.PopupMenu
Gets the root menu for a given popup menu.
getRows() - Method in class org.cafesip.gwtcomp.client.ui.SuperTable
Returns all the rows entries (and columns)
getRowSize() - Method in class org.cafesip.gwtcomp.client.ui.SuperTable
Return the number of rows.
getRowsToDisplay() - Method in class org.cafesip.gwtcomp.client.common.ChartInfo
 
getSelectedCell() - Method in class org.cafesip.gwtcomp.client.ui.SuperTable
Returns the user-selected cell.
getSelectedItem() - Method in class org.cafesip.gwtcomp.client.ui.SuperTree
 
getSelectedItems() - Method in class org.cafesip.gwtcomp.client.ui.SuperTree
Returns the selected items.
getSelectedRowIndex() - Method in class org.cafesip.gwtcomp.client.ui.SuperTable
Returns the selected row index.
getSelectedRowIndices() - Method in class org.cafesip.gwtcomp.client.ui.SuperTable
Returns the indicies of the selected rows.
getSeparator() - Method in class org.cafesip.gwtcomp.client.common.DirectoryElement
 
getSeries() - Method in class org.cafesip.gwtcomp.client.common.TimeSeriesPlotInfo
 
getSeriesNames() - Method in class org.cafesip.gwtcomp.server.SimpleLiveDataSource
 
getSession(int, HttpSession) - Static method in class org.cafesip.gwtcomp.server.LiveDataSourceSession
 
getSessionId() - Method in class org.cafesip.gwtcomp.client.common.ChartInitData
 
getSeverity() - Method in class org.cafesip.gwtcomp.client.ui.MessageBar
Returns the serverity of the currently-displayed message.
getStatus() - Method in class org.cafesip.gwtcomp.client.utils.FileUploadUtil
Get the status code returned by the FileUploadServlet.
getStatus() - Method in class org.cafesip.gwtcomp.server.FormResponse
Returns the status.
getStrategy() - Method in class org.cafesip.gwtcomp.server.SimpleLiveDataSource
 
getTable() - Method in class org.cafesip.gwtcomp.client.ui.DataEntryPanel
Returns the table that is used for laying out the data entry panel.
getTableContent() - Method in class org.cafesip.gwtcomp.client.ui.SuperTable
Returns the content of the table in array list format.
getTableProperty() - Method in class org.cafesip.gwtcomp.client.ui.SuperTable
Returns the table property.
getText() - Method in class org.cafesip.gwtcomp.client.ui.MessageBar
Returns the text of the message being displayed.
getText() - Method in class org.cafesip.gwtcomp.client.ui.TitleBar
Returns the currently-set header text.
getTimestamp() - Method in class org.cafesip.gwtcomp.client.common.TimeSeriesPlotData
 
getTitle() - Method in class org.cafesip.gwtcomp.client.common.ChartInfo
 
getTitle() - Method in class org.cafesip.gwtcomp.server.SimpleLiveDataSource
 
getTitleBar() - Method in class org.cafesip.gwtcomp.client.ui.DataEntryPanel
Returns the title bar at the top of the panel.
getTitleBar() - Method in class org.cafesip.gwtcomp.client.ui.WizardPanel
Get the title bar.
getToolbarPanel() - Method in class org.cafesip.gwtcomp.client.ui.SuperTable
Returns the toolbar panel object on the first row.
getType() - Method in class org.cafesip.gwtcomp.client.common.FileElement
 
getType() - Method in class org.cafesip.gwtcomp.client.ui.SuperTreeItem
Returns the type of the object.
getUserAttributes() - Method in class org.cafesip.gwtcomp.server.LiveDataSessionInfo
 
getUserBar() - Method in class org.cafesip.gwtcomp.client.ui.SuperTable
Returns the user tool bar.
getUserObject() - Method in class org.cafesip.gwtcomp.client.ui.SuperTreeItem
 
getValue() - Method in class org.cafesip.gwtcomp.client.common.TimeSeriesPlotData
 
getValue() - Method in class org.cafesip.gwtcomp.client.ui.PropertyElement
Returns the property value string.
getValueCaption() - Method in class org.cafesip.gwtcomp.client.ui.PropertyViewer
Returns the caption for the value column.
getVerticalAlignment() - Method in class org.cafesip.gwtcomp.client.ui.ColumnProperty
 
getVerticalSpacing() - Method in class org.cafesip.gwtcomp.client.ui.Toolbar
Returns the vertical spacing (top and bottom).
getWidth() - Method in class org.cafesip.gwtcomp.client.ui.ColumnProperty
 
getYLabel() - Method in class org.cafesip.gwtcomp.client.common.TimeSeriesPlotInfo
 
GOLDEN_RATIO - Static variable in class org.cafesip.gwtcomp.client.ui.charting.LiveDataPanel
 
GWTComponentsException - Exception in org.cafesip.gwtcomp.client
An exception thrown by some of the GWT Components.
GWTComponentsException() - Constructor for exception org.cafesip.gwtcomp.client.GWTComponentsException
A constructor for this class.
GWTComponentsException(String, Throwable) - Constructor for exception org.cafesip.gwtcomp.client.GWTComponentsException
A constructor for this class.
GWTComponentsException(String) - Constructor for exception org.cafesip.gwtcomp.client.GWTComponentsException
A constructor for this class.
GWTComponentsException(Throwable) - Constructor for exception org.cafesip.gwtcomp.client.GWTComponentsException
A constructor for this class.
GWTComponentsException - Exception in org.cafesip.gwtcomp.server
 
GWTComponentsException() - Constructor for exception org.cafesip.gwtcomp.server.GWTComponentsException
A constructor for this class.
GWTComponentsException(String, Throwable) - Constructor for exception org.cafesip.gwtcomp.server.GWTComponentsException
A constructor for this class.
GWTComponentsException(String) - Constructor for exception org.cafesip.gwtcomp.server.GWTComponentsException
A constructor for this class.
GWTComponentsException(Throwable) - Constructor for exception org.cafesip.gwtcomp.server.GWTComponentsException
A constructor for this class.

H

header(int, String) - Static method in class org.cafesip.gwtcomp.client.utils.HTMLHelper
HTML rendition of a header element.
hideAll() - Method in class org.cafesip.gwtcomp.client.ui.PopupMenu
Hides the popup menu.
hr(String) - Static method in class org.cafesip.gwtcomp.client.utils.HTMLHelper
HTML rendition of a horizontal rule.
HTMLHelper - Class in org.cafesip.gwtcomp.client.utils
A set of helper methods for generating HTML segments that are commonly used.
HTMLHelper() - Constructor for class org.cafesip.gwtcomp.client.utils.HTMLHelper
 

I

imageWithText(String, String) - Static method in class org.cafesip.gwtcomp.client.utils.HTMLHelper
HTML rendition of a image next to a text.
init(String, FileElement[], String) - Method in class org.cafesip.gwtcomp.client.common.DirectoryElement
 
init(String, String, String, String) - Method in class org.cafesip.gwtcomp.client.common.FileElement
 
init() - Method in class org.cafesip.gwtcomp.server.FileUploadServlet
 
init(ServletConfig) - Method in class org.cafesip.gwtcomp.server.LiveDataServiceImpl
 
isAudioEnabled() - Method in class org.cafesip.gwtcomp.client.ui.MessageBar
Returns whether audio messaging is enabled.
isCellSelected(int, int) - Method in class org.cafesip.gwtcomp.client.ui.SuperTable
Is the given cell selected?
isCellSelectionEnabled() - Method in class org.cafesip.gwtcomp.client.ui.SuperTableProperty
Returns true if cell selection is enabled.
isColumnSelectorEnabled() - Method in class org.cafesip.gwtcomp.client.ui.SuperTableProperty
Returns true if the colum selector is enabled.
isCommandBarEnabled() - Method in class org.cafesip.gwtcomp.client.ui.SuperTableProperty
Returns true if the command tool bar is enabled.
isDeleteFiles() - Method in class org.cafesip.gwtcomp.server.FormResponse
Returns if the temporary files are set to be deleted.
isDisplayed() - Method in class org.cafesip.gwtcomp.client.ui.ColumnProperty
 
isDisplayLegend() - Method in class org.cafesip.gwtcomp.client.common.ChartInfo
 
isMultiSelectionEnabled() - Method in class org.cafesip.gwtcomp.client.ui.SuperTree
Returns if multi-selection is enabled.
isPagingEnabled() - Method in class org.cafesip.gwtcomp.client.ui.SuperTableProperty
Returns true if paging is enabled.
isRowInPage(int) - Method in class org.cafesip.gwtcomp.client.ui.SuperTable
Check if a row is in the current page.
isRowSelected(int) - Method in class org.cafesip.gwtcomp.client.ui.SuperTable
Returns if the row is selected.
isRowSelectionEnabled() - Method in class org.cafesip.gwtcomp.client.ui.SuperTableProperty
Returns true if row selection is enabled.
isSelected() - Method in class org.cafesip.gwtcomp.client.ui.ColumnProperty
 
isToolbarEnabled() - Method in class org.cafesip.gwtcomp.client.ui.SuperTableProperty
Returns true if the tool bar is enabled.
italics(String) - Static method in class org.cafesip.gwtcomp.client.utils.HTMLHelper
HTML rendition of italicized text.
itemAdded(String) - Method in interface org.cafesip.gwtcomp.client.ui.DroppableListListener
This method is invoked when an item is dropped (or added to the list).
itemRemove(String) - Method in interface org.cafesip.gwtcomp.client.ui.DroppableListListener
This method is invoked when an item is removed from the list by the user.

L

list(String, String) - Method in interface org.cafesip.gwtcomp.client.common.DirListingService
 
list(String, String, AsyncCallback<DirectoryElement>) - Method in interface org.cafesip.gwtcomp.client.common.DirListingServiceAsync
 
list(String, String) - Method in class org.cafesip.gwtcomp.server.DirListingServiceImpl
 
listContains(String) - Method in class org.cafesip.gwtcomp.client.ui.EditableList
Call this method to find out if the list contains the given element.
LiveDataPanel - Class in org.cafesip.gwtcomp.client.ui.charting
Enables GWT application to display live data in the form of charts and tables.
LiveDataPanel(String, String, String) - Constructor for class org.cafesip.gwtcomp.client.ui.charting.LiveDataPanel
A constructor for this class.
LiveDataPanel(String, String, String, int, int) - Constructor for class org.cafesip.gwtcomp.client.ui.charting.LiveDataPanel
A constructor for this class.
LiveDataPanel(String, String, String, int) - Constructor for class org.cafesip.gwtcomp.client.ui.charting.LiveDataPanel
A constructor for this class.
LiveDataService - Interface in org.cafesip.gwtcomp.client.common
RPC interface for the org.cafesip.gwtcomp.client.ui.charting.LiveDataService component.
LiveDataService.Util - Class in org.cafesip.gwtcomp.client.common
Utility class for simplifying access to the instance of async service.
LiveDataService.Util() - Constructor for class org.cafesip.gwtcomp.client.common.LiveDataService.Util
 
LiveDataServiceAsync - Interface in org.cafesip.gwtcomp.client.common
RPC interface for the org.cafesip.gwtcomp.client.ui.charting.LiveDataService component.
LiveDataServiceImpl - Class in org.cafesip.gwtcomp.server
A GWT servlet for handling the server-side RPC functions needed by the LiveDataPanel to display and refresh data dynamically.
LiveDataServiceImpl() - Constructor for class org.cafesip.gwtcomp.server.LiveDataServiceImpl
 
LiveDataSessionInfo - Class in org.cafesip.gwtcomp.server
This class contains information about a live data session.
LiveDataSessionInfo(String, String, String, ChartInfo, Date, int) - Constructor for class org.cafesip.gwtcomp.server.LiveDataSessionInfo
A constructor for this class.
LiveDataSessionInfo() - Constructor for class org.cafesip.gwtcomp.server.LiveDataSessionInfo
A constructor for this class.
LiveDataSource - Interface in org.cafesip.gwtcomp.server
This interface must be implemented by the "data source" class that provides data to one or more LiveDataPanel objects for your GWT application.
LiveDataSourceSession - Class in org.cafesip.gwtcomp.server
 
LiveDataSourceSession() - Constructor for class org.cafesip.gwtcomp.server.LiveDataSourceSession
 

M

makeBusy(boolean) - Static method in class org.cafesip.gwtcomp.client.ui.ApplicationBusy
Sets the application to busy or idle state
makeDraggable(Widget, String, String, String) - Static method in class org.cafesip.gwtcomp.client.ui.Draggable
This static method is used to make a widget draggable.
MessageBar - Class in org.cafesip.gwtcomp.client.ui
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.
MessageBar() - Constructor for class org.cafesip.gwtcomp.client.ui.MessageBar
A constructor for this class.

N

newline() - Static method in class org.cafesip.gwtcomp.client.utils.HTMLHelper
HTML rendition of newline.
NumericComparator - Class in org.cafesip.gwtcomp.client.utils
A convenience class for the SuperTableProperty.
NumericComparator(int, boolean) - Constructor for class org.cafesip.gwtcomp.client.utils.NumericComparator
A constructor for this class.

O

onAttach() - Method in class org.cafesip.gwtcomp.client.ui.charting.LiveDataPanel
 
onBrowserEvent(Event) - Method in class org.cafesip.gwtcomp.client.ui.EventfulFileUpload
 
onBrowserEvent(Event) - Method in class org.cafesip.gwtcomp.client.ui.ToolbarPanel
 
onCancel(Widget) - Method in interface org.cafesip.gwtcomp.client.ui.ServerFileBrowserListener
The method is called when the user clicks on the Cancel button on the server file browser.
onClick(ClickEvent) - Method in class org.cafesip.gwtcomp.client.ui.EditableList
 
onCollapse(TreeItem) - Method in interface org.cafesip.gwtcomp.client.ui.SuperTreeListener
This method is invoked when a tree item is collapsed.
onDetach() - Method in class org.cafesip.gwtcomp.client.ui.charting.LiveDataPanel
 
onEvent(Event) - Method in interface org.cafesip.gwtcomp.client.ui.FileUploadEventListener
This method is invoked when an event is detected.
onException(Throwable) - Method in class org.cafesip.gwtcomp.client.utils.AsyncCallback
This method is invoked when the GWTServlet throws an exception.
onExpand(TreeItem) - Method in interface org.cafesip.gwtcomp.client.ui.SuperTreeListener
This method is invoked when a tree item is expanded.
onFailure(Throwable) - Method in class org.cafesip.gwtcomp.client.utils.AsyncCallback
 
onKeyDown(Widget, char, int) - Method in class org.cafesip.gwtcomp.client.ui.EditableList
 
onKeyPress(Widget, char, int) - Method in class org.cafesip.gwtcomp.client.ui.EditableList
 
onKeyUp(Widget, char, int) - Method in class org.cafesip.gwtcomp.client.ui.EditableList
 
onKeyUp(KeyUpEvent) - Method in class org.cafesip.gwtcomp.client.ui.EditableList
 
onLoad() - Method in class org.cafesip.gwtcomp.client.ui.DraggableLabel
 
onLoad() - Method in class org.cafesip.gwtcomp.client.ui.DroppableList
 
onLoad() - Method in class org.cafesip.gwtcomp.client.ui.ToolbarPanel
 
onOk(Widget, String) - Method in interface org.cafesip.gwtcomp.client.ui.ServerFileBrowserListener
This method is called when the user clicks on the OK button on the server file browser after selecting (or not selecting) a file.
onPageSwitch(String) - Method in interface org.cafesip.gwtcomp.client.ui.WizardPanelListener
Tis method is called after the page is switched as a result of clicking on the Next/Previous buttons or programatically.
onPopup(String, PopupMenu, TreeItem[]) - Method in interface org.cafesip.gwtcomp.client.ui.SuperTreeListener
This method is invoked just before a popup menu is popped up.
onSelect(String, TreeItem[]) - Method in interface org.cafesip.gwtcomp.client.ui.SuperTreeListener
Invoked when one or more tree items are selected.
onSubmit(HttpServlet, HttpServletRequest) - Method in interface org.cafesip.gwtcomp.server.FileUploadAction
The FileUpload servlet invokes this method to notify that a client-side request is received.
onSuccess(T) - Method in class org.cafesip.gwtcomp.client.utils.AsyncCallback
 
onUnload() - Method in class org.cafesip.gwtcomp.client.ui.DraggableLabel
 
orderedList(String[]) - Static method in class org.cafesip.gwtcomp.client.utils.HTMLHelper
HTML rendition of a numbered (ordered) list.
org.cafesip.gwtcomp.client - package org.cafesip.gwtcomp.client
 
org.cafesip.gwtcomp.client.common - package org.cafesip.gwtcomp.client.common
This package contains the classes that are common to the client and server sides.
org.cafesip.gwtcomp.client.ui - package org.cafesip.gwtcomp.client.ui
This package contains the GWT components widgets.
org.cafesip.gwtcomp.client.ui.charting - package org.cafesip.gwtcomp.client.ui.charting
This package contains the classes for displaying data in the form of charts.
org.cafesip.gwtcomp.client.utils - package org.cafesip.gwtcomp.client.utils
This package contains the GWT components utility classes.
org.cafesip.gwtcomp.client.validators - package org.cafesip.gwtcomp.client.validators
This package contains the GWT components validator classes.
org.cafesip.gwtcomp.server - package org.cafesip.gwtcomp.server
This package contains the server-side classes for the GWT componenets.

P

PhoneNumberValidator - Class in org.cafesip.gwtcomp.client.validators
This class is used to validate telephone number that the user enters.
PhoneNumberValidator() - Constructor for class org.cafesip.gwtcomp.client.validators.PhoneNumberValidator
 
play(String) - Method in class org.cafesip.gwtcomp.client.ui.Audio
Plays an audio file.
playError() - Method in class org.cafesip.gwtcomp.client.ui.Audio
Plays an "error" sound.
playWarning() - Method in class org.cafesip.gwtcomp.client.ui.Audio
Plays a "warning" sound.
PlotInfo - Interface in org.cafesip.gwtcomp.client.common
A marker interface for the representing the plot characteristics.
PopupMenu - Class in org.cafesip.gwtcomp.client.ui
A popup menu that is used to popup and present a set of options to the users.
PopupMenu() - Constructor for class org.cafesip.gwtcomp.client.ui.PopupMenu
A constructor for this class.
preventBrowserContextMenu(JavaScriptObject) - Static method in class org.cafesip.gwtcomp.client.ui.SuperTree
 
PropertyElement - Class in org.cafesip.gwtcomp.client.ui
Helper class for the PropertyViewer class.
PropertyElement(String, Object) - Constructor for class org.cafesip.gwtcomp.client.ui.PropertyElement
A constructor for this class.
PropertyViewer - Class in org.cafesip.gwtcomp.client.ui
A panel for viewing properties.
PropertyViewer(boolean, boolean) - Constructor for class org.cafesip.gwtcomp.client.ui.PropertyViewer
A constructor for this class.
PropertyViewer() - Constructor for class org.cafesip.gwtcomp.client.ui.PropertyViewer
A constructor for this class.

R

redraw() - Method in class org.cafesip.gwtcomp.client.ui.SuperTable
In some cases, the table does not diplay the toolbar panel properly for very complex reasons.
redraw() - Method in class org.cafesip.gwtcomp.client.ui.Toolbar
Redraw the toolbar.
redraw() - Method in class org.cafesip.gwtcomp.client.ui.ToolbarPanel
Redraw the panel.
removeAttribute(String) - Method in class org.cafesip.gwtcomp.server.LiveDataSessionInfo
Removes an user attribute.
removeButton(Button) - Method in class org.cafesip.gwtcomp.client.ui.ButtonPanel
Remove a button.
removeContextMenu(String) - Method in class org.cafesip.gwtcomp.client.ui.SuperTree
Remove the context menu at a given level.
removeListener(DroppableListListener) - Method in class org.cafesip.gwtcomp.client.ui.DroppableList
Removes a listener.
removeMenuItem(int) - Method in class org.cafesip.gwtcomp.client.ui.PopupMenu
Removes a child menu at the given index.
removePanelListener(WizardPanelListener) - Method in class org.cafesip.gwtcomp.client.ui.WizardPanel
Remove a listener
removeServerFileListener(ServerFileBrowserListener) - Method in class org.cafesip.gwtcomp.client.ui.ServerFileBrowser
Removes an event listener.
removeSession(int, HttpSession) - Static method in class org.cafesip.gwtcomp.server.LiveDataSourceSession
 
removeTableListener(SuperTableListener) - Method in class org.cafesip.gwtcomp.client.ui.SuperTable
Remove a table listener.
removeTreeListener(SuperTreeListener) - Method in class org.cafesip.gwtcomp.client.ui.SuperTree
Removes the tree listener.
rowSelected(boolean, int, Widget[]) - Method in interface org.cafesip.gwtcomp.client.ui.SuperTableListener
Invoked if a row is selected or deselected.

S

SeriesInfo - Class in org.cafesip.gwtcomp.client.common
This class contains the information on a series.
SeriesInfo() - Constructor for class org.cafesip.gwtcomp.client.common.SeriesInfo
A constructor for this class.
SeriesInfo(String) - Constructor for class org.cafesip.gwtcomp.client.common.SeriesInfo
A constructor for this class.
ServerFileBrowser - Class in org.cafesip.gwtcomp.client.ui
Lets GWT applications browse and selects files that are present in the web server hosting the GWT application.
ServerFileBrowser(String) - Constructor for class org.cafesip.gwtcomp.client.ui.ServerFileBrowser
A constructor for this class.
ServerFileBrowser() - Constructor for class org.cafesip.gwtcomp.client.ui.ServerFileBrowser
A constructor for this class.
ServerFileBrowserListener - Interface in org.cafesip.gwtcomp.client.ui
An interface that must be extended to create your own listeners for ServerFileBrowser events.
setAttribute(String, Object) - Method in class org.cafesip.gwtcomp.server.LiveDataSessionInfo
Sets an user attribute.
setAudioEnabled(boolean) - Method in class org.cafesip.gwtcomp.client.ui.MessageBar
Sets audio messaging.
setBasketEmptyIcon(String) - Method in class org.cafesip.gwtcomp.client.ui.DroppableList
Sets the URL for the icon that is displayed when the list is empty.
setBasketFullIcon(String) - Method in class org.cafesip.gwtcomp.client.ui.DroppableList
Sets the URL for the icon that is displayed when the list has items.
setBottomRange(double) - Method in class org.cafesip.gwtcomp.server.SimpleLiveDataSource
 
setCell(Widget, int, int) - Method in class org.cafesip.gwtcomp.client.ui.SuperTable
Replaces the widget in a given cell with a new one.
setCellSelected(int, int, boolean) - Method in class org.cafesip.gwtcomp.client.ui.SuperTable
Select/deselect a cell.
setCellSelectionEnabled(boolean) - Method in class org.cafesip.gwtcomp.client.ui.SuperTableProperty
Enables/disables cell selection By default, it is disabled.
setChartData(ChartInfo) - Method in class org.cafesip.gwtcomp.client.common.ChartInitData
 
setChartInfo(ChartInfo) - Method in class org.cafesip.gwtcomp.server.LiveDataSessionInfo
 
setChartPanel(TimeSeriesChartPanel) - Method in class org.cafesip.gwtcomp.client.ui.charting.LiveDataPanel
 
setCollectionTime(Date) - Method in class org.cafesip.gwtcomp.client.common.ChartData
 
setColumnSelectorEnabled(boolean) - Method in class org.cafesip.gwtcomp.client.ui.SuperTableProperty
Enable/disable column selector.
setColumnsProperty(ColumnProperty[]) - Method in class org.cafesip.gwtcomp.client.ui.SuperTable
Sets the column property.
setCommandBarEnabled(boolean) - Method in class org.cafesip.gwtcomp.client.ui.SuperTableProperty
Enable/disable the command bar.
setContext(String) - Method in class org.cafesip.gwtcomp.client.ui.charting.LiveDataPanel
 
setContext(String) - Method in class org.cafesip.gwtcomp.server.LiveDataSessionInfo
 
setContextMenu(String, PopupMenu) - Method in class org.cafesip.gwtcomp.client.ui.SuperTree
Sets the context menu for a given level.
setContextMenu(PopupMenu) - Method in class org.cafesip.gwtcomp.client.ui.SuperTreeItem
Sets an item-specific context menu.
setData(ChartDataElement[]) - Method in class org.cafesip.gwtcomp.client.common.ChartData
 
setDeleteFiles(boolean) - Method in class org.cafesip.gwtcomp.server.FormResponse
Indicates to the servlet whether the temporary files it has created must be deleted.
setDeliveryCount(int) - Method in class org.cafesip.gwtcomp.server.LiveDataSessionInfo
 
setDirectory(String) - Method in class org.cafesip.gwtcomp.client.common.DirectoryElement
 
setDisplayed(boolean) - Method in class org.cafesip.gwtcomp.client.ui.ColumnProperty
 
setDisplayLegend(boolean) - Method in class org.cafesip.gwtcomp.client.common.ChartInfo
 
setErrorMessagePrefix(String) - Method in class org.cafesip.gwtcomp.client.ui.EditableList
Sets the error message prefix string to be output along with validation error(s) when this widget performs Add/Remove button validation.
setFileList(HashMap<String, File>) - Method in interface org.cafesip.gwtcomp.server.FileUploadAction
The FileUpload servlet invokes this method to set a list of files that is being uploaded.
setFiles(FileElement[]) - Method in class org.cafesip.gwtcomp.client.common.DirectoryElement
 
setFilter(String) - Method in class org.cafesip.gwtcomp.client.ui.ServerFileBrowser
Sets a filter string.
setHelpUrl(String) - Method in class org.cafesip.gwtcomp.client.ui.TitleBar
Sets the help URL.
setHorizontalAlignment(HasHorizontalAlignment.HorizontalAlignmentConstant) - Method in class org.cafesip.gwtcomp.client.ui.ColumnProperty
 
setHorizontalSpacing(int) - Method in class org.cafesip.gwtcomp.client.ui.Toolbar
Sets the horizontal spacing between the tools in the toolbar.
setHTML(String) - Method in class org.cafesip.gwtcomp.client.ui.SuperTreeItem
 
setInitialData(ChartData) - Method in class org.cafesip.gwtcomp.client.common.ChartInitData
 
setInstance(String) - Method in class org.cafesip.gwtcomp.server.LiveDataSessionInfo
 
setKeyCaption(String) - Method in class org.cafesip.gwtcomp.client.ui.PropertyViewer
Sets the caption for the key column.
setLastCollection(Date) - Method in class org.cafesip.gwtcomp.server.LiveDataSessionInfo
 
setLastModified(String) - Method in class org.cafesip.gwtcomp.client.common.FileElement
 
setLevel(int) - Method in class org.cafesip.gwtcomp.client.ui.TitleBar
Sets the current level.
setList(ArrayList<String>) - Method in class org.cafesip.gwtcomp.client.ui.EditableList
Set the contents of the ListBox.
setLoginURL(String) - Static method in class org.cafesip.gwtcomp.client.utils.AsyncCallback
Set the login URL.
setMaxPlots(int) - Method in class org.cafesip.gwtcomp.client.common.TimeSeriesPlotInfo
 
setMaxValue(double) - Method in class org.cafesip.gwtcomp.client.common.TimeSeriesPlotInfo
 
setMessage(String) - Method in class org.cafesip.gwtcomp.client.ui.MessageBar
Prints an informational message.
setMessage(String, int) - Method in class org.cafesip.gwtcomp.client.ui.MessageBar
Prints a message with a given severity.
setMessageBar(MessageBar) - Method in class org.cafesip.gwtcomp.client.ui.DataEntryPanel
Sets a message bar.
setMessageBar(MessageBar) - Method in class org.cafesip.gwtcomp.client.ui.EditableList
Sets the MessageBar for use by this widget's validation.
setMinValue(double) - Method in class org.cafesip.gwtcomp.client.common.TimeSeriesPlotInfo
 
setMultiSelectionEnabled(boolean) - Method in class org.cafesip.gwtcomp.client.ui.SuperTree
Enables or disables multi-selection.
setName(String) - Method in class org.cafesip.gwtcomp.client.common.FileElement
 
setName(String) - Method in class org.cafesip.gwtcomp.client.common.SeriesInfo
 
setName(String) - Method in class org.cafesip.gwtcomp.client.ui.DroppableList
 
setNumSeries(int) - Method in class org.cafesip.gwtcomp.server.SimpleLiveDataSource
 
setNumXTicks(int) - Method in class org.cafesip.gwtcomp.client.common.TimeSeriesPlotInfo
 
setNumYTicks(int) - Method in class org.cafesip.gwtcomp.client.common.TimeSeriesPlotInfo
 
setPagingEnabled(boolean) - Method in class org.cafesip.gwtcomp.client.ui.SuperTableProperty
Enables/disables paging.
setParam(String) - Method in class org.cafesip.gwtcomp.client.ui.charting.LiveDataPanel
 
setParam(String) - Method in class org.cafesip.gwtcomp.server.LiveDataSessionInfo
 
setParent(SuperTable) - Method in class org.cafesip.gwtcomp.client.ui.SuperTableProperty
 
setPermissions(String) - Method in class org.cafesip.gwtcomp.client.common.FileElement
 
setPlot(PlotInfo) - Method in class org.cafesip.gwtcomp.client.common.ChartInfo
 
setProperties(HashMap<String, String>) - Method in class org.cafesip.gwtcomp.client.ui.PropertyViewer
Sets a list of properties using a HashMap object.
setProperty(String) - Method in class org.cafesip.gwtcomp.client.ui.PropertyElement
Sets the property key string.
setRangeTop(double) - Method in class org.cafesip.gwtcomp.server.SimpleLiveDataSource
 
setReason(String) - Method in class org.cafesip.gwtcomp.server.FormResponse
Sets the reason.
setRecordsPerPage(int) - Method in class org.cafesip.gwtcomp.client.ui.SuperTableProperty
Sets the number of records per page.
setRefreshInterval(long) - Method in class org.cafesip.gwtcomp.client.common.TimeSeriesPlotInfo
 
setRefreshInterval(long) - Method in class org.cafesip.gwtcomp.server.SimpleLiveDataSource
 
setRoot(RootPanel) - Static method in class org.cafesip.gwtcomp.client.ui.Audio
Sets the RootPanel object for the GWT application.
setRow(Widget[], int) - Method in class org.cafesip.gwtcomp.client.ui.SuperTable
Replaces a row with a new row.
setRow(Widget[], int, Boolean) - Method in class org.cafesip.gwtcomp.client.ui.SuperTable
Replaces a row with a new row.
setRowSelected(int, boolean) - Method in class org.cafesip.gwtcomp.client.ui.SuperTable
Select or deselect a row.
setRowSelectionEnabled(boolean) - Method in class org.cafesip.gwtcomp.client.ui.SuperTableProperty
Enable/disable row selection.
setRowsToDisplay(int) - Method in class org.cafesip.gwtcomp.client.common.ChartInfo
 
setSelected(boolean) - Method in class org.cafesip.gwtcomp.client.ui.ColumnProperty
 
setSelectedItem(TreeItem) - Method in class org.cafesip.gwtcomp.client.ui.SuperTree
 
setSelectedItem(TreeItem, boolean) - Method in class org.cafesip.gwtcomp.client.ui.SuperTree
 
setSeparator(String) - Method in class org.cafesip.gwtcomp.client.common.DirectoryElement
 
setSeries(SeriesInfo[]) - Method in class org.cafesip.gwtcomp.client.common.TimeSeriesPlotInfo
 
setSeriesNames(String[]) - Method in class org.cafesip.gwtcomp.server.SimpleLiveDataSource
 
setSessionId(int) - Method in class org.cafesip.gwtcomp.client.common.ChartInitData
 
setSeverity(int) - Method in class org.cafesip.gwtcomp.client.ui.MessageBar
Sets the severity of the currently-displayed message.
setStatus(int) - Method in class org.cafesip.gwtcomp.server.FormResponse
Sets the status.
setStrategy(SimpleLiveDataSource.LiveDataStrategy) - Method in class org.cafesip.gwtcomp.server.SimpleLiveDataSource
 
setTableProperty(SuperTableProperty) - Method in class org.cafesip.gwtcomp.client.ui.SuperTable
Sets the table property.
setText(String) - Method in class org.cafesip.gwtcomp.client.ui.MessageBar
Sets the text of the message.
setText(String) - Method in class org.cafesip.gwtcomp.client.ui.SuperTreeItem
 
setText(String) - Method in class org.cafesip.gwtcomp.client.ui.TitleBar
Sets the heafer text.
setTimestamp(Date) - Method in class org.cafesip.gwtcomp.client.common.TimeSeriesPlotData
 
setTitle(String) - Method in class org.cafesip.gwtcomp.client.common.ChartInfo
 
setTitle(String) - Method in class org.cafesip.gwtcomp.server.SimpleLiveDataSource
 
setTitleBar(TitleBar) - Method in class org.cafesip.gwtcomp.client.ui.DataEntryPanel
Sets a title bar.
setToolbarEnabled(boolean) - Method in class org.cafesip.gwtcomp.client.ui.SuperTableProperty
Enable/disable the tool bar.
setType(String) - Method in class org.cafesip.gwtcomp.client.common.FileElement
 
setType(int) - Method in class org.cafesip.gwtcomp.client.ui.SuperTreeItem
Sets the type of this object.
setUserAttributes(HashMap<String, Object>) - Method in class org.cafesip.gwtcomp.server.LiveDataSessionInfo
 
setUserObject(Object) - Method in class org.cafesip.gwtcomp.client.ui.SuperTreeItem
 
setValue(Double[]) - Method in class org.cafesip.gwtcomp.client.common.TimeSeriesPlotData
 
setValue(Object) - Method in class org.cafesip.gwtcomp.client.ui.PropertyElement
Sets the property value string.
setValueCaption(String) - Method in class org.cafesip.gwtcomp.client.ui.PropertyViewer
Sets the caption for the value column.
setVerticalAlignment(HasVerticalAlignment.VerticalAlignmentConstant) - Method in class org.cafesip.gwtcomp.client.ui.ColumnProperty
 
setVerticalSpacing(int) - Method in class org.cafesip.gwtcomp.client.ui.Toolbar
Sets the vertical spacing.
setWidget(Widget) - Method in class org.cafesip.gwtcomp.client.ui.SuperTreeItem
 
setWidth(String) - Method in class org.cafesip.gwtcomp.client.ui.ColumnProperty
 
setYLabel(String) - Method in class org.cafesip.gwtcomp.client.common.TimeSeriesPlotInfo
 
SEVERITY_ERROR - Static variable in class org.cafesip.gwtcomp.client.ui.MessageBar
 
SEVERITY_INFORMATIONAL - Static variable in class org.cafesip.gwtcomp.client.ui.MessageBar
 
SEVERITY_NONE - Static variable in class org.cafesip.gwtcomp.client.ui.MessageBar
 
SEVERITY_WARNING - Static variable in class org.cafesip.gwtcomp.client.ui.MessageBar
 
SimpleLiveDataSource - Class in org.cafesip.gwtcomp.server
This class implements a simple live data source that can be used for demonstration purposes.
SimpleLiveDataSource() - Constructor for class org.cafesip.gwtcomp.server.SimpleLiveDataSource
A constructor for this class.
SimpleLiveDataSource.LiveDataStrategy - Enum in org.cafesip.gwtcomp.server
Enumerates the data-generation strategy.
startRefresh() - Method in class org.cafesip.gwtcomp.client.ui.charting.LiveDataPanel
Start (restart) screen refresh.
stopRefresh() - Method in class org.cafesip.gwtcomp.client.ui.charting.LiveDataPanel
Stop refreshing the screen with new data.
StringComparator - Class in org.cafesip.gwtcomp.client.utils
A convenience class for the SuperTableProperty.
StringComparator(int, boolean) - Constructor for class org.cafesip.gwtcomp.client.utils.StringComparator
A constructor for this class.
StringTokenizer - Class in org.cafesip.gwtcomp.client.utils
A poor man's StringTokenizer since the GWT emulation library does not provide one yet.
StringTokenizer(String, char) - Constructor for class org.cafesip.gwtcomp.client.utils.StringTokenizer
A constructor for this class.
SuperTable - Class in org.cafesip.gwtcomp.client.ui
A table for listing tabular data with many features.
SuperTable() - Constructor for class org.cafesip.gwtcomp.client.ui.SuperTable
An empty constructor for this class.
SuperTable(ColumnProperty[]) - Constructor for class org.cafesip.gwtcomp.client.ui.SuperTable
A constructor for this class.
SuperTable(ColumnProperty[], SuperTableProperty) - Constructor for class org.cafesip.gwtcomp.client.ui.SuperTable
A constructor for this class with the column and table property objects supplied as parameters.
SuperTableListener - Interface in org.cafesip.gwtcomp.client.ui
This interface must be implemented by applications to add a listener to the SuperTable class.
SuperTableProperty - Class in org.cafesip.gwtcomp.client.ui
The class is used in conjunction with the SuperTable class to define the table property.
SuperTableProperty() - Constructor for class org.cafesip.gwtcomp.client.ui.SuperTableProperty
A constructor for this class.
SuperTree - Class in org.cafesip.gwtcomp.client.ui
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.
SuperTree() - Constructor for class org.cafesip.gwtcomp.client.ui.SuperTree
A constructor for this class.
SuperTree(Tree.Resources) - Constructor for class org.cafesip.gwtcomp.client.ui.SuperTree
A constructor for this class.
SuperTreeItem - Class in org.cafesip.gwtcomp.client.ui
This class extends the GWT TreeItem class and is used for specifying the object type required for the SuperTree's context-menu feature.
SuperTreeItem(int) - Constructor for class org.cafesip.gwtcomp.client.ui.SuperTreeItem
A constructor for this class.
SuperTreeItem(String, int) - Constructor for class org.cafesip.gwtcomp.client.ui.SuperTreeItem
A constructor for this class.
SuperTreeItem(Widget, int) - Constructor for class org.cafesip.gwtcomp.client.ui.SuperTreeItem
A constructor for this class.
SuperTreeListener - Interface in org.cafesip.gwtcomp.client.ui
This interface must be implemented by applications to register a super tree listener object.

T

TimeSeriesChartPanel - Class in org.cafesip.gwtcomp.client.ui.charting
An internal class for rendering the chart in the LiveDataPanel.
TimeSeriesChartPanel(ChartInfo, int, int) - Constructor for class org.cafesip.gwtcomp.client.ui.charting.TimeSeriesChartPanel
 
TimeSeriesPlotData - Class in org.cafesip.gwtcomp.client.common
This class is used for passing data for a given plot to be displayed by the org.cafesip.gwtcomp.client.ui.charting.LiveDataService component.
TimeSeriesPlotData() - Constructor for class org.cafesip.gwtcomp.client.common.TimeSeriesPlotData
A constructor for this class.
TimeSeriesPlotData(Date, Double[]) - Constructor for class org.cafesip.gwtcomp.client.common.TimeSeriesPlotData
A constructor for this class.
TimeSeriesPlotInfo - Class in org.cafesip.gwtcomp.client.common
This class contains the information on the time series plot.
TimeSeriesPlotInfo() - Constructor for class org.cafesip.gwtcomp.client.common.TimeSeriesPlotInfo
A constructor for this class.
TimeSeriesPlotInfo(SeriesInfo[], double, double, long, int, int, String, int) - Constructor for class org.cafesip.gwtcomp.client.common.TimeSeriesPlotInfo
A constructor for this class.
TimeSeriesPlotInfo(SeriesInfo[], double, double, long) - Constructor for class org.cafesip.gwtcomp.client.common.TimeSeriesPlotInfo
Similar to the constructor above but it uses the default values for some of the parameters.
TitleBar - Class in org.cafesip.gwtcomp.client.ui
A title bar for GWT applications.
TitleBar() - Constructor for class org.cafesip.gwtcomp.client.ui.TitleBar
A constructor for this class.
TitleBar(String, String, int) - Constructor for class org.cafesip.gwtcomp.client.ui.TitleBar
A constructor for this class.
tokenAt(int) - Method in class org.cafesip.gwtcomp.client.utils.StringTokenizer
Returns the token at a given index.
Toolbar - Class in org.cafesip.gwtcomp.client.ui
The toolbar is a simple panel widget that is used to place one or more "tools" into it.
Toolbar() - Constructor for class org.cafesip.gwtcomp.client.ui.Toolbar
A constructor for this class.
ToolbarPanel - Class in org.cafesip.gwtcomp.client.ui
A toolbar panel is container for one or more Toolbar objects.
ToolbarPanel() - Constructor for class org.cafesip.gwtcomp.client.ui.ToolbarPanel
A constructor for this class.

V

validPhoneNumber(String) - Static method in class org.cafesip.gwtcomp.client.validators.PhoneNumberValidator
Validate the given phone number.
valueOf(String) - Static method in enum org.cafesip.gwtcomp.server.SimpleLiveDataSource.LiveDataStrategy
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.cafesip.gwtcomp.server.SimpleLiveDataSource.LiveDataStrategy
Returns an array containing the constants of this enum type, in the order they're declared.

W

WizardPanel - Class in org.cafesip.gwtcomp.client.ui
A panel for creating a wizard.
WizardPanel(String) - Constructor for class org.cafesip.gwtcomp.client.ui.WizardPanel
A constructor for this class.
WizardPanel() - Constructor for class org.cafesip.gwtcomp.client.ui.WizardPanel
A constructor for this class.
WizardPanelListener - Interface in org.cafesip.gwtcomp.client.ui
An interface that must be extended to create your own wizard panel listener.

A B C D E F G H I L M N O P R S T V W

Copyright © 2010 Cafesip.org. All Rights Reserved.