Spiffy UI Framework
A B C D E F G H I J K L M N O P Q R S T U V W X Z

A

add(ResourceCollection) - Method in class org.spiffyui.build.ClosureTask
Add an arbitrary ResourceCollection.
add(ResourceCollection) - Method in class org.spiffyui.build.GzipListTask
Add an arbitrary ResourceCollection.
add(ResourceCollection) - Method in class org.spiffyui.build.HTMLPropertiesTask
Add an arbitrary ResourceCollection.
add(Widget) - Method in class org.spiffyui.client.nav.MainNavBar
 
add(Widget) - Method in class org.spiffyui.client.nav.NavSection
 
add(Widget) - Method in class org.spiffyui.client.widgets.SlidingGridPanel
Add a widget to a new cell in this sliding grid
addBig(Widget) - Method in class org.spiffyui.client.widgets.SlidingGridPanel
Add a widget to a big cell (tall and wide)
addButton(String, String, String, ClickHandler) - Method in class org.spiffyui.client.widgets.dialog.Dialog
A convenient way to add a button to the button bar.
addButton(String, String, String) - Method in class org.spiffyui.client.widgets.dialog.Dialog
A convenient way to add a button to the button bar.
addFilelist(FileList) - Method in class org.spiffyui.build.ClosureTask
List of files to compile.
addFilelist(FileList) - Method in class org.spiffyui.build.GzipListTask
List of files to compile.
addFilelist(FileList) - Method in class org.spiffyui.build.HTMLPropertiesTask
List of files to compile.
addFileset(FileSet) - Method in class org.spiffyui.build.ClosureTask
Adds the file set of JavaScript files to compile
addFileset(FileSet) - Method in class org.spiffyui.build.GzipListTask
Adds the file set of JavaScript files to compile
addFileset(FileSet) - Method in class org.spiffyui.build.HTMLPropertiesTask
Adds the file set of JavaScript files to compile
addHeaderTitleWidget(Widget) - Method in class org.spiffyui.client.MainHeader
Add a widget to the header title
addHistoryItem(HistoryCallback, String) - Static method in class org.spiffyui.client.JSUtil
Adds an item to the browser's history.
addHistoryItem(HistoryCallback, String, boolean) - Static method in class org.spiffyui.client.JSUtil
Adds an item to the browser's history.
addHistoryItem(HistoryCallback, String, boolean, String) - Static method in class org.spiffyui.client.JSUtil
Adds an item to the browser's history.
addHistoryItem(String) - Method in class org.spiffyui.client.nav.MainNavBar
Deprecated. This method is deprecated and will not be called.
addHistoryItem(String, String) - Method in class org.spiffyui.client.nav.MainNavBar
A routine to store a history token that this Navbar can use when called in the future when the forward or back button's are called.
addKeyUpHandler(KeyUpHandler) - Method in class org.spiffyui.client.widgets.multivaluesuggest.MultivalueSuggestBoxBase
Add a KeyUpHandler to the suggest box
addListener(NavBarListener) - Method in class org.spiffyui.client.nav.HasNavBarListenersPanel
Adds a NavBarListener to this navigation bar
addListener(SliderListener) - Method in class org.spiffyui.client.widgets.slider.Slider
Add a SliderListener
addLoginListener(RESTLoginCallBack) - Static method in class org.spiffyui.client.rest.RESTility
Add login listeners
addNavItem(NavItem) - Method in class org.spiffyui.client.nav.MainNavBar
Addes a nav item to the list of anchors to listen to
addOption(MultivalueSuggestBoxBase.Option) - Method in class org.spiffyui.client.widgets.multivaluesuggest.MultivalueSuggestBoxBase.OptionResultSet
Add an option
addTall(Widget) - Method in class org.spiffyui.client.widgets.SlidingGridPanel
Add a widget to a tall cell
addValueChangeHandler(<any>) - Method in class org.spiffyui.client.widgets.multivaluesuggest.MultivalueSuggestBoxBase
 
addWide(Widget) - Method in class org.spiffyui.client.widgets.SlidingGridPanel
Add a widget to a wide cell
AUTH_LOGOUT_URL_TOKEN - Static variable in interface org.spiffyui.client.rest.util.RESTAuthConstants
The authorization logout URL JSON token.
AUTH_SERVER_UNAVAILABLE - Static variable in exception org.spiffyui.client.rest.RESTException
This constant indicates that the core server was not able to contact the authentication server.
AUTH_URL_TOKEN - Static variable in interface org.spiffyui.client.rest.util.RESTAuthConstants
The authorization URL JSON token.
AuthServlet - Class in org.spiffyui.server
This servlet is a passthrough for authentication requests.
AuthServlet() - Constructor for class org.spiffyui.server.AuthServlet
 
AuthURLValidator - Interface in org.spiffyui.server
This optional interface makes it possible to provide an authentication server whitelist.
AuthUtil - Class in org.spiffyui.client.rest
This is the default class for handling authentication during REST calls.
AuthUtil() - Constructor for class org.spiffyui.client.rest.AuthUtil
Create a new AuthUtil

B

back() - Static method in class org.spiffyui.client.JSUtil
Move back one item in the browser history.
base64Decode(String) - Static method in class org.spiffyui.client.JSUtil
Base64 decode a string
base64Encode(String) - Static method in class org.spiffyui.client.JSUtil
Base64 encode a string
BasicBestLocaleMatcher - Class in org.spiffyui.server.i18n
A basic implementation for matching a list of locales from the request and finding a best corresponding supported locale.
bounce(String, int, int, int) - Static method in class org.spiffyui.client.JSUtil
Causes the specified element to bounce the specified number of times at the specified speed.
bounce(String, int, int, int, JSEffectCallback) - Static method in class org.spiffyui.client.JSUtil
Causes the specified element to bounce the specified number of times at the specified speed.
BuildInfoMojo - Class in org.spiffyui.maven.plugins
Generates a build-info descriptor
BuildInfoMojo() - Constructor for class org.spiffyui.maven.plugins.BuildInfoMojo
 
buildUrl(String, int, int) - Method in class org.spiffyui.client.widgets.multivaluesuggest.MultivalueSuggestRESTHelper
Build the REST URL with the specified parameters

C

callREST(String, RESTCallback) - Static method in class org.spiffyui.client.rest.RESTility
Make a rest call using an HTTP GET to the specified URL.
callREST(String, String, RESTCallback) - Static method in class org.spiffyui.client.rest.RESTility
Make a rest call using an HTTP GET to the specified URL including the specified data..
callREST(String, String, RESTility.HTTPMethod, RESTCallback) - Static method in class org.spiffyui.client.rest.RESTility
Make an HTTP call and get the results as a JSON object.
callREST(String, String, RESTility.HTTPMethod, RESTCallback, String) - Static method in class org.spiffyui.client.rest.RESTility
Make an HTTP call and get the results as a JSON object.
callREST(String, String, RESTility.HTTPMethod, RESTCallback, boolean, String) - Static method in class org.spiffyui.client.rest.RESTility
Make an HTTP call and get the results as a JSON object.
callREST(String, String, RESTility.HTTPMethod, RESTCallback, String, Map<String, String>) - Static method in class org.spiffyui.client.rest.RESTility
Make an HTTP call and get the results as a JSON object.
callREST(String, String, RESTility.HTTPMethod, RESTCallback, boolean, boolean, String) - Static method in class org.spiffyui.client.rest.RESTility
Make an HTTP call and get the results as a JSON object.
callREST(String, String, RESTility.HTTPMethod, RESTCallback, boolean, boolean, String, Map<String, String>) - Static method in class org.spiffyui.client.rest.RESTility
Make an HTTP call and get the results as a JSON object.
callREST(RESTOptions) - Static method in class org.spiffyui.client.rest.RESTility
Make an HTTP call and get the results as a JSON object.
cancelAutoCloseTimer() - Method in class org.spiffyui.client.widgets.Tooltip
Cancels the auto close timer
clear() - Method in class org.spiffyui.client.nav.MainNavBar
Remove all the items from this navigation bar.
clear() - Method in class org.spiffyui.client.widgets.LongMessage
Clears the error panel.
ClientBuildMojo - Class in org.spiffyui.maven.plugins
Aggregates all of the necessary steps to compile a spiffyui client application into one goal.
ClientBuildMojo() - Constructor for class org.spiffyui.maven.plugins.ClientBuildMojo
 
close() - Method in interface org.spiffyui.client.i18n.SpiffyUIStrings
 
ClosureMojo - Class in org.spiffyui.maven.plugins
Invokes the Google Closure compiler for the project .js source
ClosureMojo() - Constructor for class org.spiffyui.maven.plugins.ClosureMojo
 
ClosureTask - Class in org.spiffyui.build
This is a custom task for calling the Google Closure compiler.
ClosureTask() - Constructor for class org.spiffyui.build.ClosureTask
 
collapseSection(HTMLPanel, String, String, boolean) - Static method in class org.spiffyui.client.JSUtil
Collapses a section
ConcurrentRESTCallback - Interface in org.spiffyui.client.rest
The ConcurrentRESTCallback is a special form of REST callback that can handle an ETag and the If-Match header for concurrency checking.
ConfirmDialog - Class in org.spiffyui.client.widgets.dialog
This is a generic Confirm Dialog, which is modal.
ConfirmDialog(String, String) - Constructor for class org.spiffyui.client.widgets.dialog.ConfirmDialog
Create a new confirm dialog with the specified ID and title.
containsKeyIgnoreCase(JSONObject, String) - Static method in class org.spiffyui.client.JSONUtil
Determines if the specified JSONObject contains the specified key.
CONTENT_TYPE - Static variable in class org.spiffyui.server.AuthServlet
This is the default content type for an HTML file.
createOption(JSONObject) - Method in class org.spiffyui.client.widgets.multivaluesuggest.MultivalueSuggestBoxBase
Create and return a new Option with fields populated
createOptionSuggestion(MultivalueSuggestBoxBase.Option, String, String) - Method in class org.spiffyui.client.widgets.multivaluesuggest.MultivalueSuggestBoxBase
Create and return a new OptionSuggestion with fields populated
CssCompressMojo - Class in org.spiffyui.maven.plugins
Invokes the YUI Compressor for the project .css source
CssCompressMojo() - Constructor for class org.spiffyui.maven.plugins.CssCompressMojo
 

D

dateAdd(Date, int, String) - Static method in class org.spiffyui.client.JSDateUtil
Add to a specified date
dateAdd(String, int, String) - Static method in class org.spiffyui.client.JSDateUtil
Add to a specified epoch date
DatePickerTextBox - Class in org.spiffyui.client.widgets
This widget uses a simple GWT TextBox and attaches the JQuery UI date picker.
DatePickerTextBox() - Constructor for class org.spiffyui.client.widgets.DatePickerTextBox
Create a DatePickerTextBox with a rendomly generated ID.
DatePickerTextBox(String) - Constructor for class org.spiffyui.client.widgets.DatePickerTextBox
Create a DatePickerTextBox with the specified ID.
DELETE - Static variable in class org.spiffyui.client.rest.RESTility
This method represents an HTTP DELETE request
destroy() - Method in class org.spiffyui.server.filter.GWTLocaleFilter
 
Dialog - Class in org.spiffyui.client.widgets.dialog
This is a common ancestor class where we can change the behavior or look of all Dialogs.
Dialog(String, String, String) - Constructor for class org.spiffyui.client.widgets.dialog.Dialog
Constructor defaulting to autohide false and modal true.
Dialog(String, String, String, boolean, boolean) - Constructor for class org.spiffyui.client.widgets.dialog.Dialog
Create a new dialog with the specified parameters
displayOptions() - Method in interface org.spiffyui.client.i18n.SpiffyUIStrings
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.spiffyui.server.filter.GWTLocaleFilter
 
doLocalLogout() - Static method in class org.spiffyui.client.rest.RESTility
Upon logout, delete cookie and clear out all member variables
doRequest() - Method in class org.spiffyui.client.login.LoginPanel
perform login request

E

effectComplete(String) - Method in interface org.spiffyui.client.JSEffectCallback
Called when the effect is completed.
EpochTStampTask - Class in org.spiffyui.build
This is a custom task for setting the epoch date as a property in the project
EpochTStampTask() - Constructor for class org.spiffyui.build.EpochTStampTask
 
equals(Object) - Method in class org.spiffyui.client.nav.NavItem
 
error(String) - Method in interface org.spiffyui.client.rest.RESTObjectCallBack
Called when there is an unexpected error.
error(RESTException) - Method in interface org.spiffyui.client.rest.RESTObjectCallBack
Called when the REST endpoint return successfully with an error message in the payload.
ERROR - Static variable in class org.spiffyui.client.widgets.FormFeedback
Feedback status error
ERROR_PANEL - Static variable in class org.spiffyui.client.MessageUtil
This is the singleton instance of the error panel.
execute() - Method in class org.spiffyui.build.ClosureTask
Executes this task to run the compiler.
execute() - Method in class org.spiffyui.build.EpochTStampTask
Executes this task to run the compiler.
execute() - Method in class org.spiffyui.build.GzipListTask
Executes this task to run the compiler.
execute() - Method in class org.spiffyui.build.HTMLPropertiesTask
Executes this task to run the compiler.
execute() - Method in class org.spiffyui.build.RevisionInfoTask
Executes this task to run the compiler.
execute() - Method in class org.spiffyui.maven.plugins.BuildInfoMojo
 
execute() - Method in class org.spiffyui.maven.plugins.ClientBuildMojo
 
execute() - Method in class org.spiffyui.maven.plugins.ClosureMojo
 
execute() - Method in class org.spiffyui.maven.plugins.CssCompressMojo
 
execute() - Method in class org.spiffyui.maven.plugins.GwtCompileMojo
 
execute() - Method in class org.spiffyui.maven.plugins.GZipMojo
 
execute() - Method in class org.spiffyui.maven.plugins.HTMLPropsMojo
 
execute() - Method in class org.spiffyui.maven.plugins.InitializeMojo
 
execute() - Method in class org.spiffyui.maven.plugins.JavaCompileMojo
 
execute() - Method in class org.spiffyui.maven.plugins.PackageMojo
 
execute() - Method in class org.spiffyui.maven.plugins.ResourcesMojo
 
execute() - Method in class org.spiffyui.maven.plugins.RevisionInfoMojo
 
expandSection(HTMLPanel, String, String, boolean) - Static method in class org.spiffyui.client.JSUtil
Expands a section

F

FAILED - Static variable in class org.spiffyui.client.widgets.StatusIndicator
Status Failed
FancyButton - Class in org.spiffyui.client.widgets.button
This is the base class for fancy buttons with or without icons in them
FancyButton() - Constructor for class org.spiffyui.client.widgets.button.FancyButton
Creates a new FancyButton
FancyButton(String) - Constructor for class org.spiffyui.client.widgets.button.FancyButton
Creates a new FancyButton with the specified text
FancySaveButton - Class in org.spiffyui.client.widgets.button
This widget is a fancy save button with an embedded icon
FancySaveButton() - Constructor for class org.spiffyui.client.widgets.button.FancySaveButton
Create a new FancySaveButton
FancySaveButton(String) - Constructor for class org.spiffyui.client.widgets.button.FancySaveButton
Create a new FancySaveButton with the specified text
FilterServletOutputStream - Class in org.spiffyui.server.filter
Specialized ServletOutputStream, exposing functionality that will be utilized by the filter response wrapper.
FilterServletOutputStream(OutputStream) - Constructor for class org.spiffyui.server.filter.FilterServletOutputStream
Create a new filter servlet outputstream
finishRESTCall(Object) - Method in class org.spiffyui.client.rest.AuthUtil
Once the login is completed we need to perform the original REST request with the new user token.
finishRESTCall(Object) - Method in interface org.spiffyui.client.rest.RESTAuthProvider
Once the login is completed we need to perform the original REST request with the new user token.
finishRESTCalls() - Static method in class org.spiffyui.client.rest.RESTility
In some cases, like login, the original REST call returns an error and we need to run it again.
fireEvent(NavItem) - Method in class org.spiffyui.client.nav.HasNavBarListenersPanel
Fires the click event on the specified nav item
fireEvent(NavItem, boolean) - Method in class org.spiffyui.client.nav.HasNavBarListenersPanel
Fires the click event on the specified nav item
fireEvent(NavItem, boolean) - Method in class org.spiffyui.client.nav.MainNavBar
 
fireLoginSuccess() - Static method in class org.spiffyui.client.rest.RESTility
Fire the login success event to all listeners if it hasn't been fired already.
firePreEvent(NavItem) - Method in class org.spiffyui.client.nav.HasNavBarListenersPanel
Notifies listeners of a request to select an item, giving listeners a change to cancel the event
format(Date, String) - Static method in class org.spiffyui.client.JSDateUtil
Format the specified date according to the format string.
format(String, String) - Static method in class org.spiffyui.client.JSDateUtil
Format the specified date according to the format string.
format(double, String) - Static method in class org.spiffyui.client.NumberFormatter
Return the number formatted to the browser's locale.
format(int) - Static method in class org.spiffyui.client.NumberFormatter
Format an integer based on the browser's locale.
formatWithAbbreviation(double) - Static method in class org.spiffyui.client.NumberFormatter
Format the absolute value of the number appending an abbreviation, if necessary.
FormFeedback - Class in org.spiffyui.client.widgets
This widget shows an icon to give feedback on form fields
FormFeedback() - Constructor for class org.spiffyui.client.widgets.FormFeedback
Creates a new FormFeedback widget
FormFeedback(boolean) - Constructor for class org.spiffyui.client.widgets.FormFeedback
Creates a new FormFeedback widget
forward() - Static method in class org.spiffyui.client.JSUtil
Move forward one item in the browser history.

G

generateInvalidJSONException(String) - Static method in exception org.spiffyui.client.rest.RESTException
Gets a generic exception representing invalid JSON
generatePropertiesFiles(List<File>, File, String) - Static method in class org.spiffyui.build.HTMLPropertiesUtil
Generate the HTML properties file based on the input source files
generateUniqueId() - Static method in class org.spiffyui.client.JSUtil
Generate a probably unique ID.
GenericResponseWrapper - Class in org.spiffyui.server.filter
Servlet response wrapper that can manipulate the output from a the servlet chain.
GenericResponseWrapper(HttpServletResponse) - Constructor for class org.spiffyui.server.filter.GenericResponseWrapper
Create a new generic response wrapper
GET - Static variable in class org.spiffyui.client.rest.RESTility
This method represents an HTTP GET request
getAnchor() - Method in class org.spiffyui.client.nav.NavItem
Gets the anchor for this nav item
getAuthProvider() - Static method in class org.spiffyui.client.rest.RESTility
Gets the current auth provider which will be used for future REST calls.
getAutoCloseTime() - Method in class org.spiffyui.client.widgets.Tooltip
The time in milliseconds that the tooltip will automatically close if the mouse moves out of it.
getBestLocale() - Static method in class org.spiffyui.client.rest.RESTility
Returns best matched locale
getBestMatchLocale(HttpServletRequest, HttpServletResponse, ServletContext) - Static method in class org.spiffyui.server.i18n.BasicBestLocaleMatcher
Return the best match locale for JavaScript dates by getting a list of requested locales from the request.
getBestMatchLocale(HttpServletRequest, HttpServletResponse, List<Locale>) - Static method in class org.spiffyui.server.i18n.BasicBestLocaleMatcher
Return the best match locale by getting a list of requested locales from the request and matching it to the provided list of supported locales.
getBestMatchLocale(HttpServletRequest, HttpServletResponse, ServletContext) - Method in class org.spiffyui.server.JSLocaleServlet
Override this method to use customized algorithm for determining best match locale.
getBodyPanel() - Method in class org.spiffyui.client.widgets.Tooltip
Get the FocusPanel that holds the body contents
getBookmarkable() - Method in class org.spiffyui.client.nav.MainNavBar
 
getBooleanOption(SliderOption) - Method in class org.spiffyui.client.widgets.slider.Slider
Get an option boolean value
getBooleanValue(JSONObject, String) - Static method in class org.spiffyui.client.JSONUtil
Get a boolean from the JSON object false if it doesn't exist or isn't a boolean
getBooleanValue(JSONObject, String, boolean) - Static method in class org.spiffyui.client.JSONUtil
Get a boolean from the JSON object or defaultValue if it doesn't exist or isn't a boolean
getButtonBar() - Method in class org.spiffyui.client.widgets.dialog.Dialog
 
getButtonClicked() - Method in class org.spiffyui.client.widgets.dialog.Dialog
 
getCallback() - Method in class org.spiffyui.client.rest.RESTOptions
Get the callback for when this request is completed.
getCellHeight() - Method in class org.spiffyui.client.widgets.SlidingGridPanel
the height of each cell in px
getCellWidth() - Method in class org.spiffyui.client.widgets.SlidingGridPanel
the width of each cell in px
getCloseText() - Method in class org.spiffyui.client.widgets.dialog.Dialog
Gets the close icon's tooltip text.
getCode() - Method in exception org.spiffyui.client.rest.RESTException
The code for the exception
getContentLength() - Method in class org.spiffyui.server.filter.GenericResponseWrapper
 
getContentType() - Method in class org.spiffyui.server.filter.GenericResponseWrapper
 
getCurrentHistoryStateId() - Static method in class org.spiffyui.client.JSUtil
Get the current Spiffy UI history id if it is available.
getData() - Method in class org.spiffyui.client.rest.RESTOptions
Get the JSON data sent to the server during the REST request.
getDataString() - Method in class org.spiffyui.client.rest.RESTOptions
Get the JSON data sent to the server during the REST request as a string.
getDate(Date) - Static method in class org.spiffyui.client.JSDateUtil
Convert java.util.Date to Date format in the current locale
getDate(String) - Static method in class org.spiffyui.client.JSDateUtil
Convert UTC epoch format to short Date format in the current locale
getDate(Date, String) - Static method in class org.spiffyui.client.JSDateUtil
Convert UTC epoch format to a date string matching the specified format.
getDate(String, String) - Static method in class org.spiffyui.client.JSDateUtil
Convert UTC epoch format to a date string matching the specified format.
getDateValue(JSONObject, String) - Static method in class org.spiffyui.client.JSONUtil
Get a java.util.Date from the JSON object as an epoch time in milliseconds or return null if it doesn't exist or cannot be converted from epoch to Date
getDateValue() - Method in class org.spiffyui.client.widgets.DatePickerTextBox
Get the value as a type-safe java.util.Date
getDefaultButton() - Method in class org.spiffyui.client.widgets.dialog.Dialog
 
getDetails() - Method in exception org.spiffyui.client.rest.RESTException
The details for this exception
getDialogBody() - Method in class org.spiffyui.client.widgets.dialog.Dialog
 
getDisplayName() - Method in class org.spiffyui.client.nav.NavItem
Gets the display name for this nav item
getDisplayName() - Method in class org.spiffyui.client.nav.NavSection
Gets the display name of this section
getDisplayString() - Method in class org.spiffyui.client.widgets.multivaluesuggest.MultivalueSuggestBoxBase.OptionSuggestion
 
getDoubleValue(JSONObject, String) - Static method in class org.spiffyui.client.JSONUtil
Get a double from the JSON object or 0 if it doesn't exist or isn't a double.
getDoubleValue(JSONObject, String, double) - Static method in class org.spiffyui.client.JSONUtil
Get a double from the JSON object or the defaultValue if it doesn't exist or isn't a double.
getEpoch(String) - Static method in class org.spiffyui.client.JSDateUtil
Convert Date to UTC Epoch format
getEtag() - Method in class org.spiffyui.client.rest.RESTOptions
Get the etag for this REST request.
getEvent() - Method in class org.spiffyui.client.widgets.slider.SliderEvent
 
getFeedback() - Method in class org.spiffyui.client.widgets.multivaluesuggest.MultivalueSuggestBoxBase
Get the FormFeedback widget used.
getFile(String, Locale, ServletContext) - Static method in class org.spiffyui.server.JSLocaleUtil
Get the right file name for the specified resource name and the locale (which was already determined to be the best match locale).
getFooterString() - Method in class org.spiffyui.client.MainFooter
Get the current string in the footer
getFullAuthToken() - Static method in class org.spiffyui.client.rest.RESTility
Returns user's full authentication token, prefixed with "X-OPAQUE"
getFullDateTime(Date) - Static method in class org.spiffyui.client.JSDateUtil
Convert java.util.Date to Full Date Time format in the current locale
getFullDateTime(String) - Static method in class org.spiffyui.client.JSDateUtil
Convert UTC epoch format to Date Time format in the current locale
getFullDateTimeFormat() - Static method in class org.spiffyui.client.JSDateUtil
Gets the full date time format string in the current locale.
getGigaString(String) - Static method in class org.spiffyui.client.NumberFormatter
Returns the number with the localized abbreviation for giga.
getGridOffset() - Method in class org.spiffyui.client.widgets.SlidingGridPanel
Deprecated. The grid offset is now deprecated since the sliding grid will use the parent width instead of the window width. This field will be ignored and will be removed in the next release.
getGwtModules() - Method in class org.spiffyui.maven.plugins.utils.SpiffyGwtModuleReader
Get the GWT modules for this project.
getHeaders() - Method in class org.spiffyui.client.rest.RESTOptions
Set the HTTP headers map for this request.
getHeaderTitle() - Method in class org.spiffyui.client.MainHeader
Get the main title for the this header
getHeight(String) - Static method in class org.spiffyui.client.JSUtil
Get the height of the element with the specified ID.
getHelper() - Method in class org.spiffyui.client.login.LoginPanel
 
getHelper() - Method in class org.spiffyui.client.widgets.multivaluesuggest.MultivalueSuggestBoxBase
Get the suggest helper for this suggest box.
getHours(String) - Static method in class org.spiffyui.client.JSDateUtil
Gets the hours from the specified short time string
getHours() - Method in class org.spiffyui.client.widgets.TimePickerTextBox
Gets the current hours value of the text box
getHTML() - Method in class org.spiffyui.client.widgets.LongMessage
Get the current HTML conents of this long message.
getId() - Method in class org.spiffyui.client.nav.NavItem
Retrieve the Id for the NavItem.
getId() - Method in class org.spiffyui.client.widgets.button.RefreshAnchor
 
getId() - Method in class org.spiffyui.client.widgets.dialog.Dialog
 
getIgnoreCase(JSONObject, String) - Static method in class org.spiffyui.client.JSONUtil
Get the JSONValue from the specified object ignoring the case of the key.
getIntOption(SliderOption) - Method in class org.spiffyui.client.widgets.slider.Slider
Get an option numeric value
getIntValue(JSONObject, String) - Static method in class org.spiffyui.client.JSONUtil
Get an int from the JSON object or -1 if it doesn't exist or isn't an int.
getIntValue(JSONObject, String, int) - Static method in class org.spiffyui.client.JSONUtil
Get an int from the JSON object or the defaultValue if it doesn't exist or isn't an int.
getInvalidReason(String, String) - Method in class org.spiffyui.client.widgets.multivaluesuggest.MultivalueSuggestBoxBase
Get the parameterized localized String for invalid values.
getInvalidText(String) - Method in class org.spiffyui.client.widgets.multivaluesuggest.MultivalueSuggestBoxBase
Get the parameterized localized String for invalid values.
getItem(String) - Method in class org.spiffyui.client.nav.MainNavBar
Gets a navigation item from the navigation menu.
getJSONArray(JSONObject, String) - Static method in class org.spiffyui.client.JSONUtil
Get a JSONArray from the JSON object or null if it doesn't exist or isn't a JSONArray
getJSONObject(JSONObject, String) - Static method in class org.spiffyui.client.JSONUtil
Get a JSONObject from the JSON object or null if it doesn't exist or isn't a JSONObject
getKiloString(String) - Static method in class org.spiffyui.client.NumberFormatter
Returns the number with the localized abbreviation for kilo.
getLikeLocale() - Static method in class org.spiffyui.client.NumberFormatter
Get the constant representing the 'locale' which the browser locale is similiar to in terms of number formatting
getLocale() - Static method in class org.spiffyui.client.JSDateUtil
Gets the current locale of the application running in the browser.
getLocaleFromCode(String) - Static method in class org.spiffyui.server.i18n.BasicBestLocaleMatcher
Creates a Locale object from the xml:lang attribute format or the Java standard (as returned by Locale.toString()) for specifying locales.
getLoginListeners() - Static method in class org.spiffyui.client.rest.RESTility
 
getLoginPanel() - Static method in class org.spiffyui.client.login.LoginPanel
 
getLogout() - Method in class org.spiffyui.client.MainHeader
Get the Anchor object used for the logout link in the header bar
getLongDate(String) - Static method in class org.spiffyui.client.JSDateUtil
Convert UTC epoch format to Date format in the current locale
getLongDateFormat() - Static method in class org.spiffyui.client.JSDateUtil
Gets the long date format string in the current locale.
getLongValue(JSONObject, String) - Static method in class org.spiffyui.client.JSONUtil
Get a long from the JSON object or -1 if it doesn't exist or isn't a long.
getLongValue(JSONObject, String, long) - Static method in class org.spiffyui.client.JSONUtil
Get a long from the JSON object or the defaultValue if it doesn't exist or isn't a long.
getMaximum() - Method in class org.spiffyui.client.widgets.slider.Slider
Gets the maximum possible value for the slider
getMaximumDate() - Method in class org.spiffyui.client.widgets.DatePickerTextBox
Gets the minimum date specifier for this date picker
getMegaString(String) - Static method in class org.spiffyui.client.NumberFormatter
Returns the number with the localized abbreviation for mega.
getMethod() - Method in class org.spiffyui.client.rest.RESTOptions
Get the method of this REST request.
getMinimum() - Method in class org.spiffyui.client.widgets.slider.Slider
Gets the minimum possible value for the slider
getMinimumDate() - Method in class org.spiffyui.client.widgets.DatePickerTextBox
Gets the minimum date specifier for this date picker
getMinimumSupportedLocales() - Method in class org.spiffyui.server.filter.GWTLocaleBundleFilter
Get the list of locales supported for this application.
getMinimumSupportedLocales() - Method in class org.spiffyui.server.filter.GWTLocaleFilter
Get the list of locales supported for this application.
getMinimumSupportedLocales(ServletContext) - Static method in class org.spiffyui.server.JSLocaleUtil
Get the list of minimum supported locales.
getMinutes(String) - Static method in class org.spiffyui.client.JSDateUtil
Gets the minutes from the specified short time string
getMinutes() - Method in class org.spiffyui.client.widgets.TimePickerTextBox
Gets the current minutes value of the text box
getMonthDay(String, boolean) - Static method in class org.spiffyui.client.JSDateUtil
Convert UTC epoch format to Month Day format in the current locale
getMonthDayFormat() - Static method in class org.spiffyui.client.JSDateUtil
Gets the month day format string in the current locale.
getName() - Method in class org.spiffyui.client.widgets.multivaluesuggest.MultivalueSuggestBoxBase.Option
 
getName() - Method in class org.spiffyui.client.widgets.multivaluesuggest.MultivalueSuggestBoxBase.OptionSuggestion
Get the name of the option.
getNameKey() - Method in class org.spiffyui.client.widgets.multivaluesuggest.MultivalueSuggestHelper
 
getNavItem(Anchor) - Method in class org.spiffyui.client.nav.NavSection
Returns the NavItem that owns the specified Anchor
getOptions() - Method in class org.spiffyui.client.widgets.multivaluesuggest.MultivalueSuggestBoxBase.OptionResultSet
 
getOptions(int, int, int, int) - Static method in class org.spiffyui.client.widgets.slider.RangeSlider
A convenient way to create an options JSONObject for the RangeSlider.
getOptions(int, int, int[]) - Static method in class org.spiffyui.client.widgets.slider.Slider
A convenient way to create an options JSONObject.
getOptionsKey() - Method in class org.spiffyui.client.widgets.multivaluesuggest.MultivalueSuggestHelper
 
getOrdinalNumber(Date) - Static method in class org.spiffyui.client.JSDateUtil
Get the Ordinal day (numeric day number) of the year, adjusted for leap year.
getOrdinalNumber(String) - Static method in class org.spiffyui.client.JSDateUtil
Get the Ordinal day (numeric day number) of the year, adjusted for leap year.
getOutputStream() - Method in class org.spiffyui.server.filter.GenericResponseWrapper
 
getPadding() - Method in class org.spiffyui.client.widgets.SlidingGridPanel
the padding between each cell in px
getPanel() - Method in class org.spiffyui.client.MainHeader
Get the HTML panel for this header
getPanel() - Method in class org.spiffyui.client.widgets.SlideDownPrefsPanel
get the panel displayed when this panel is expanded
getPwd() - Method in class org.spiffyui.client.login.LoginPanel
 
getReason() - Method in exception org.spiffyui.client.rest.RESTException
The reason for this exception
getReplacementString() - Method in class org.spiffyui.client.widgets.multivaluesuggest.MultivalueSuggestBoxBase.OptionSuggestion
 
getResourcePath() - Method in class org.spiffyui.server.filter.GWTLocaleBundleFilter
Get the path to the localization resources to determine the supported locales from
getResponseCode() - Method in exception org.spiffyui.client.rest.RESTException
Gets the server response code that came with this error message
getRESTException(JSONValue, int, String) - Static method in class org.spiffyui.client.JSONUtil
Get the RESTException containing the information in the specified JSON or null if the JSON object does not correspond to the NCAC exception format.
getRevDate() - Method in class org.spiffyui.build.RevisionInfoBean
Get the revision date from this bean.
getRevisionInfo(File) - Static method in class org.spiffyui.build.RevisionInfoUtil
Get the revision information for the specified root directory
getRevNumber() - Method in class org.spiffyui.build.RevisionInfoBean
Get the revision number from this bean.
getSelectedItem() - Method in class org.spiffyui.client.nav.MainNavBar
Get the currently selected navigation item in this navigation bar.
getServletContext() - Method in class org.spiffyui.client.rest.AuthUtil
Gets the servlet context from the current URL.
getServletContext() - Method in interface org.spiffyui.client.rest.RESTAuthProvider
Gets the servlet context from the current URL.
getSessionCookieName() - Static method in class org.spiffyui.client.rest.RESTility
Gets the current name of the Spiffy UI session cookie.
getSessionCookiePath() - Static method in class org.spiffyui.client.rest.RESTility
Get the path of the session cookie.
getShortDate(String) - Static method in class org.spiffyui.client.JSDateUtil
Convert UTC epoch format to short Date format in the current locale
getShortDateFormat() - Static method in class org.spiffyui.client.JSDateUtil
Gets the short date format string in the current locale.
getShortDateTime(Date) - Static method in class org.spiffyui.client.JSDateUtil
Converts a java.util.Date to a concatenation of the Short Date and Short Time format in the current locale
getShortMonthDayTime(String) - Static method in class org.spiffyui.client.JSDateUtil
Convert UTC epoch format to Month Day format in the current locale concatenated with the Short Time
getShortTime(Date) - Static method in class org.spiffyui.client.JSDateUtil
Convert java.util.Date to Short Time format in the current locale
getShortTime(String) - Static method in class org.spiffyui.client.JSDateUtil
Convert UTC epoch format to short time format in the current locale
getShortTimeFormat() - Static method in class org.spiffyui.client.JSDateUtil
Gets the short time format string in the current locale.
getShortTimeRounded(String) - Static method in class org.spiffyui.client.JSDateUtil
Convert UTC epoch format to short time format in the current locale rounded up to the nearest 30 minutes.
getSource() - Method in class org.spiffyui.client.widgets.slider.SliderEvent
Get the source of the event.
getStatus() - Method in class org.spiffyui.client.widgets.FormFeedback
Gets the status of this FormFeedback
getStatus() - Method in class org.spiffyui.client.widgets.StatusIndicator
Get the current status of this status indicator.
getString(LoginStrings) - Method in class org.spiffyui.client.login.LoginStringHelper
Get the specified localized string
getString(LoginStrings, String) - Method in class org.spiffyui.client.login.LoginStringHelper
Get the specified localized string
getStringHelper() - Method in class org.spiffyui.client.rest.AuthUtil
Provide the LoginStringHelper class for use with the login panel.
getStringOption(SliderOption) - Method in class org.spiffyui.client.widgets.slider.Slider
Set an option string value
getStringValue(JSONObject, String) - Static method in class org.spiffyui.client.JSONUtil
Get a string from the JSON object or null if it doesn't exist or isn't a string
getStringValue(JSONObject, String, String) - Static method in class org.spiffyui.client.JSONUtil
Get a string from the JSON object or defaultValue if it doesn't exist or isn't a string
getStringValueIgnoreCase(JSONObject, String) - Static method in class org.spiffyui.client.JSONUtil
Get a string from the JSON object or null if it doesn't exist or isn't a string
getStringValueIgnoreCase(JSONObject, String, String) - Static method in class org.spiffyui.client.JSONUtil
Get a string from the JSON object or defaultValue if it doesn't exist or isn't a string
getSubcode() - Method in exception org.spiffyui.client.rest.RESTException
The subcode for this exception
getSuggestBox() - Method in class org.spiffyui.client.widgets.multivaluesuggest.MultivalueSuggestBoxBase
Gets the SuggestBox field
getTabIndex() - Method in class org.spiffyui.client.widgets.multivaluesuggest.MultivalueSuggestBoxBase
 
getText() - Method in class org.spiffyui.client.nav.NavHeader
Get the text of this item.
getText() - Method in class org.spiffyui.client.widgets.multivaluesuggest.MultivalueSuggestBoxBase
Gets the text within the text field of the suggest box
getTitle() - Method in class org.spiffyui.client.nav.NavSection
 
getTitle() - Method in class org.spiffyui.client.widgets.SlideDownPrefsPanel
 
getTitleString(int) - Method in class org.spiffyui.client.widgets.ProgressBar
Get the title (or tooltip) string for the progress bar.
getToday() - Static method in class org.spiffyui.client.JSDateUtil
Convert UTC epoch format to Date format in the current locale
getTokenServerLogoutUrl() - Static method in class org.spiffyui.client.rest.RESTility
Returns authentication server logout url
getTokenServerUrl() - Static method in class org.spiffyui.client.rest.RESTility
Returns the authentication server url
getTokenType() - Static method in class org.spiffyui.client.rest.RESTility
Returns user's authentication token type
getTotalSize() - Method in class org.spiffyui.client.widgets.multivaluesuggest.MultivalueSuggestBoxBase.OptionResultSet
 
getTotalSizeKey() - Method in class org.spiffyui.client.widgets.multivaluesuggest.MultivalueSuggestHelper
 
getUrl() - Method in exception org.spiffyui.client.rest.RESTException
Gets the URL that was called when this RESTException was thrown
getURL() - Method in class org.spiffyui.client.rest.RESTOptions
Get the URL for this REST request.
getUsername() - Method in class org.spiffyui.client.login.LoginPanel
 
getUsername() - Static method in class org.spiffyui.client.rest.RESTility
Returns the name of the currently logged in user or null if the current user is not logged in.
getUserToken() - Static method in class org.spiffyui.client.rest.RESTility
Returns user's authentication token
getUTCOffset() - Static method in class org.spiffyui.client.JSDateUtil
Get the UTC offset of the current browser.
getValue() - Method in class org.spiffyui.client.widgets.multivaluesuggest.MultivalueSuggestBoxBase
Get the value(s) as a String.
getValue() - Method in class org.spiffyui.client.widgets.multivaluesuggest.MultivalueSuggestBoxBase.Option
 
getValue() - Method in class org.spiffyui.client.widgets.multivaluesuggest.MultivalueSuggestBoxBase.OptionSuggestion
Get the value of the option
getValue() - Method in class org.spiffyui.client.widgets.ProgressBar
Set the value for this progress bar
getValue() - Method in class org.spiffyui.client.widgets.slider.Slider
Convenience method for only 1 anchor
getValueAtIndex(int) - Method in class org.spiffyui.client.widgets.slider.Slider
Gets the value of a anchor at the specified index
getValueKey() - Method in class org.spiffyui.client.widgets.multivaluesuggest.MultivalueSuggestHelper
 
getValueMap() - Method in class org.spiffyui.client.widgets.multivaluesuggest.MultivalueSuggestBoxBase
Get the value map
getValueMax() - Method in class org.spiffyui.client.widgets.slider.RangeSlider
Convenience method for when range is true, gets the maximum of the selected range, or in other words, gets the value of the higher anchor
getValueMin() - Method in class org.spiffyui.client.widgets.slider.RangeSlider
Convenience method for when range is true, gets the minimum of the selected range, or in other words, gets the value of the lower anchor
getValues() - Method in class org.spiffyui.client.widgets.slider.SliderEvent
Get the values from the event.
getWelcomeString() - Method in class org.spiffyui.client.MainHeader
Gets the welcome string for the header
getWidth(String) - Static method in class org.spiffyui.client.JSUtil
Get the width of the element with the specified ID.
getWriter() - Method in class org.spiffyui.server.filter.GenericResponseWrapper
 
gigaAbbrev(String) - Method in interface org.spiffyui.client.i18n.SpiffyUIStrings
 
go(int) - Static method in class org.spiffyui.client.JSUtil
Move a variable number of items in the browser history.
GONE - Static variable in interface org.spiffyui.client.rest.util.RESTAuthConstants
An error code indicating the token is gone from the authentication.
GwtCompileMojo - Class in org.spiffyui.maven.plugins
Invokes the GWTCompiler for the project source
GwtCompileMojo() - Constructor for class org.spiffyui.maven.plugins.GwtCompileMojo
 
GwtCompileMojo.ClassBuilder - Class in org.spiffyui.maven.plugins
Convenience class that makes it easier to build a string of arguments for passing to the compiler
GWTLocaleBundleFilter - Class in org.spiffyui.server.filter
Filter that will substitute the various markers in retrieved xml and jnlp files with values retrieved from the servlet context.
GWTLocaleBundleFilter() - Constructor for class org.spiffyui.server.filter.GWTLocaleBundleFilter
 
GWTLocaleFilter - Class in org.spiffyui.server.filter
Filter that will substitute the various markers in retrieved xml and jnlp files with values retrieved from the servlet context.
GWTLocaleFilter() - Constructor for class org.spiffyui.server.filter.GWTLocaleFilter
 
GzipListTask - Class in org.spiffyui.build
This is a custom task for a list of GZIPed files from a list of uncompressed files
GzipListTask() - Constructor for class org.spiffyui.build.GzipListTask
 
GzipListUtil - Class in org.spiffyui.build
This is a utility for GZIPing lists of files
GZipMojo - Class in org.spiffyui.maven.plugins
GZip compresses specific web artifacts
GZipMojo() - Constructor for class org.spiffyui.maven.plugins.GZipMojo
 

H

handleQueryResponse(RESTObjectCallBack<MultivalueSuggestBoxBase.OptionResultSet>, JSONValue) - Method in class org.spiffyui.client.widgets.multivaluesuggest.MultivalueSuggestBoxBase
Handle the query response for getting items to suggest.
hashCode() - Method in class org.spiffyui.client.nav.NavItem
 
HasNavBarListenersPanel - Class in org.spiffyui.client.nav
This is a FlowPanel that calls events by listeners listening for changes in navigation such as MainNavBar or logout on MainHeader.
HasNavBarListenersPanel() - Constructor for class org.spiffyui.client.nav.HasNavBarListenersPanel
 
hasOriginalEvent() - Method in class org.spiffyui.client.widgets.slider.SliderEvent
Does this event have an original event.
hasUserLoggedIn() - Static method in class org.spiffyui.client.rest.RESTility
Returns a boolean flag indicating whether user has logged in or not
HEADER_ACTIONS_BLOCK - Static variable in class org.spiffyui.client.MainHeader
The ID of the header actions block
HEADER_STRING - Static variable in class org.spiffyui.client.MainHeader
The ID of the header string section.
HEADER_TITLE - Static variable in class org.spiffyui.client.MainHeader
The ID of the header title section
HELPER - Static variable in class org.spiffyui.client.rest.AuthUtil
The string helper for providing strings to the login dialog
hide(String, String) - Static method in class org.spiffyui.client.JSUtil
Hides an element with a fade effect.
hide(String, String, JSEffectCallback) - Static method in class org.spiffyui.client.JSUtil
Hides an element with a fade effect.
hide(String) - Static method in class org.spiffyui.client.JSUtil
Hides the specified element.
HistoryCallback - Interface in org.spiffyui.client
The history callback interface is used to interact with browser history.
historyChanged(String) - Method in interface org.spiffyui.client.HistoryCallback
Called when the history item is reached in this browser history.
historyChanged(String) - Method in class org.spiffyui.client.nav.MainNavBar
Call-back when the history item is retrieved after a browser back or forward button is pressed.
horizontalToggleSlide(String, JSEffectCallback) - Static method in class org.spiffyui.client.JSUtil
Toggles the visibility of the specified element with a horizontal slide effect sliding from the left side.
horizontalToggleSlide(String) - Static method in class org.spiffyui.client.JSUtil
Toggles the visibility of the specified element with a horizontal slide effect sliding from the left side.
HTMLPropertiesTask - Class in org.spiffyui.build
This is the Ant custom task for generating properties files from HTML files
HTMLPropertiesTask() - Constructor for class org.spiffyui.build.HTMLPropertiesTask
 
HTMLPropertiesUtil - Class in org.spiffyui.build
This is generic task for generating HTML properties files
HTMLPropsMojo - Class in org.spiffyui.maven.plugins
Invokes the HTML-Properties compiler for the project .html source
HTMLPropsMojo() - Constructor for class org.spiffyui.maven.plugins.HTMLPropsMojo
 

I

IN_PROGRESS - Static variable in class org.spiffyui.client.widgets.StatusIndicator
Status In Progress
Index - Class in org.spiffyui.client
This class is the main entry point for our GWT module.
Index() - Constructor for class org.spiffyui.client.Index
The Index page constructor
init(FilterConfig) - Method in class org.spiffyui.server.filter.GWTLocaleBundleFilter
 
init(FilterConfig) - Method in class org.spiffyui.server.filter.GWTLocaleFilter
 
InitializeMojo - Class in org.spiffyui.maven.plugins
Goal which initializes various default property values for the plugin
InitializeMojo() - Constructor for class org.spiffyui.maven.plugins.InitializeMojo
 
INVALID_AUTH_HEADER - Static variable in exception org.spiffyui.client.rest.RESTException
This constant indicates that the server returned a 401, but the required HTTP header was invalid
INVALID_AUTH_HEADER - Static variable in interface org.spiffyui.client.rest.util.RESTAuthConstants
An error code indicating the current token is no longer valid.
INVALID_INPUT - Static variable in interface org.spiffyui.client.rest.util.RESTAuthConstants
An error code indicating the username or password for login was incorrect.
INVALID_JSON - Static variable in interface org.spiffyui.client.rest.util.RESTAuthConstants
An error code indicating the JSON sent to the AuthServlet was invalid.
INVALID_JSON_RESPONSE - Static variable in class org.spiffyui.server.AuthServlet
This is a constant indicating the authentication server returned invalid JSON
INVALID_LOGIN_REQUEST - Static variable in interface org.spiffyui.client.rest.util.RESTAuthConstants
An error code indicating the login request was invalid.
INVALID_LOGOUT_REQUEST - Static variable in interface org.spiffyui.client.rest.util.RESTAuthConstants
An error code indicating the logout request was invalid.
INVALID_RESPONSE - Static variable in exception org.spiffyui.client.rest.RESTException
This is a constant error code to indicate the JSON returned from the server was parsable, but still invalid.
INVALID_TS_URL - Static variable in interface org.spiffyui.client.rest.util.RESTAuthConstants
An error code indicating the token server URL was invalid.
invalidAuthHeader(String) - Method in interface org.spiffyui.client.i18n.SpiffyUIStrings
 
invalidColon(String) - Method in interface org.spiffyui.client.i18n.SpiffyUIStrings
 
invalidColonReason(String, String) - Method in interface org.spiffyui.client.i18n.SpiffyUIStrings
 
invalidTSURL(String) - Method in interface org.spiffyui.client.i18n.SpiffyUIStrings
 
invalidUsernamePassword() - Method in interface org.spiffyui.client.i18n.SpiffyUIStrings
 
is24Time() - Static method in class org.spiffyui.client.JSDateUtil
Determines if the browser's current locale uses 24 hour time
isEmpty() - Method in class org.spiffyui.client.widgets.DatePickerTextBox
Convenience method to determine if the value is empty since getDateValue will return null for empty as well as unparseable.
isEmpty() - Method in class org.spiffyui.client.widgets.TimePickerTextBox
Convenience method to determine if the value is empty since the getHours and getMinutes will return -1 for empty as well as unparseable.
isEnabled() - Method in class org.spiffyui.client.nav.HasNavBarListenersPanel
 
isEnabled() - Method in class org.spiffyui.client.widgets.button.FancyButton
 
isEnabled() - Method in class org.spiffyui.client.widgets.button.RefreshAnchor
 
isHistoryEnabled() - Static method in class org.spiffyui.client.JSUtil
Determines if browser history integration is enabled.
isInProgress() - Method in class org.spiffyui.client.widgets.button.FancyButton
Determines if this button is in progress
isInProgress() - Method in class org.spiffyui.client.widgets.button.SimpleButton
Determines if this button is in progress
isInRequest() - Method in class org.spiffyui.client.login.LoginPanel
 
isLoading() - Method in class org.spiffyui.client.widgets.button.RefreshAnchor
Returns true if loading
isLoginRequest() - Method in class org.spiffyui.client.rest.RESTOptions
Set if this request is a login request or not.
isRepeat() - Method in class org.spiffyui.client.login.LoginPanel
 
isVisible(String) - Static method in class org.spiffyui.client.JSUtil
Determines if the element(s) defined by the specified selector is visible.
itemSelected(NavItem) - Method in interface org.spiffyui.client.nav.NavBarListener
Called when a navigation item is selected

J

JavaCompileMojo - Class in org.spiffyui.maven.plugins
Invokes the Java compiler for the project .java source
JavaCompileMojo() - Constructor for class org.spiffyui.maven.plugins.JavaCompileMojo
 
joinNames(List<String>) - Static method in class org.spiffyui.client.widgets.LongMessage
Join a list of Strings together for display with the default delimiter
joinNames(List<String>, String, boolean) - Static method in class org.spiffyui.client.widgets.LongMessage
Join a list of Strings together for display using a delimiter
JSDateUtil - Class in org.spiffyui.client
A collection of utility methods for manipulating dates in the browser.
JSEffectCallback - Interface in org.spiffyui.client
The JSEffectCallback is used in conjunction with long running JavaScript effect functions from JSUtil.
JSLocaleServlet - Class in org.spiffyui.server
This servlet redirect to a specific locale version of the JQuery date picker, date.js or returns the best match locale.
JSLocaleServlet() - Constructor for class org.spiffyui.server.JSLocaleServlet
 
JSLocaleUtil - Class in org.spiffyui.server
The JSLocaleUtil can handle finding the right filename of a JavaScript library for a given locale.
jsonError() - Method in interface org.spiffyui.client.i18n.SpiffyUIStrings
 
jsonError2(String, String) - Method in interface org.spiffyui.client.i18n.SpiffyUIStrings
 
jsonErrorShort() - Method in interface org.spiffyui.client.i18n.SpiffyUIStrings
 
JSONUtil - Class in org.spiffyui.client
A set of static utilities for handling JSON data structures in GWT.
JSUtil - Class in org.spiffyui.client
A set of static JavaScript utilities that provide access to functions from JQuery and some other JavaScript libraries.

K

kiloAbbrev(String) - Method in interface org.spiffyui.client.i18n.SpiffyUIStrings
 

L

LIKE_CH - Static variable in class org.spiffyui.client.NumberFormatter
A constant representing locales that are like CH (Switzerland)
LIKE_DE - Static variable in class org.spiffyui.client.NumberFormatter
A constant representing locales that are like DE (German)
LIKE_FR - Static variable in class org.spiffyui.client.NumberFormatter
A constant representing locales that are like FR (French)
LIKE_US - Static variable in class org.spiffyui.client.NumberFormatter
A constant representing locales that are like US (English)
loading() - Method in interface org.spiffyui.client.i18n.SpiffyUIStrings
 
LOADING - Static variable in class org.spiffyui.client.widgets.FormFeedback
Feedback status loading
logError(String) - Static method in class org.spiffyui.client.MessageUtil
Write a message to the error log
login() - Method in interface org.spiffyui.client.i18n.SpiffyUIStrings
 
login(String, String, String, RESTObjectCallBack<String>) - Method in class org.spiffyui.client.rest.AuthUtil
Performs login for the specified user credentials.
login(String, String, String, RESTObjectCallBack<String>) - Method in interface org.spiffyui.client.rest.RESTAuthProvider
Perform login for the specified user credentials.
login(RESTCallback, Response, String, String) - Static method in class org.spiffyui.client.rest.RESTility
Make a login request using RESTility authentication framework.
login(RESTCallback, Response, String, RESTException) - Static method in class org.spiffyui.client.rest.RESTility
Make a login request using RESTility authentication framework.
loginDataError(String) - Method in interface org.spiffyui.client.i18n.SpiffyUIStrings
 
LoginPanel - Class in org.spiffyui.client.login
A reusable login dialog.
LoginPanel(String, LoginStringHelper) - Constructor for class org.spiffyui.client.login.LoginPanel
Create a new LoginPanel.
loginPrompt() - Method in interface org.spiffyui.client.rest.RESTLoginCallBack
Indicates that a login prompt happened.
LoginStringHelper - Class in org.spiffyui.client.login
The LoginStingHelper is a helper class to resolve the strings used in the login dialog.
LoginStringHelper() - Constructor for class org.spiffyui.client.login.LoginStringHelper
 
LoginStrings - Enum in org.spiffyui.client.login
The Strings used by the login dialog
loginTitle() - Method in interface org.spiffyui.client.i18n.SpiffyUIStrings
 
logObjForDebug(Object) - Static method in class org.spiffyui.client.JSUtil
logs an object to the Firebug console for debugging purposes.
logout() - Method in interface org.spiffyui.client.i18n.SpiffyUIStrings
 
logout(RESTObjectCallBack<String>) - Method in class org.spiffyui.client.rest.AuthUtil
Logout the current user.
logout(RESTObjectCallBack<String>) - Method in interface org.spiffyui.client.rest.RESTAuthProvider
Logout the current user.
logWarning(String) - Static method in class org.spiffyui.client.MessageUtil
Write a message to the error log
LongMessage - Class in org.spiffyui.client.widgets
A class for showing messages that are wordy and take more than a few seconds to read.
LongMessage() - Constructor for class org.spiffyui.client.widgets.LongMessage
Create a new LongMessage Panel with a randomly generated ID
LongMessage(String) - Constructor for class org.spiffyui.client.widgets.LongMessage
Create a new LongMessage panel with the specified ID

M

MainFooter - Class in org.spiffyui.client
This is the footer for the main page.
MainFooter() - Constructor for class org.spiffyui.client.MainFooter
Creates a new main footer panel
MainHeader - Class in org.spiffyui.client
This is the header for the main page.
MainHeader() - Constructor for class org.spiffyui.client.MainHeader
Creates a new MainHeader panel
MainNavBar - Class in org.spiffyui.client.nav
This is the navigation bar for the main page.
MainNavBar() - Constructor for class org.spiffyui.client.nav.MainNavBar
Create a new MainNavBar
megaAbbrev(String) - Method in interface org.spiffyui.client.i18n.SpiffyUIStrings
 
MessageUtil - Class in org.spiffyui.client
This class is a set of static utility methods for showing messages and errors in the browser and handle them all in a consistent way.
MULTIPLE_ACCOUNTS - Static variable in interface org.spiffyui.client.rest.util.RESTAuthConstants
An error code indicating there were multiple accounts with the same username.
multipleaccounts() - Method in interface org.spiffyui.client.i18n.SpiffyUIStrings
 
MultivalueSuggestBox - Class in org.spiffyui.client.widgets.multivaluesuggest
A SuggestBox that uses the rest package and allows for multiple values and autocomplete.
MultivalueSuggestBox(MultivalueSuggestRESTHelper, boolean) - Constructor for class org.spiffyui.client.widgets.multivaluesuggest.MultivalueSuggestBox
Create a new MultivalueSuggestBox
MultivalueSuggestBox(MultivalueSuggestHelper, boolean, boolean) - Constructor for class org.spiffyui.client.widgets.multivaluesuggest.MultivalueSuggestBox
Create a new MultivalueSuggestBox
MultivalueSuggestBoxBase - Class in org.spiffyui.client.widgets.multivaluesuggest
A SuggestBox that allows for multiple values selection and autocomplete.
MultivalueSuggestBoxBase(MultivalueSuggestHelper, boolean) - Constructor for class org.spiffyui.client.widgets.multivaluesuggest.MultivalueSuggestBoxBase
Constructor that will place the FormFeedback for you.
MultivalueSuggestBoxBase(MultivalueSuggestHelper, boolean, boolean) - Constructor for class org.spiffyui.client.widgets.multivaluesuggest.MultivalueSuggestBoxBase
Constructor.
MultivalueSuggestBoxBase.Option - Class in org.spiffyui.client.widgets.multivaluesuggest
Bean for name-value pairs
MultivalueSuggestBoxBase.Option() - Constructor for class org.spiffyui.client.widgets.multivaluesuggest.MultivalueSuggestBoxBase.Option
No argument constructor
MultivalueSuggestBoxBase.OptionResultSet - Class in org.spiffyui.client.widgets.multivaluesuggest
Bean for total size and options
MultivalueSuggestBoxBase.OptionResultSet(int) - Constructor for class org.spiffyui.client.widgets.multivaluesuggest.MultivalueSuggestBoxBase.OptionResultSet
Constructor.
MultivalueSuggestBoxBase.OptionSuggestion - Class in org.spiffyui.client.widgets.multivaluesuggest
A bean to serve as a custom suggestion so that the value is available and the replace will look like it is supporting multivalues
MultivalueSuggestBoxBase.OptionSuggestion(String, String, String, String) - Constructor for class org.spiffyui.client.widgets.multivaluesuggest.MultivalueSuggestBoxBase.OptionSuggestion
Constructor for regular options
MultivalueSuggestHelper - Class in org.spiffyui.client.widgets.multivaluesuggest
An abstract class that handles building of the autocomplete options
MultivalueSuggestHelper(String, String, String, String) - Constructor for class org.spiffyui.client.widgets.multivaluesuggest.MultivalueSuggestHelper
Constructor
MultivalueSuggestRESTHelper - Class in org.spiffyui.client.widgets.multivaluesuggest
An abstract class that handles building of the REST endpoint URL and helps with parsing the JSON payload.
MultivalueSuggestRESTHelper(String, String, String, String) - Constructor for class org.spiffyui.client.widgets.multivaluesuggest.MultivalueSuggestRESTHelper
Constructor

N

NavBarListener - Interface in org.spiffyui.client.nav
A listener for events on the navigation bar or the header (for any panel changing including logout).
NavHeader - Class in org.spiffyui.client.nav
This widget represents a single header element H2 to the navigation menu.
NavHeader(String) - Constructor for class org.spiffyui.client.nav.NavHeader
Creates a new navigation header
NavItem - Class in org.spiffyui.client.nav
A NavItem represents a single item on the navigation menu
NavItem(String, String) - Constructor for class org.spiffyui.client.nav.NavItem
Create a new NavItem
NavItem(String, String, String) - Constructor for class org.spiffyui.client.nav.NavItem
Create a new NavItem
NavItem(String, String, String, String) - Constructor for class org.spiffyui.client.nav.NavItem
Create a new NavItem
NavPanel - Class in org.spiffyui.client.nav
A class to allow a container of objects be added to the MainNavBar
NavPanel() - Constructor for class org.spiffyui.client.nav.NavPanel
 
NavSection - Class in org.spiffyui.client.nav
This widget represents a single section that contains multiple items in the navigation menu.
NavSection(String, String) - Constructor for class org.spiffyui.client.nav.NavSection
Creates a new section in the navigation bar
NavSeparator - Class in org.spiffyui.client.nav
This widget represents a single separator item on the navigation menu.
NavSeparator(String) - Constructor for class org.spiffyui.client.nav.NavSeparator
Creates a new navigation separator
NavWidget - Interface in org.spiffyui.client.nav
This is a marker interface for widgets which can be added to the navigation panel
nextDay() - Static method in class org.spiffyui.client.JSDateUtil
Adds the 1 day to today
NO_AUTH_HEADER - Static variable in exception org.spiffyui.client.rest.RESTException
This constant indicates that the server returned a 401, but did not return the required authentication HTTP header
NO_PRIVILEGE - Static variable in interface org.spiffyui.client.rest.util.RESTAuthConstants
An error code indicating the user is valid, but doesn't have permission to access the application.
NO_SERVER_RESPONSE - Static variable in exception org.spiffyui.client.rest.RESTException
This constant indicates that we were unable to contact the server.
noAuthHeader() - Method in interface org.spiffyui.client.i18n.SpiffyUIStrings
 
NONE - Static variable in class org.spiffyui.client.widgets.FormFeedback
Feedback status none
noPrivilege(String) - Method in interface org.spiffyui.client.i18n.SpiffyUIStrings
 
noServerContact() - Method in interface org.spiffyui.client.i18n.SpiffyUIStrings
 
NOTFOUND_TS_URL - Static variable in interface org.spiffyui.client.rest.util.RESTAuthConstants
An error code indicating the token server URL can't be found.
notFoundTSURL(String) - Method in interface org.spiffyui.client.i18n.SpiffyUIStrings
 
NumberFormatter - Class in org.spiffyui.client
This is a set of utility methods for formatting numbers in a locale-sensitive way.

O

onAttach() - Method in class org.spiffyui.client.widgets.DatePickerTextBox
 
onAttach() - Method in class org.spiffyui.client.widgets.ProgressBar
 
onAttach() - Method in class org.spiffyui.client.widgets.TimePickerTextBox
 
onChange(SliderEvent) - Method in interface org.spiffyui.client.widgets.slider.SliderListener
This event is triggered on slide stop, or if the value is changed programmatically (by the value method).
onClick(ClickEvent) - Method in class org.spiffyui.client.nav.MainNavBar
 
onError(int, String) - Method in interface org.spiffyui.client.rest.RESTCallback
Called if there is an unexpected error calling the REST API.
onError(RESTException) - Method in interface org.spiffyui.client.rest.RESTCallback
Called if the REST endpoint returns a valid response with an error message following in the SOAP error format encoded in JSON.
onKeyUp(KeyUpEvent) - Method in class org.spiffyui.client.login.LoginPanel
 
onKeyUp(KeyUpEvent) - Method in class org.spiffyui.client.widgets.multivaluesuggest.MultivalueSuggestBoxBase
 
onLoad() - Method in class org.spiffyui.client.widgets.slider.RangeSlider
 
onLoad() - Method in class org.spiffyui.client.widgets.slider.Slider
 
onLoad() - Method in class org.spiffyui.client.widgets.SlidingGridPanel
 
onLoginSuccess() - Method in interface org.spiffyui.client.rest.RESTLoginCallBack
Called when a login is successful
onModuleLoad() - Method in class org.spiffyui.client.Index
 
onMouseOut(MouseOutEvent) - Method in class org.spiffyui.client.widgets.Tooltip
When the mouse is moved out of the focus panel, start the auto close timer.
onMouseOver(MouseOverEvent) - Method in class org.spiffyui.client.widgets.Tooltip
If the mouse is over the focus panel, cancel the auto close timer.
onPreviewNativeEvent(NativePreviewEvent) - Method in class org.spiffyui.client.widgets.DatePickerTextBox
 
onPreviewNativeEvent(Event.NativePreviewEvent) - Method in class org.spiffyui.client.widgets.dialog.Dialog
Overriding to close on pressing Esc key or clicking the close anchor.
onPreviewNativeEvent(NativePreviewEvent) - Method in class org.spiffyui.client.widgets.LongMessage
 
onPreviewNativeEvent(NativePreviewEvent) - Method in class org.spiffyui.client.widgets.TimePickerTextBox
 
onPreviewNativeEvent(Event.NativePreviewEvent) - Method in class org.spiffyui.client.widgets.Tooltip
Overriding to close on pressing Esc key or clicking the close anchor.
onSelection(<any>) - Method in class org.spiffyui.client.widgets.multivaluesuggest.MultivalueSuggestBoxBase
 
onSlide(SliderEvent) - Method in interface org.spiffyui.client.widgets.slider.SliderListener
This event is triggered on every mouse move during slide.
onStart(SliderEvent) - Method in interface org.spiffyui.client.widgets.slider.SliderListener
This event is triggered when the user starts sliding
onStop(SliderEvent) - Method in interface org.spiffyui.client.widgets.slider.SliderListener
This event is triggered when the user stops sliding.
onSuccess(JSONValue) - Method in interface org.spiffyui.client.rest.RESTCallback
Called when the REST call completes successfully.
onUnload() - Method in class org.spiffyui.client.widgets.slider.Slider
 
org.spiffyui.build - package org.spiffyui.build
The build package contains utility classes and Ant tasks which support Spiffy UI Ant builds and the Spiffy UI Maven plugin
org.spiffyui.client - package org.spiffyui.client
The client package contains utilities, the main header, and the main footer.
org.spiffyui.client.i18n - package org.spiffyui.client.i18n
Private messages and localized strings for this librar only.
org.spiffyui.client.login - package org.spiffyui.client.login
Classes for showing the LoginPanel.
org.spiffyui.client.nav - package org.spiffyui.client.nav
The nav package contains all of the classes and interfaces for the main navigations bar.
org.spiffyui.client.rest - package org.spiffyui.client.rest
The rest package contains interfaces and classes for calling remote REST services.
org.spiffyui.client.rest.util - package org.spiffyui.client.rest.util
Contains the RESTAuthConstants class.
org.spiffyui.client.rest.v2 - package org.spiffyui.client.rest.v2
The rest.v2 package provides second versions of some of the REST interfaces from Spiffy UI.
org.spiffyui.client.widgets - package org.spiffyui.client.widgets
The widgets package contains reusable widgets for use in the Spiffy UI framework
org.spiffyui.client.widgets.button - package org.spiffyui.client.widgets.button
Buttons and button widgets
org.spiffyui.client.widgets.dialog - package org.spiffyui.client.widgets.dialog
Dialogs and dialog interfaces
org.spiffyui.client.widgets.multivaluesuggest - package org.spiffyui.client.widgets.multivaluesuggest
Multivalue SuggestBox and its REST helper
org.spiffyui.client.widgets.slider - package org.spiffyui.client.widgets.slider
Support for the JQuery UI slider widget.
org.spiffyui.maven.plugins - package org.spiffyui.maven.plugins
This package contains all of the Java code supporting the Spiffy UI Maven plugin.
org.spiffyui.maven.plugins.utils - package org.spiffyui.maven.plugins.utils
This package contains the utility classes for finding GWT modules in Maven projects.
org.spiffyui.server - package org.spiffyui.server
Contains the authentication server proxy and the servlets needed for localizing the date and time libraries.
org.spiffyui.server.filter - package org.spiffyui.server.filter
Contains the filters for GWT localization
org.spiffyui.server.i18n - package org.spiffyui.server.i18n
Utilities for internationalization

P

PackageMojo - Class in org.spiffyui.maven.plugins
Packages spiffy-ui client into an stand-alone archive
PackageMojo() - Constructor for class org.spiffyui.maven.plugins.PackageMojo
 
parseJSON(String) - Static method in class org.spiffyui.client.JSUtil
Parse the specified JSON string into a JavaScript object.
parseShortDate(String) - Static method in class org.spiffyui.client.JSDateUtil
Convert the specified String to a date object using the short format of the current locale
parseString(String) - Static method in class org.spiffyui.client.rest.RESTility
Returns HTTPMethod corresponding to method name.
password() - Method in interface org.spiffyui.client.i18n.SpiffyUIStrings
 
PASSWORD_TOKEN - Static variable in interface org.spiffyui.client.rest.util.RESTAuthConstants
The password JSON token.
percentCompleted(String) - Method in interface org.spiffyui.client.i18n.SpiffyUIStrings
 
POST - Static variable in class org.spiffyui.client.rest.RESTility
This method represents an HTTP POST request
preItemSelected(NavItem) - Method in interface org.spiffyui.client.nav.NavBarListener
Give the listener a chance to cancel the itemSelected event
printError(String) - Static method in class org.spiffyui.client.JSUtil
Prints an error message to the Firebug console.
println(String) - Static method in class org.spiffyui.client.JSUtil
Prints an info message to the Firebug console, Chrome developer console, or Internet Explorer dev mode console.
productName() - Method in interface org.spiffyui.client.i18n.SpiffyUIStrings
 
ProgressBar - Class in org.spiffyui.client.widgets
This widget wraps the JQuery UI progress bar
ProgressBar() - Constructor for class org.spiffyui.client.widgets.ProgressBar
Create a progress bar with the specified ID.
ProgressBar(String) - Constructor for class org.spiffyui.client.widgets.ProgressBar
Create a progress bar with the specified ID.
PUT - Static variable in class org.spiffyui.client.rest.RESTility
This method represents an HTTP PUT request

Q

queryOptions(String, int, int, RESTObjectCallBack<MultivalueSuggestBoxBase.OptionResultSet>) - Method in class org.spiffyui.client.widgets.multivaluesuggest.MultivalueSuggestBox
Retrieve Options (name-value pairs) that are suggested from the REST endpoint
queryOptions(String, int, int, RESTObjectCallBack<MultivalueSuggestBoxBase.OptionResultSet>) - Method in class org.spiffyui.client.widgets.multivaluesuggest.MultivalueSuggestBoxBase
Retrieve Options (name-value pairs) that are suggested

R

RangeSlider - Class in org.spiffyui.client.widgets.slider
RangeSlider is a convenient sub class of Slider for showing ranges.
RangeSlider(String, int, int, int, int) - Constructor for class org.spiffyui.client.widgets.slider.RangeSlider
Constructor for the RangeSlider
readModule(String) - Method in class org.spiffyui.maven.plugins.utils.SpiffyGwtModuleReader
Read a specified GWT module into the project.
reAlignGrid() - Method in class org.spiffyui.client.widgets.SlidingGridPanel
Force the grid to redraw.
refresh() - Method in interface org.spiffyui.client.i18n.SpiffyUIStrings
 
RefreshAnchor - Class in org.spiffyui.client.widgets.button
This an Anchor that shows the refresh icon.
RefreshAnchor() - Constructor for class org.spiffyui.client.widgets.button.RefreshAnchor
Creates a new RefreshAnchor with a randomly generated ID
RefreshAnchor(String) - Constructor for class org.spiffyui.client.widgets.button.RefreshAnchor
Creates a new RefreshAnchor with the specified ID
remove(NavItem) - Method in class org.spiffyui.client.nav.MainNavBar
Remove the specified NavItem from the navigation bar.
removeListener(NavBarListener) - Method in class org.spiffyui.client.nav.HasNavBarListenersPanel
Removes a NavBarListener from this navigation bar.
removeListener(SliderListener) - Method in class org.spiffyui.client.widgets.slider.Slider
Removes the SliderListener
removeLoginListener(RESTLoginCallBack) - Static method in class org.spiffyui.client.rest.RESTility
Remove login listeners
renew() - Method in interface org.spiffyui.client.i18n.SpiffyUIStrings
 
repeatlogin() - Method in interface org.spiffyui.client.i18n.SpiffyUIStrings
 
repeatloginTwo() - Method in interface org.spiffyui.client.i18n.SpiffyUIStrings
 
replaceDialogBodyContents(Widget) - Method in class org.spiffyui.client.widgets.dialog.Dialog
Replace the entire contents of the dialog body with the Widget
replaceHistoryItem(HistoryCallback, String, boolean) - Static method in class org.spiffyui.client.JSUtil
Replace the current item in the browser's history.
replaceHistoryItem(HistoryCallback, String, boolean, String) - Static method in class org.spiffyui.client.JSUtil
Replace the current item in the browser's history.
replaceTitle(String) - Method in class org.spiffyui.client.widgets.dialog.Dialog
Replaces the inner text of the title.
requiresSecureCookies() - Static method in class org.spiffyui.client.rest.RESTility
Determines if RESTility will force all cookies to require SSL.
reset() - Method in class org.spiffyui.build.ClosureTask
Reset state to default.
reset() - Method in class org.spiffyui.build.EpochTStampTask
Reset state to default.
reset() - Method in class org.spiffyui.build.GzipListTask
Reset state to default.
reset() - Method in class org.spiffyui.build.HTMLPropertiesTask
Reset state to default.
reset() - Method in class org.spiffyui.build.RevisionInfoTask
Reset state to default.
ResourcesMojo - Class in org.spiffyui.maven.plugins
Copies resources to the target
ResourcesMojo() - Constructor for class org.spiffyui.maven.plugins.ResourcesMojo
 
RESTAuthConstants - Interface in org.spiffyui.client.rest.util
This interface defines the necessary constants to perform a login for a REST service that follows the Novell architecture council standard for tokenized identity
RESTAuthProvider - Interface in org.spiffyui.client.rest
This interface defines the necessary steps to perform a login for a REST service that follows the Novell architecture council standard for tokenized identity.
RESTAuthProvider - Interface in org.spiffyui.client.rest.v2
This interface allows clients to perform custom login handling.
RESTCallback - Interface in org.spiffyui.client.rest
This interface is used when calling REST APIs in conjunction with RESTility.
RESTException - Exception in org.spiffyui.client.rest
This exception represents a successful return from a REST call with an error payload.
RESTException(String, String, String, Map<String, String>, int, String) - Constructor for exception org.spiffyui.client.rest.RESTException
Creates a new RESTException
RESTility - Class in org.spiffyui.client.rest
A set of utilities for calling REST from GWT.
RESTility.HTTPMethod - Class in org.spiffyui.client.rest
This is a helper type class so we can pass the HTTP method as a type safe object instead of a string.
RESTLoginCallBack - Interface in org.spiffyui.client.rest
RESTility and the AuthUtil try to make login and authentication transparent to the calling code.
RESTObjectCallBack<T> - Interface in org.spiffyui.client.rest
This interface is implemented by request callers to get the bean or Object back from a REST call.
RESTOptions - Class in org.spiffyui.client.rest
This Java Bean provides options for making REST calls.
RESTOptions() - Constructor for class org.spiffyui.client.rest.RESTOptions
 
RevisionInfoBean - Class in org.spiffyui.build
This simple beans handles the revision number and revision date for the revision info task.
RevisionInfoBean(String, String) - Constructor for class org.spiffyui.build.RevisionInfoBean
Create a new revision info bean.
RevisionInfoMojo - Class in org.spiffyui.maven.plugins
Determines various revision details about the build
RevisionInfoMojo() - Constructor for class org.spiffyui.maven.plugins.RevisionInfoMojo
 
RevisionInfoTask - Class in org.spiffyui.build
The RevisionInfoTask gets information about the current revision being built and makes it available to the project.
RevisionInfoTask() - Constructor for class org.spiffyui.build.RevisionInfoTask
 
RevisionInfoUtil - Class in org.spiffyui.build
The RevisionInfoTask gets information about the current revision being built and makes it available to the project.
RevisionInfoUtil() - Constructor for class org.spiffyui.build.RevisionInfoUtil
 

S

SELECTED_CLASS - Static variable in class org.spiffyui.client.nav.MainNavBar
The class used for selected navigation items
selectItem(NavItem) - Method in class org.spiffyui.client.nav.MainNavBar
Selects the specified navigation item and fires the navigation event to let all listeners know it was selected.
selectItem(NavItem, boolean, boolean) - Method in class org.spiffyui.client.nav.MainNavBar
Selects the specified navigation item and fires the navigation event to let all listeners know it was selected.
selectItem(NavItem, boolean, boolean, boolean) - Method in class org.spiffyui.client.nav.MainNavBar
Selects the specified navigation item and can fire the navigation event to let all listeners know it was selected, if the doFireSelectedEvent parameter is set accordingly.
service(HttpServletRequest, HttpServletResponse) - Method in class org.spiffyui.server.AuthServlet
 
service(HttpServletRequest, HttpServletResponse) - Method in class org.spiffyui.server.JSLocaleServlet
 
setAccessKey(char) - Method in class org.spiffyui.client.nav.NavItem
Set the access key for this menu item
setAccessKey(char) - Method in class org.spiffyui.client.widgets.multivaluesuggest.MultivalueSuggestBoxBase
 
setAuthProvider(RESTAuthProvider) - Static method in class org.spiffyui.client.rest.RESTility
Sets the authentication provider used for future REST requests.
setAutoCloseTime(int) - Method in class org.spiffyui.client.widgets.Tooltip
The time in milliseconds that the tooltip will automatically close if the mouse moves out of it.
setBestLocale(String) - Static method in class org.spiffyui.client.rest.RESTility
We can't know the best locale until after the user logs in because we need to consider their locale from the identity vault.
setBody(Widget) - Method in class org.spiffyui.client.widgets.Tooltip
Sets the body of the tooltip with any Widget.
setBookmarkable(boolean) - Method in class org.spiffyui.client.nav.MainNavBar
 
setBooleanOption(SliderOption, boolean) - Method in class org.spiffyui.client.widgets.slider.Slider
Set an option boolean value
setButtonBar(FlowPanel) - Method in class org.spiffyui.client.widgets.dialog.Dialog
 
setButtonClicked(String) - Method in class org.spiffyui.client.widgets.dialog.Dialog
 
setCallback(RESTCallback) - Method in class org.spiffyui.client.rest.RESTOptions
Set the callback for this REST request.
setCallbackKey(Object) - Method in class org.spiffyui.client.login.LoginPanel
 
setCellHeight(int) - Method in class org.spiffyui.client.widgets.SlidingGridPanel
the height of each cell in px
setCellWidth(int) - Method in class org.spiffyui.client.widgets.SlidingGridPanel
the width of each cell in px
setCloseButtonTitle(String) - Method in class org.spiffyui.client.widgets.LongMessage
Set the title (tooltip) text of the close button on the LongMessage
setCloseText(String) - Method in class org.spiffyui.client.widgets.dialog.Dialog
Sets this dialog's close icon's tooltip text.
setClosureJar(File) - Method in class org.spiffyui.build.ClosureTask
Set the path to the closure compiler JAR file normally named compiler.jar.
setCompilationLevel(String) - Method in class org.spiffyui.build.ClosureTask
Sets the compilation level
setContentLength(int) - Method in class org.spiffyui.server.filter.GenericResponseWrapper
 
setContentType(String) - Method in class org.spiffyui.server.filter.GenericResponseWrapper
 
setData(JSONValue) - Method in class org.spiffyui.client.rest.RESTOptions
Set the data for this REST request.
setDateValue(Date) - Method in class org.spiffyui.client.widgets.DatePickerTextBox
Sets the current Date value
setDateValue(Date) - Method in class org.spiffyui.client.widgets.TimePickerTextBox
Sets the value to be the short time of the date
setDateValueRounded(Date) - Method in class org.spiffyui.client.widgets.TimePickerTextBox
Sets the value to be the time of the date on the or rounded up to the nearest hour or half hour
setDefaultButton(int) - Method in class org.spiffyui.client.widgets.dialog.Dialog
Set the focus to the button added to the button bar at the index specified.
setDelay(int) - Method in class org.spiffyui.client.widgets.multivaluesuggest.MultivalueSuggestBoxBase
Set the time in milliseconds a user should stop typing before a query to the server is sent.
setDest(File) - Method in class org.spiffyui.build.GzipListTask
Sepcify the location of the directory to output the compressed files
setDialogBody(HTMLPanel) - Method in class org.spiffyui.client.widgets.dialog.Dialog
 
setDir(File) - Method in class org.spiffyui.build.RevisionInfoTask
Sepcify the location of the directory to get the revision of
setDisplayName(String) - Method in class org.spiffyui.client.nav.NavItem
Set the display name for this nav item
setDisplaySeparator(String) - Method in class org.spiffyui.client.widgets.multivaluesuggest.MultivalueSuggestBoxBase
Set the delimiting character(s) between the display texts.
setEnabled(boolean) - Method in class org.spiffyui.client.nav.HasNavBarListenersPanel
 
setEnabled(boolean) - Method in class org.spiffyui.client.nav.MainNavBar
Set the navigation bar to be enabled or disabled.
setEnabled(boolean) - Method in class org.spiffyui.client.widgets.button.FancyButton
 
setEnabled(boolean) - Method in class org.spiffyui.client.widgets.button.RefreshAnchor
 
setETag(String) - Method in interface org.spiffyui.client.rest.ConcurrentRESTCallback
Sets the Etag for this request.
setEtag(String) - Method in class org.spiffyui.client.rest.RESTOptions
Set the etag for this REST request.
setFeedback(FormFeedback) - Method in class org.spiffyui.client.widgets.multivaluesuggest.MultivalueSuggestBoxBase
Set the FormFeedback widget used.
setFocus(boolean) - Method in class org.spiffyui.client.widgets.multivaluesuggest.MultivalueSuggestBoxBase
 
setFooterString(String) - Method in class org.spiffyui.client.MainFooter
Set the footer string.
setGridOffset(int) - Method in class org.spiffyui.client.widgets.SlidingGridPanel
Deprecated. The grid offset is now deprecated since the sliding grid will use the parent width instead of the window width. This field will be ignored and will be removed in the next release.
setHeaders(Map<String, String>) - Method in class org.spiffyui.client.rest.RESTOptions
Set the HTTP headers for this REST request.
setHeaderTitle(String) - Method in class org.spiffyui.client.MainHeader
Set the main title for this header
setHistoryEnabled(boolean) - Static method in class org.spiffyui.client.JSUtil
Sets history integration as enabled or disabled.
setHTML(String) - Method in class org.spiffyui.client.widgets.LongMessage
Sets a message as HTML in the panel and makes it visible
setId(String) - Method in class org.spiffyui.client.widgets.dialog.Dialog
 
setInProgress(boolean) - Method in class org.spiffyui.client.widgets.button.FancyButton
Sets this button to be in progress.
setInProgress(boolean) - Method in class org.spiffyui.client.widgets.button.SimpleButton
Sets this button to be in progress.
setInRequest(boolean) - Method in class org.spiffyui.client.login.LoginPanel
 
setIntOption(SliderOption, int) - Method in class org.spiffyui.client.widgets.slider.Slider
Set an option numeric value
setIsLoginRequest(boolean) - Method in class org.spiffyui.client.rest.RESTOptions
Set this REST request as a login request.
setIsRepeat(boolean) - Method in class org.spiffyui.client.login.LoginPanel
Check if this is login case or renew token case (after token has timed out) and show the login dialog differently
setJSfile(File) - Method in class org.spiffyui.build.ClosureTask
Sepcify the name of the output file.
setLoading(boolean) - Method in class org.spiffyui.client.widgets.button.RefreshAnchor
Sets the anchor to appear as loading
setLoadingText(String) - Method in class org.spiffyui.client.widgets.multivaluesuggest.MultivalueSuggestBoxBase
Sets the loading text String
setLoginPanel(LoginPanel) - Static method in class org.spiffyui.client.login.LoginPanel
 
setLogout(Anchor) - Method in class org.spiffyui.client.MainHeader
Set the Anchor used for the logout in the header
setLogTitleJS(String) - Static method in class org.spiffyui.client.MessageUtil
Set the title of the error log.
setMaximum(int) - Method in class org.spiffyui.client.widgets.slider.Slider
Sets the maximum possible value for the slider
setMaximumDate(String) - Method in class org.spiffyui.client.widgets.DatePickerTextBox
Set a maximum selectable date via a Date object or as a string in the current dateFormat, or a number of days from today (e.g.
setMaximumDate(Date) - Method in class org.spiffyui.client.widgets.DatePickerTextBox
Set a maximum selectable date via a java.util.Date object
setMethod(RESTility.HTTPMethod) - Method in class org.spiffyui.client.rest.RESTOptions
Set the REST request method.
setMinimum(int) - Method in class org.spiffyui.client.widgets.slider.Slider
Sets the minimum possible value for the slider
setMinimumDate(String) - Method in class org.spiffyui.client.widgets.DatePickerTextBox
Set a minimum selectable date via a Date object or as a string in the current dateFormat, or a number of days from today (e.g.
setMinimumDate(Date) - Method in class org.spiffyui.client.widgets.DatePickerTextBox
Set a minimum selectable date via a java.util.Date object
setName(String) - Method in class org.spiffyui.client.widgets.multivaluesuggest.MultivalueSuggestBoxBase.Option
 
setNameKey(String) - Method in class org.spiffyui.client.widgets.multivaluesuggest.MultivalueSuggestHelper
 
setNavBar(MainNavBar) - Method in class org.spiffyui.client.nav.NavSection
Set the navigation bar reference so the navigation bar can add listeners to the anchors in this section
setOptionsKey(String) - Method in class org.spiffyui.client.widgets.multivaluesuggest.MultivalueSuggestHelper
 
setPackage(String) - Method in class org.spiffyui.build.HTMLPropertiesTask
Specify the package name for the generated Java file.
setPadding(int) - Method in class org.spiffyui.client.widgets.SlidingGridPanel
the padding between each cell in px
setPageSize(int) - Method in class org.spiffyui.client.widgets.multivaluesuggest.MultivalueSuggestBoxBase
Set the maximum number of options in the selection dropdown list at a time.
setPanel(Panel) - Method in class org.spiffyui.client.widgets.SlideDownPrefsPanel
Set the panel displayed when this panel is expanded
setProperties(File) - Method in class org.spiffyui.build.HTMLPropertiesTask
Specify the location of the properties output file.
setProperty(String) - Method in class org.spiffyui.build.EpochTStampTask
Sets the property name
setRequireSecureCookies(boolean) - Static method in class org.spiffyui.client.rest.RESTility
Sets if RESTility cookies should only be sent via SSL.
setSessionCookieName(String) - Static method in class org.spiffyui.client.rest.RESTility
Sets the name of the Spiffy UI session cookie.
setSessionCookiePath(String) - Static method in class org.spiffyui.client.rest.RESTility
Set the path for the Spiffy_Session cookie.
setShouldReplay(boolean) - Method in class org.spiffyui.client.rest.RESTOptions
Set if this REST request should be replayed.
setStatus(int) - Method in class org.spiffyui.client.widgets.FormFeedback
Sets the status for this FormFeedback
setStatus(int) - Method in class org.spiffyui.client.widgets.StatusIndicator
Set the status of this status indicator.
setStringOption(SliderOption, String) - Method in class org.spiffyui.client.widgets.slider.Slider
Set an option string value
setStringOption(SliderOption) - Method in class org.spiffyui.client.widgets.slider.Slider
Deprecated. - typo, in future releases this will be removed. Use getStringOption(SliderOption option)
setSummaryLevel(String) - Method in class org.spiffyui.build.ClosureTask
Controls how detailed the compilation summary is.
setTabIndex(int) - Method in class org.spiffyui.client.widgets.multivaluesuggest.MultivalueSuggestBoxBase
 
setText(String, String) - Static method in class org.spiffyui.client.JSUtil
Set the text for an element
setText(String) - Method in class org.spiffyui.client.nav.NavHeader
Set the text of this header item.
setText(String) - Method in class org.spiffyui.client.widgets.dialog.ConfirmDialog
Set the text for the body of the confirm dialog.
setText(String) - Method in class org.spiffyui.client.widgets.LongMessage
Sets a message in the panel and makes it visible
setText(String) - Method in class org.spiffyui.client.widgets.multivaluesuggest.MultivalueSuggestBoxBase
Sets the text within the text field of the suggest box
setTitle(String) - Method in class org.spiffyui.client.nav.NavSection
 
setTitle(String) - Method in class org.spiffyui.client.widgets.SlideDownPrefsPanel
 
setTokenServerLogoutURL(String) - Static method in class org.spiffyui.client.rest.RESTility
Set the authentication server logout url in JavaScript memory and and saves it in a cookie.
setTokenServerUrl(String) - Method in class org.spiffyui.client.login.LoginPanel
 
setTokenServerURL(String) - Static method in class org.spiffyui.client.rest.RESTility
Set the authentication server url in JavaScript memory and and saves it in a cookie.
setTokenType(String) - Static method in class org.spiffyui.client.rest.RESTility
Set the type of token RESTility will pass.
setTotalSize(int) - Method in class org.spiffyui.client.widgets.multivaluesuggest.MultivalueSuggestBoxBase.OptionResultSet
 
setTotalSizeKey(String) - Method in class org.spiffyui.client.widgets.multivaluesuggest.MultivalueSuggestHelper
 
setURL(String) - Method in class org.spiffyui.client.rest.RESTOptions
Set the URL for this REST request.
setUrlValidator(AuthURLValidator) - Static method in class org.spiffyui.server.AuthServlet
Sets the URL validator for this authentication servlet.
setUsername(String) - Static method in class org.spiffyui.client.rest.RESTility
Set the user name in JavaScript memory and and saves it in a cookie.
setUserToken(String) - Static method in class org.spiffyui.client.rest.RESTility
Set the user token in JavaScript memory and and saves it in a cookie.
setValidText(String) - Method in class org.spiffyui.client.widgets.multivaluesuggest.MultivalueSuggestBoxBase
Sets the valid text String.
setValue(String) - Method in class org.spiffyui.client.widgets.multivaluesuggest.MultivalueSuggestBoxBase.Option
 
setValue(int) - Method in class org.spiffyui.client.widgets.ProgressBar
Get the value of this progress bar
setValue(int) - Method in class org.spiffyui.client.widgets.slider.Slider
Convenience method for only 1 anchor
setValueDelim(String) - Method in class org.spiffyui.client.widgets.multivaluesuggest.MultivalueSuggestBoxBase
Set the delimiting character(s) between values if calling getValue to get all the values in the value map as a single String.
setValueKey(String) - Method in class org.spiffyui.client.widgets.multivaluesuggest.MultivalueSuggestHelper
 
setValueMap(Map<String, String>) - Method in class org.spiffyui.client.widgets.multivaluesuggest.MultivalueSuggestBoxBase
 
setValues(int, int) - Method in class org.spiffyui.client.widgets.slider.RangeSlider
Convenience method for when range is true, sets both the min and max anchors
setValues(int[]) - Method in class org.spiffyui.client.widgets.slider.Slider
Sets the value of each anchor
setVisible(boolean) - Method in class org.spiffyui.client.login.LoginPanel
 
setWarningLevel(String) - Method in class org.spiffyui.build.ClosureTask
Specifies the warning level to use.
setWelcomeString(String) - Method in class org.spiffyui.client.MainHeader
Sets the username for display in the header
shouldReplay() - Method in class org.spiffyui.client.rest.RESTOptions
Set if this REST request should be replayed.
show(String, String) - Static method in class org.spiffyui.client.JSUtil
Shows an element with a fade effect.
show(String, String, JSEffectCallback) - Static method in class org.spiffyui.client.JSUtil
Shows an element with a fade effect.
show(String) - Static method in class org.spiffyui.client.JSUtil
Shows the specified element.
show() - Method in class org.spiffyui.client.login.LoginPanel
show the login panel
show() - Method in class org.spiffyui.client.widgets.dialog.Dialog
Overriding show so that the default button can have focus and thereby be keyboard accessible.
show() - Method in class org.spiffyui.client.widgets.Tooltip
We are overriding the show method so that we can cancel the auto close timer.
showError(String) - Static method in class org.spiffyui.client.MessageUtil
Show a temporary error message and logs it to the client-side error log
showError(String, String) - Static method in class org.spiffyui.client.MessageUtil
Show aan error message.
showFatalError(String) - Static method in class org.spiffyui.client.MessageUtil
Show a fatal error message in the error panel with the ID errorPanel.
showLogin(RESTCallback, String, Response, RESTException) - Method in class org.spiffyui.client.rest.AuthUtil
Show the login dialog.
showLogin(RESTCallback, String, String) - Method in class org.spiffyui.client.rest.AuthUtil
Show the login dialog.
showLogin(RESTCallback, String, String) - Method in interface org.spiffyui.client.rest.RESTAuthProvider
Show the login dialog.
showLogin(RESTCallback, String, Response, RESTException) - Method in interface org.spiffyui.client.rest.v2.RESTAuthProvider
Show the login dialog.
showLoginPanel(LoginStringHelper, String, Object, String, String, boolean, String) - Static method in class org.spiffyui.client.login.LoginPanel
Show the login panel.
showMessage(String) - Static method in class org.spiffyui.client.MessageUtil
Show an information message.
showMessage(String, String) - Static method in class org.spiffyui.client.MessageUtil
Show an warning message.
showWarning(String) - Static method in class org.spiffyui.client.MessageUtil
Show a warning message.
showWarning(String, boolean) - Static method in class org.spiffyui.client.MessageUtil
Show a warning message.
SimpleButton - Class in org.spiffyui.client.widgets.button
A GWT button which supports an in progress state.
SimpleButton() - Constructor for class org.spiffyui.client.widgets.button.SimpleButton
Create a new simple button with no text
SimpleButton(String) - Constructor for class org.spiffyui.client.widgets.button.SimpleButton
Create a new simple button with the specified text
slideDown(String, String) - Static method in class org.spiffyui.client.JSUtil
Shows an element with a slide down effect.
slideDown(String, String, JSEffectCallback) - Static method in class org.spiffyui.client.JSUtil
Shows an element with a slide down effect.
SlideDownPrefsPanel - Class in org.spiffyui.client.widgets
The SlideDownPrefsPanel shows a tab that sticks to the bottom of the header of the page.
SlideDownPrefsPanel() - Constructor for class org.spiffyui.client.widgets.SlideDownPrefsPanel
Creates a new panel with a randomly generated ID
SlideDownPrefsPanel(String) - Constructor for class org.spiffyui.client.widgets.SlideDownPrefsPanel
Creates a new panel
SlideDownPrefsPanel(String, String) - Constructor for class org.spiffyui.client.widgets.SlideDownPrefsPanel
Create a new panel
Slider - Class in org.spiffyui.client.widgets.slider
This widget wraps the JQuery UI Slider and allows for single slider or double slider with range.
Slider(String, int, int, int) - Constructor for class org.spiffyui.client.widgets.slider.Slider
Create a slider with the specified ID.
Slider(String, int, int, int[]) - Constructor for class org.spiffyui.client.widgets.slider.Slider
Create a slider with the specified ID.
Slider(String) - Constructor for class org.spiffyui.client.widgets.slider.Slider
Create the default slider with the specified ID.
Slider(String, JSONObject) - Constructor for class org.spiffyui.client.widgets.slider.Slider
Create a slider with the specified ID.
SliderEvent - Class in org.spiffyui.client.widgets.slider
A class to hold event values for the Slider
SliderEvent(Event, Slider, int[]) - Constructor for class org.spiffyui.client.widgets.slider.SliderEvent
Create a new slider event.
SliderEvent(Event, Slider, int[], boolean) - Constructor for class org.spiffyui.client.widgets.slider.SliderEvent
Create a new slider event.
SliderListener - Interface in org.spiffyui.client.widgets.slider
The listener interface for the sliders
SliderOption - Enum in org.spiffyui.client.widgets.slider
An enumeration of all the options you can set for a slider
slideUp(String, String) - Static method in class org.spiffyui.client.JSUtil
Hides an element with a slide up effect.
slideUp(String, String, JSEffectCallback) - Static method in class org.spiffyui.client.JSUtil
Hides an element with a slide up effect.
SlidingGridPanel - Class in org.spiffyui.client.widgets
A panel that uses a sliding grid layout based on this example .
SlidingGridPanel() - Constructor for class org.spiffyui.client.widgets.SlidingGridPanel
Create a new SlidingGridPanel
SmallLoadingIndicator - Class in org.spiffyui.client.widgets
This is a reusable loading icon widget
SmallLoadingIndicator() - Constructor for class org.spiffyui.client.widgets.SmallLoadingIndicator
Creates a new SmallLoadingIndicator
SPIFFY_TMP_SUFFIX - Static variable in class org.spiffyui.maven.plugins.InitializeMojo
This is the string we use to name the temporary module created during compilation
SpiffyGwtModuleReader - Class in org.spiffyui.maven.plugins.utils
The SpiffyGwtModuleReader finds GWT modules in a Maven project and makes them available for GWT compilation.
SpiffyGwtModuleReader(MavenProject, Log, ClasspathBuilder, String, String) - Constructor for class org.spiffyui.maven.plugins.utils.SpiffyGwtModuleReader
Create a new SpiffyGwtModuleReader.
SpiffyUIStrings - Interface in org.spiffyui.client.i18n
Localized strings for the library classes
startAutoCloseTimer() - Method in class org.spiffyui.client.widgets.Tooltip
Call this if you want to start the auto close timer based on some other event.
statusFailed() - Method in interface org.spiffyui.client.i18n.SpiffyUIStrings
 
StatusIndicator - Class in org.spiffyui.client.widgets
This is a reusable loading icon widget
StatusIndicator(int) - Constructor for class org.spiffyui.client.widgets.StatusIndicator
Show a generic status indicator
StatusIndicator() - Constructor for class org.spiffyui.client.widgets.StatusIndicator
Show a generic status indicator with the default status of none
statusInProgress() - Method in interface org.spiffyui.client.i18n.SpiffyUIStrings
 
statusSucceeded() - Method in interface org.spiffyui.client.i18n.SpiffyUIStrings
 
SUCCEEDED - Static variable in class org.spiffyui.client.widgets.StatusIndicator
Status Succeeded
success(T) - Method in interface org.spiffyui.client.rest.RESTObjectCallBack
Called when your REST call succeeds.

T

TimePickerTextBox - Class in org.spiffyui.client.widgets
This widget uses a simple GWT TextBox and attaches the JQuery time picker.
TimePickerTextBox() - Constructor for class org.spiffyui.client.widgets.TimePickerTextBox
Create a TimePickerTextBox with a random ID.
TimePickerTextBox(String) - Constructor for class org.spiffyui.client.widgets.TimePickerTextBox
Create a TimePickerTextBox with the specified ID.
togglePanel() - Method in class org.spiffyui.client.widgets.SlideDownPrefsPanel
Toggle the panel visible or Invisible
toggleSection(Element, HTMLPanel, String, String) - Static method in class org.spiffyui.client.JSUtil
Toggle hiding or showing a section
toggleSlide(String, String) - Static method in class org.spiffyui.client.JSUtil
Toggles the visibility of the specified element with a vertical slide effect
toggleSlide(String, String, JSEffectCallback) - Static method in class org.spiffyui.client.JSUtil
Toggles the visibility of the specified element with a vertical slide effect
Tooltip - Class in org.spiffyui.client.widgets
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).
Tooltip() - Constructor for class org.spiffyui.client.widgets.Tooltip
Create a tooltip
toString() - Method in exception org.spiffyui.client.rest.RESTException
 
toString() - Method in enum org.spiffyui.client.widgets.slider.SliderOption
 
toString() - Method in class org.spiffyui.maven.plugins.GwtCompileMojo.ClassBuilder
 
toString() - Method in class org.spiffyui.server.filter.GenericResponseWrapper
 
trimLastDelimiter(String, String) - Static method in class org.spiffyui.client.JSUtil
Returns a String without the last delimiter

U

unabledAuthServer() - Method in interface org.spiffyui.client.i18n.SpiffyUIStrings
 
UNPARSABLE_RESPONSE - Static variable in exception org.spiffyui.client.rest.RESTException
This is a constant error code to indicate the response was not well formed JSON
updateFormFeedback(int, String) - Method in class org.spiffyui.client.widgets.multivaluesuggest.MultivalueSuggestBoxBase
Convenience method to set the status and tooltip of the FormFeedback
updateSelectedState(Anchor) - Method in class org.spiffyui.client.nav.NavSection
Updates the selection state to mark the specified anchor selected and the rest unselected
USER_TOKEN - Static variable in interface org.spiffyui.client.rest.util.RESTAuthConstants
The user token JSON token.
username() - Method in interface org.spiffyui.client.i18n.SpiffyUIStrings
 
USERNAME_TOKEN - Static variable in interface org.spiffyui.client.rest.util.RESTAuthConstants
The username JSON token.

V

valid() - Method in interface org.spiffyui.client.i18n.SpiffyUIStrings
 
VALID - Static variable in class org.spiffyui.client.widgets.FormFeedback
Feedback status valid
validateEmail(String) - Static method in class org.spiffyui.client.JSUtil
Validate an email address entry such that both the following will pass: Allison Blake or ablake@novell.com
validateURI(HttpServletRequest, String) - Method in interface org.spiffyui.server.AuthURLValidator
Validate the specified authentication server WAR against a custom whitelist.
valueOf(String) - Static method in enum org.spiffyui.client.login.LoginStrings
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.spiffyui.client.widgets.slider.SliderOption
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.spiffyui.client.login.LoginStrings
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.spiffyui.client.widgets.slider.SliderOption
Returns an array containing the constants of this enum type, in the order they are declared.

W

WARNING - Static variable in class org.spiffyui.client.widgets.FormFeedback
Feedback status warning
write(int) - Method in class org.spiffyui.server.filter.FilterServletOutputStream
 
write(byte[]) - Method in class org.spiffyui.server.filter.FilterServletOutputStream
 
write(byte[], int, int) - Method in class org.spiffyui.server.filter.FilterServletOutputStream
 

X

XSS_ERROR - Static variable in exception org.spiffyui.client.rest.RESTException
This constant indicates that the server returned a 401, but did not return the required authentication HTTP header

Z

zipFileList(List<File>, File) - Static method in class org.spiffyui.build.GzipListUtil
GZIP the specified list of files.

A B C D E F G H I J K L M N O P Q R S T U V W X Z
Spiffy UI Framework