Skip navigation links
Uberfire Widgets Commons 1.0.0.Beta6
A B C D E F G H I L M N O P R S T U V W Y 

A

AbstractConcurrentChangePopup - Class in org.uberfire.ext.widgets.common.client.common
 
AbstractConcurrentChangePopup(String, Command, Command, String) - Constructor for class org.uberfire.ext.widgets.common.client.common.AbstractConcurrentChangePopup
 
AbstractConcurrentChangePopup(String, Command, Command) - Constructor for class org.uberfire.ext.widgets.common.client.common.AbstractConcurrentChangePopup
 
AbstractConcurrentChangePopup(String, Command, Command, Command) - Constructor for class org.uberfire.ext.widgets.common.client.common.AbstractConcurrentChangePopup
 
AbstractLazyStackPanelHeader - Class in org.uberfire.ext.widgets.common.client.common
 
AbstractLazyStackPanelHeader() - Constructor for class org.uberfire.ext.widgets.common.client.common.AbstractLazyStackPanelHeader
 
AbstractRestrictedEntryTextBox - Class in org.uberfire.ext.widgets.common.client.common
A TextBox to handle restricted entry
AbstractRestrictedEntryTextBox() - Constructor for class org.uberfire.ext.widgets.common.client.common.AbstractRestrictedEntryTextBox
 
AbstractRestrictedEntryTextBox(boolean) - Constructor for class org.uberfire.ext.widgets.common.client.common.AbstractRestrictedEntryTextBox
 
AbstractTableFileURI() - Method in interface org.uberfire.ext.widgets.common.client.resources.i18n.CommonConstants
 
AbstractTableOpen() - Method in interface org.uberfire.ext.widgets.common.client.resources.i18n.CommonConstants
 
AbstractTableOpenSelected() - Method in interface org.uberfire.ext.widgets.common.client.resources.i18n.CommonConstants
 
AbstractTablePleaseSelectAnItemToDelete() - Method in interface org.uberfire.ext.widgets.common.client.resources.i18n.CommonConstants
 
AbstractTableRefreshList() - Method in interface org.uberfire.ext.widgets.common.client.resources.i18n.CommonConstants
 
AceAnnotationType - Enum in org.uberfire.ext.widgets.common.client.ace
Enumeration for ACE annotation types.
AceCommand - Enum in org.uberfire.ext.widgets.common.client.ace
Enumeration for ACE command types.
AceCompletion - Class in org.uberfire.ext.widgets.common.client.ace
A completion proposed by an AceCompletionProvider.
AceCompletion() - Constructor for class org.uberfire.ext.widgets.common.client.ace.AceCompletion
 
AceCompletionCallback - Interface in org.uberfire.ext.widgets.common.client.ace
Callback interface for submitting code completion proposals.
AceCompletionProvider - Interface in org.uberfire.ext.widgets.common.client.ace
A provider of custom code-completion proposals.
AceCompletionSnippet - Class in org.uberfire.ext.widgets.common.client.ace
A completion proposed by an AceCompletionProvider.
AceCompletionSnippet(String, AceCompletionSnippetSegment[], String, int) - Constructor for class org.uberfire.ext.widgets.common.client.ace.AceCompletionSnippet
Creates a snippet type substitution.
AceCompletionSnippet(String, String, int, String) - Constructor for class org.uberfire.ext.widgets.common.client.ace.AceCompletionSnippet
Creates a snippet type substitution.
AceCompletionSnippetSegment - Interface in org.uberfire.ext.widgets.common.client.ace
A segment of a completion snippet
AceCompletionSnippetSegmentLiteral - Class in org.uberfire.ext.widgets.common.client.ace
A segment of a completion snippet
AceCompletionSnippetSegmentLiteral(String) - Constructor for class org.uberfire.ext.widgets.common.client.ace.AceCompletionSnippetSegmentLiteral
The literal text that makes up part of the snippet segment
AceCompletionSnippetSegmentTabstopItem - Class in org.uberfire.ext.widgets.common.client.ace
A segment of a completion snippet
AceCompletionSnippetSegmentTabstopItem(String) - Constructor for class org.uberfire.ext.widgets.common.client.ace.AceCompletionSnippetSegmentTabstopItem
Text that should fit inside a tabstop, the first tabstop is selected after a substitution, and subsequent tabstops are moved between by pressing the tab button.
AceCompletionValue - Class in org.uberfire.ext.widgets.common.client.ace
A completion proposed by an AceCompletionProvider.
AceCompletionValue(String, String, String, int) - Constructor for class org.uberfire.ext.widgets.common.client.ace.AceCompletionValue
Constructor.
AceEditor - Class in org.uberfire.ext.widgets.common.client.ace
A GWT widget for the Ajax.org Code Editor (ACE).
AceEditor() - Constructor for class org.uberfire.ext.widgets.common.client.ace.AceEditor
Preferred constructor.
AceEditor(boolean) - Constructor for class org.uberfire.ext.widgets.common.client.ace.AceEditor
Deprecated.
AceEditorCallback - Interface in org.uberfire.ext.widgets.common.client.ace
Callback interface for events generated by AceEditor.
AceEditorCursorPosition - Class in org.uberfire.ext.widgets.common.client.ace
Represents a cursor position.
AceEditorCursorPosition(int, int) - Constructor for class org.uberfire.ext.widgets.common.client.ace.AceEditorCursorPosition
Constructor.
AceEditorMode - Enum in org.uberfire.ext.widgets.common.client.ace
Enumeration for ACE editor modes.
AceEditorTheme - Enum in org.uberfire.ext.widgets.common.client.ace
Enumeration for ACE editor themes.
Actions() - Method in interface org.uberfire.ext.widgets.common.client.resources.i18n.CommonConstants
 
activate() - Method in class org.uberfire.ext.widgets.common.client.breadcrumbs.widget.BreadcrumbsPresenter
 
activate() - Method in interface org.uberfire.ext.widgets.common.client.breadcrumbs.widget.BreadcrumbsPresenter.View
 
activate() - Method in class org.uberfire.ext.widgets.common.client.breadcrumbs.widget.BreadcrumbsView
 
Active() - Method in interface org.uberfire.ext.widgets.common.client.resources.i18n.CommonConstants
 
add(SequencedAnimation, int) - Method in class org.uberfire.ext.widgets.common.client.animations.Sequencer
Add an animation to the list of animations to be sequenced.
add(Widget) - Method in class org.uberfire.ext.widgets.common.client.common.DecoratedDisclosurePanel
 
add(String, LoadContentCommand) - Method in class org.uberfire.ext.widgets.common.client.common.LazyStackPanel
Add a new (collapsed) element to the stack.
add(String, LoadContentCommand, boolean) - Method in class org.uberfire.ext.widgets.common.client.common.LazyStackPanel
 
add(String, ImageResource, LoadContentCommand) - Method in class org.uberfire.ext.widgets.common.client.common.LazyStackPanel
 
add(AbstractLazyStackPanelHeader, LoadContentCommand) - Method in class org.uberfire.ext.widgets.common.client.common.LazyStackPanel
Add a new (collapsed) element to the stack.
add(AbstractLazyStackPanelHeader, LoadContentCommand, boolean) - Method in class org.uberfire.ext.widgets.common.client.common.LazyStackPanel
 
Add_New_Filter() - Method in interface org.uberfire.ext.widgets.common.client.resources.i18n.CommonConstants
 
addAddTableButton(Button) - Method in class org.uberfire.ext.widgets.common.client.tables.FilterPagedTable
 
addAnnotation(int, int, String, AceAnnotationType) - Method in class org.uberfire.ext.widgets.common.client.ace.AceEditor
Add an annotation to a the local annotations JsArray, but does not set it on the editor
addAttribute(String, IsWidget) - Method in class org.uberfire.ext.widgets.common.client.common.FormStyleLayout
 
addAttribute(String, IsWidget) - Method in class org.uberfire.ext.widgets.common.client.common.popups.FormStylePopup
 
addAttribute(String, IsWidget, boolean) - Method in class org.uberfire.ext.widgets.common.client.common.popups.FormStylePopup
 
addAttribute(String, Widget) - Method in class org.uberfire.ext.widgets.common.client.common.PrettyFormLayout
 
addBlurHandler(BlurHandler) - Method in class org.uberfire.ext.widgets.common.client.common.DatePicker
 
addBreadCrumb(String, String, DefaultPlaceRequest) - Method in class org.uberfire.ext.widgets.common.client.breadcrumbs.UberfireBreadcrumbs
Creates a breadcrumb associated with a perspective and Place Request.
addBreadCrumb(String, String, DefaultPlaceRequest, HasWidgets) - Method in class org.uberfire.ext.widgets.common.client.breadcrumbs.UberfireBreadcrumbs
Creates a breadcrumb associated with a perspective a Place Request and a target panel.
addBreadCrumb(String, String, DefaultPlaceRequest, Command) - Method in class org.uberfire.ext.widgets.common.client.breadcrumbs.UberfireBreadcrumbs
Creates a breadcrumb associated with a perspective and Place Request.
addBreadCrumb(String, String, DefaultPlaceRequest, HasWidgets, Command) - Method in class org.uberfire.ext.widgets.common.client.breadcrumbs.UberfireBreadcrumbs
Creates a breadcrumb associated with a perspective a Place Request and a target panel.
addBreadcrumb(UberElement<BreadcrumbsPresenter>) - Method in interface org.uberfire.ext.widgets.common.client.breadcrumbs.UberfireBreadcrumbs.View
 
addBreadcrumb(UberElement<BreadcrumbsPresenter>) - Method in class org.uberfire.ext.widgets.common.client.breadcrumbs.UberfireBreadcrumbsView
 
addBreadcrumbToolbar(Element) - Method in interface org.uberfire.ext.widgets.common.client.breadcrumbs.UberfireBreadcrumbs.View
 
addBreadcrumbToolbar(Element) - Method in class org.uberfire.ext.widgets.common.client.breadcrumbs.UberfireBreadcrumbsView
 
AddButton - Class in org.uberfire.ext.widgets.common.client.common
 
AddButton() - Constructor for class org.uberfire.ext.widgets.common.client.common.AddButton
 
addButton(String, Command, ButtonType) - Method in class org.uberfire.ext.widgets.common.client.common.popups.footers.GenericModalFooter
 
addButton(String, Command, IconType, ButtonType) - Method in class org.uberfire.ext.widgets.common.client.common.popups.footers.GenericModalFooter
 
addChangeDateHandler(ChangeDateHandler) - Method in class org.uberfire.ext.widgets.common.client.common.DatePicker
 
addChangeMonthHandler(ChangeMonthHandler) - Method in class org.uberfire.ext.widgets.common.client.common.DatePicker
 
addChangeYearHandler(ChangeYearHandler) - Method in class org.uberfire.ext.widgets.common.client.common.DatePicker
 
addClearDateHandler(ClearDateHandler) - Method in class org.uberfire.ext.widgets.common.client.common.DatePicker
 
addClickHandler(ClickHandler) - Method in class org.uberfire.ext.widgets.common.client.common.AddButton
 
addClickHandler(ClickHandler) - Method in class org.uberfire.ext.widgets.common.client.common.InfoCube
 
addCloseHandler(CloseHandler<AbstractLazyStackPanelHeader>) - Method in class org.uberfire.ext.widgets.common.client.common.AbstractLazyStackPanelHeader
 
addCloseHandler(CloseHandler<DisclosurePanel>) - Method in class org.uberfire.ext.widgets.common.client.common.DecoratedDisclosurePanel
 
addColorChangedHandler(ColorChangedHandler) - Method in class org.uberfire.ext.widgets.common.client.colorpicker.SaturationLightnessPicker
 
addColorStop(int, String) - Method in class org.uberfire.ext.widgets.common.client.colorpicker.canvas.Gradient
 
addCompletionProvider(AceCompletionProvider) - Static method in class org.uberfire.ext.widgets.common.client.ace.AceEditor
Add an AceCompletionProvider to provide custom code completions.
addDialogClosedHandler(DialogClosedHandler) - Method in class org.uberfire.ext.widgets.common.client.colorpicker.dialog.Dialog
 
addEnumStyleName(Element, E) - Static method in class org.uberfire.ext.widgets.common.client.common.StyleHelper
 
addHeader(Image, String, Image) - Method in class org.uberfire.ext.widgets.common.client.common.PrettyFormLayout
 
addHeader(Image, Widget) - Method in class org.uberfire.ext.widgets.common.client.common.PrettyFormLayout
 
addHideHandler(HideHandler) - Method in class org.uberfire.ext.widgets.common.client.common.DatePicker
 
addHueChangedHandler(HueChangedHandler) - Method in class org.uberfire.ext.widgets.common.client.colorpicker.HuePicker
 
addItem(String) - Method in interface org.uberfire.ext.widgets.common.client.dropdown.LiveSearchDropDown.View
 
addItem(String) - Method in class org.uberfire.ext.widgets.common.client.dropdown.LiveSearchDropDownView
 
addListBoxToFilter(String, String, boolean, HashMap<String, String>) - Method in class org.uberfire.ext.widgets.common.client.tables.popup.NewFilterPopup
 
addListBoxToFilter(String, String, boolean, HashMap<String, String>) - Method in class org.uberfire.ext.widgets.common.client.tables.popup.NewTabFilterPopup
 
addMouseDownHandler(MouseDownHandler) - Method in class org.uberfire.ext.widgets.common.client.colorpicker.canvas.Canvas
 
addMouseMoveHandler(MouseMoveHandler) - Method in class org.uberfire.ext.widgets.common.client.colorpicker.canvas.Canvas
 
addMouseOutHandler(MouseOutHandler) - Method in class org.uberfire.ext.widgets.common.client.colorpicker.canvas.Canvas
 
addMouseOverHandler(MouseOverHandler) - Method in class org.uberfire.ext.widgets.common.client.colorpicker.canvas.Canvas
 
addMouseUpHandler(MouseUpHandler) - Method in class org.uberfire.ext.widgets.common.client.colorpicker.canvas.Canvas
 
addMouseWheelHandler(MouseWheelHandler) - Method in class org.uberfire.ext.widgets.common.client.colorpicker.canvas.Canvas
 
addOnChangeHandler(AceEditorCallback) - Method in class org.uberfire.ext.widgets.common.client.ace.AceEditor
Register a handler for change events generated by the editor.
addOnCursorPositionChangeHandler(AceEditorCallback) - Method in class org.uberfire.ext.widgets.common.client.ace.AceEditor
Register a handler for cursor position change events generated by the editor.
addOpenHandler(OpenHandler<AbstractLazyStackPanelHeader>) - Method in class org.uberfire.ext.widgets.common.client.common.AbstractLazyStackPanelHeader
 
addOpenHandler(OpenHandler<DisclosurePanel>) - Method in class org.uberfire.ext.widgets.common.client.common.DecoratedDisclosurePanel
 
addResetButtom(int, int, VerticalPanel) - Method in class org.uberfire.ext.widgets.common.client.tables.ColumnPicker
 
addRow(IsWidget) - Method in class org.uberfire.ext.widgets.common.client.common.FormStyleLayout
 
addRow(IsWidget) - Method in class org.uberfire.ext.widgets.common.client.common.popups.FormStylePopup
 
addRow(Widget) - Method in class org.uberfire.ext.widgets.common.client.common.PrettyFormLayout
 
addSelectionHandler(SelectionHandler<LazyStackPanelRow>) - Method in class org.uberfire.ext.widgets.common.client.common.LazyStackPanel
 
addShowHandler(ShowHandler) - Method in class org.uberfire.ext.widgets.common.client.common.DatePicker
 
addStyleName(String) - Method in class org.uberfire.ext.widgets.common.client.common.FileInputButton
 
addTab(PagedTable<T>, String, Command) - Method in class org.uberfire.ext.widgets.common.client.tables.FilterPagedTable
 
addTextBoxToFilter(String, String) - Method in class org.uberfire.ext.widgets.common.client.tables.popup.NewFilterPopup
 
addTextBoxToFilter(String, String, String) - Method in class org.uberfire.ext.widgets.common.client.tables.popup.NewFilterPopup
 
addTextBoxToFilter(String, String) - Method in class org.uberfire.ext.widgets.common.client.tables.popup.NewTabFilterPopup
 
addTextBoxToFilter(String, String, String) - Method in class org.uberfire.ext.widgets.common.client.tables.popup.NewTabFilterPopup
 
addThisColumnToPopup(ColumnMeta<T>) - Method in class org.uberfire.ext.widgets.common.client.tables.ColumnPicker
 
addToolbar(String, Element) - Method in class org.uberfire.ext.widgets.common.client.breadcrumbs.UberfireBreadcrumbs
Add a toolbar to a a perspective.
addToSearchCache(String, List<String>) - Method in class org.uberfire.ext.widgets.common.client.dropdown.LiveSearchDropDown
 
addUniqueEnumStyleName(Element, Class<F>, E) - Static method in class org.uberfire.ext.widgets.common.client.common.StyleHelper
 
addUtf8Charset(Form) - Method in class org.uberfire.ext.widgets.common.client.common.FileUploadFormEncoder
Sets the encoding of the provided form to UTF-8, see https://code.google.com/p/google-web-toolkit/issues/detail?
addValueChangeHandler(ValueChangeHandler<Date>) - Method in class org.uberfire.ext.widgets.common.client.common.DatePicker
 
addValueChangeHandler(ValueChangeHandler<JsArray<FileInputButton.UploadFile>>) - Method in class org.uberfire.ext.widgets.common.client.common.FileInputButton
 
adjustColumnWidths() - Method in class org.uberfire.ext.widgets.common.client.tables.ColumnPicker
 
afterColumnChangedHandler() - Method in class org.uberfire.ext.widgets.common.client.tables.SimpleTable
 
afterSearch(List<String>) - Method in interface org.uberfire.ext.widgets.common.client.dropdown.LiveSearchCallback
 
allowEmptyValue - Variable in class org.uberfire.ext.widgets.common.client.common.AbstractRestrictedEntryTextBox
 
arc(int, int, double, double, double, boolean) - Method in class org.uberfire.ext.widgets.common.client.colorpicker.canvas.RenderingContext
 
asEditor() - Method in class org.uberfire.ext.widgets.common.client.common.DatePicker
 
asWidget() - Method in class org.uberfire.ext.widgets.common.client.dropdown.LiveSearchDropDown
 
asWidget() - Method in class org.uberfire.ext.widgets.common.client.dropdown.PerspectiveDropDown
 
AutoRefresh() - Method in interface org.uberfire.ext.widgets.common.client.resources.i18n.CommonConstants
 
Autorefresh_Disabled() - Method in interface org.uberfire.ext.widgets.common.client.resources.i18n.CommonConstants
 

B

BaseModal - Class in org.uberfire.ext.widgets.common.client.common.popups
Base class for modal popup implementations.
BaseModal() - Constructor for class org.uberfire.ext.widgets.common.client.common.popups.BaseModal
 
Basic_Properties() - Method in interface org.uberfire.ext.widgets.common.client.resources.i18n.CommonConstants
 
beginPath() - Method in class org.uberfire.ext.widgets.common.client.colorpicker.canvas.RenderingContext
 
BreadcrumbsPresenter - Class in org.uberfire.ext.widgets.common.client.breadcrumbs.widget
 
BreadcrumbsPresenter(BreadcrumbsPresenter.View) - Constructor for class org.uberfire.ext.widgets.common.client.breadcrumbs.widget.BreadcrumbsPresenter
 
BreadcrumbsPresenter.View - Interface in org.uberfire.ext.widgets.common.client.breadcrumbs.widget
 
BreadcrumbsView - Class in org.uberfire.ext.widgets.common.client.breadcrumbs.widget
 
BreadcrumbsView() - Constructor for class org.uberfire.ext.widgets.common.client.breadcrumbs.widget.BreadcrumbsView
 
build() - Method in class org.uberfire.ext.widgets.common.client.menu.RefreshMenuBuilder
 
build() - Method in class org.uberfire.ext.widgets.common.client.menu.RefreshSelectorMenuBuilder
 
BusyIndicatorView - Class in org.uberfire.ext.widgets.common.client.common
 
BusyIndicatorView() - Constructor for class org.uberfire.ext.widgets.common.client.common.BusyIndicatorView
 
BusyPopup - Class in org.uberfire.ext.widgets.common.client.common
A simple pop-up to show messages while "long running" activities take place
busyPopup() - Method in interface org.uberfire.ext.widgets.common.client.resources.CommonCss
 
buttonClicked(Widget) - Method in class org.uberfire.ext.widgets.common.client.colorpicker.ColorPickerDialog
 
buttonClicked(Widget) - Method in class org.uberfire.ext.widgets.common.client.colorpicker.dialog.Dialog
 
ButtonPressed - Enum in org.uberfire.ext.widgets.common.client.common.popups
 
by() - Method in interface org.uberfire.ext.widgets.common.client.resources.i18n.CommonConstants
 

C

Cancel() - Method in interface org.uberfire.ext.widgets.common.client.resources.i18n.CommonConstants
 
Canvas - Class in org.uberfire.ext.widgets.common.client.colorpicker.canvas
 
Canvas() - Constructor for class org.uberfire.ext.widgets.common.client.colorpicker.canvas.Canvas
 
checkColumnMeta(ColumnMeta<T>) - Method in class org.uberfire.ext.widgets.common.client.tables.ColumnPicker
 
ChooseFile() - Method in interface org.uberfire.ext.widgets.common.client.resources.i18n.CommonConstants
 
clean() - Method in class org.uberfire.ext.widgets.common.client.common.LazyStackPanel
 
cleanFormValues(List<FormGroup>) - Method in class org.uberfire.ext.widgets.common.client.tables.popup.NewFilterPopup
 
cleanFormValues(List<FormGroup>) - Method in class org.uberfire.ext.widgets.common.client.tables.popup.NewTabFilterPopup
 
cleanTextArea() - Method in interface org.uberfire.ext.widgets.common.client.resources.CommonCss
 
clear() - Method in interface org.uberfire.ext.widgets.common.client.breadcrumbs.UberfireBreadcrumbs.View
 
clear() - Method in class org.uberfire.ext.widgets.common.client.breadcrumbs.UberfireBreadcrumbsView
 
clear() - Method in class org.uberfire.ext.widgets.common.client.common.DecoratedDisclosurePanel
 
clear() - Method in class org.uberfire.ext.widgets.common.client.common.popups.FormStylePopup
 
clear() - Method in class org.uberfire.ext.widgets.common.client.common.PrettyFormLayout
 
clear() - Method in class org.uberfire.ext.widgets.common.client.dropdown.LiveSearchDropDown
 
clear() - Method in class org.uberfire.ext.widgets.common.client.dropdown.PerspectiveDropDown
 
clearAnnotations() - Method in class org.uberfire.ext.widgets.common.client.ace.AceEditor
Clear any annotations from the editor and reset the local annotations JsArray
clearBreadCrumbsAndToolBars(String) - Method in class org.uberfire.ext.widgets.common.client.breadcrumbs.UberfireBreadcrumbs
Clear the breadcrumbs and toolbars associated with a perspective.
clearEndDate() - Method in class org.uberfire.ext.widgets.common.client.common.DatePicker
 
clearItems() - Method in interface org.uberfire.ext.widgets.common.client.dropdown.LiveSearchDropDown.View
 
clearItems() - Method in class org.uberfire.ext.widgets.common.client.dropdown.LiveSearchDropDownView
 
clearScrollHeight() - Method in class org.uberfire.ext.widgets.common.client.common.popups.YesNoCancelPopup
 
clearSearch() - Method in interface org.uberfire.ext.widgets.common.client.dropdown.LiveSearchDropDown.View
 
clearSearch() - Method in class org.uberfire.ext.widgets.common.client.dropdown.LiveSearchDropDownView
 
clearStartDate() - Method in class org.uberfire.ext.widgets.common.client.common.DatePicker
 
ClickableLabel - Class in org.uberfire.ext.widgets.common.client.common
 
ClickableLabel(String, ClickHandler, boolean) - Constructor for class org.uberfire.ext.widgets.common.client.common.ClickableLabel
 
ClickableLabel(String, ClickHandler) - Constructor for class org.uberfire.ext.widgets.common.client.common.ClickableLabel
 
ClickToDisplay0(String) - Method in interface org.uberfire.ext.widgets.common.client.resources.i18n.CommonConstants
 
close(boolean) - Method in class org.uberfire.ext.widgets.common.client.colorpicker.dialog.Dialog
 
close() - Static method in class org.uberfire.ext.widgets.common.client.common.BusyPopup
 
close() - Method in class org.uberfire.ext.widgets.common.client.resources.CommonAltedImages
 
close() - Method in interface org.uberfire.ext.widgets.common.client.resources.CommonImages
 
Close() - Method in interface org.uberfire.ext.widgets.common.client.resources.i18n.CommonConstants
 
closePath() - Method in class org.uberfire.ext.widgets.common.client.colorpicker.canvas.RenderingContext
 
closePopup() - Method in class org.uberfire.ext.widgets.common.client.tables.popup.NewFilterPopup
 
closePopup() - Method in class org.uberfire.ext.widgets.common.client.tables.popup.NewTabFilterPopup
 
collapse() - Method in class org.uberfire.ext.widgets.common.client.common.AbstractLazyStackPanelHeader
 
collapse() - Method in class org.uberfire.ext.widgets.common.client.common.LazyStackPanelHeader
 
collapse() - Method in interface org.uberfire.ext.widgets.common.client.resources.CommonImages
 
collapseAll() - Method in interface org.uberfire.ext.widgets.common.client.resources.CommonImages
 
colorChanged(ColorChangedEvent) - Method in interface org.uberfire.ext.widgets.common.client.colorpicker.ColorChangedHandler
 
ColorChangedEvent - Class in org.uberfire.ext.widgets.common.client.colorpicker
 
ColorChangedHandler - Interface in org.uberfire.ext.widgets.common.client.colorpicker
 
ColorPickerDialog - Class in org.uberfire.ext.widgets.common.client.colorpicker
 
ColorPickerDialog() - Constructor for class org.uberfire.ext.widgets.common.client.colorpicker.ColorPickerDialog
 
ColorPickerTitle() - Method in interface org.uberfire.ext.widgets.common.client.resources.i18n.CommonConstants
 
columnPicker() - Method in interface org.uberfire.ext.widgets.common.client.resources.CommonImages
 
ColumnPicker<T> - Class in org.uberfire.ext.widgets.common.client.tables
 
ColumnPicker(DataGrid<T>, GridPreferencesStore) - Constructor for class org.uberfire.ext.widgets.common.client.tables.ColumnPicker
 
ColumnPicker(DataGrid<T>) - Constructor for class org.uberfire.ext.widgets.common.client.tables.ColumnPicker
 
columnPickerButton() - Method in interface org.uberfire.ext.widgets.common.client.resources.CommonCss
 
ColumnPickerButtonTooltip() - Method in interface org.uberfire.ext.widgets.common.client.resources.i18n.CommonConstants
 
columnPickerPopup() - Method in interface org.uberfire.ext.widgets.common.client.resources.CommonCss
 
CommonAltedImages - Class in org.uberfire.ext.widgets.common.client.resources
 
CommonAltedImages() - Constructor for class org.uberfire.ext.widgets.common.client.resources.CommonAltedImages
 
CommonConstants - Interface in org.uberfire.ext.widgets.common.client.resources.i18n
 
CommonCss - Interface in org.uberfire.ext.widgets.common.client.resources
 
CommonImages - Interface in org.uberfire.ext.widgets.common.client.resources
 
CommonResources - Interface in org.uberfire.ext.widgets.common.client.resources
 
CommonsEntryPoint - Class in org.uberfire.ext.widgets.common.client
Bootstrap widgets-commons
CommonsEntryPoint() - Constructor for class org.uberfire.ext.widgets.common.client.CommonsEntryPoint
 
ComparableImageResource - Class in org.uberfire.ext.widgets.common.client.tables
 
ComparableImageResource(String, Image) - Constructor for class org.uberfire.ext.widgets.common.client.tables.ComparableImageResource
 
ComparableImageResourceCell - Class in org.uberfire.ext.widgets.common.client.tables
 
ComparableImageResourceCell() - Constructor for class org.uberfire.ext.widgets.common.client.tables.ComparableImageResourceCell
 
compareTo(ComparableImageResource) - Method in class org.uberfire.ext.widgets.common.client.tables.ComparableImageResource
 
compareTo(Object) - Method in class org.uberfire.ext.widgets.common.client.tables.DataGridFilter
 
compareTo(TitledTextCell.TitledText) - Method in class org.uberfire.ext.widgets.common.client.tables.TitledTextCell.TitledText
 
compress() - Method in class org.uberfire.ext.widgets.common.client.common.LazyStackPanelRow
 
ConcurrentChangePopup - Class in org.uberfire.ext.widgets.common.client.common
 
ConcurrentDelete(String, String) - Method in interface org.uberfire.ext.widgets.common.client.resources.i18n.CommonConstants
 
ConcurrentIssue() - Method in interface org.uberfire.ext.widgets.common.client.resources.i18n.CommonConstants
 
ConcurrentRename(String, String, String) - Method in interface org.uberfire.ext.widgets.common.client.resources.i18n.CommonConstants
 
ConcurrentUpdate(String, String) - Method in interface org.uberfire.ext.widgets.common.client.resources.i18n.CommonConstants
 
convertToBS3DateFormat(String) - Static method in class org.uberfire.ext.widgets.common.client.common.DatePickerFormatUtilities
BS3's DateFormat constants:
create(int, int) - Static method in class org.uberfire.ext.widgets.common.client.ace.AceEditorCursorPosition
Static creation method.
createAndAddSelectionColumn(DataGrid<T>) - Static method in class org.uberfire.ext.widgets.common.client.tables.SelectionColumn
 
createButton(String) - Method in class org.uberfire.ext.widgets.common.client.colorpicker.dialog.Dialog
 
createButtonBar() - Method in class org.uberfire.ext.widgets.common.client.colorpicker.dialog.Dialog
 
createButtonsForButtonBar() - Method in class org.uberfire.ext.widgets.common.client.colorpicker.dialog.Dialog
 
createDialogArea() - Method in class org.uberfire.ext.widgets.common.client.colorpicker.ColorPickerDialog
 
createDialogArea() - Method in class org.uberfire.ext.widgets.common.client.colorpicker.dialog.Dialog
 
createLinearGradient(int, int, int, int) - Method in class org.uberfire.ext.widgets.common.client.colorpicker.canvas.RenderingContext
 
createNewTab(PagedTable<T>, String, Button, Command) - Method in class org.uberfire.ext.widgets.common.client.tables.FilterPagedTable
 
createPageSizesListBox(int, int, int) - Method in class org.uberfire.ext.widgets.common.client.tables.PagedTable
 
createTimeSelector(int, String, int, AnchorListItem) - Method in class org.uberfire.ext.widgets.common.client.menu.RefreshSelectorMenuBuilder
 
css - Static variable in class org.uberfire.ext.widgets.common.client.common.FileInputButton
 
CSS() - Method in interface org.uberfire.ext.widgets.common.client.resources.CommonResources
 
css - Static variable in class org.uberfire.ext.widgets.common.client.tables.TitledTextCell
 
CustomFilters() - Method in interface org.uberfire.ext.widgets.common.client.resources.i18n.CommonConstants
 

D

dataGrid() - Method in interface org.uberfire.ext.widgets.common.client.resources.CommonCss
 
dataGridContent() - Method in interface org.uberfire.ext.widgets.common.client.resources.CommonCss
 
DataGridFilter<T> - Class in org.uberfire.ext.widgets.common.client.tables
 
DataGridFilter(String, Command) - Constructor for class org.uberfire.ext.widgets.common.client.tables.DataGridFilter
 
DataGridFilter(String, String, Command) - Constructor for class org.uberfire.ext.widgets.common.client.tables.DataGridFilter
 
DataGridFilterSummary - Class in org.uberfire.ext.widgets.common.client.tables.popup
 
DataGridFilterSummary() - Constructor for class org.uberfire.ext.widgets.common.client.tables.popup.DataGridFilterSummary
 
DataGridFilterSummary(String) - Constructor for class org.uberfire.ext.widgets.common.client.tables.popup.DataGridFilterSummary
 
dataGridHeader() - Method in interface org.uberfire.ext.widgets.common.client.resources.CommonCss
 
dataGridRow() - Method in interface org.uberfire.ext.widgets.common.client.resources.CommonCss
 
dataProvider - Variable in class org.uberfire.ext.widgets.common.client.tables.popup.NewFilterPopup
 
dataProvider - Variable in class org.uberfire.ext.widgets.common.client.tables.popup.NewTabFilterPopup
 
DatePicker - Class in org.uberfire.ext.widgets.common.client.common
A DatePicker wrapping BS3's DatePicker component adding additional functionality required by KIE Workbench.; such as prevention of empty values and support for setting the date format with GWT's DateTimeFormat patterns.
DatePicker() - Constructor for class org.uberfire.ext.widgets.common.client.common.DatePicker
 
DatePicker(DatePicker) - Constructor for class org.uberfire.ext.widgets.common.client.common.DatePicker
Basic constuctor of uberfire datePicker without setting the datepicker container and without setting the hide handler to manage the interaction with org.gwtbootstrap3.extras.datepicker.client.ui.DatePicker popup
DatePicker(boolean) - Constructor for class org.uberfire.ext.widgets.common.client.common.DatePicker
 
DatePickerFormatUtilities - Class in org.uberfire.ext.widgets.common.client.common
Utilties to handle conversion between GWT's DateFormat to BS3's DateFormat
DatePickerFormatUtilities() - Constructor for class org.uberfire.ext.widgets.common.client.common.DatePickerFormatUtilities
 
deactivate() - Method in class org.uberfire.ext.widgets.common.client.breadcrumbs.widget.BreadcrumbsPresenter
 
deactivate() - Method in interface org.uberfire.ext.widgets.common.client.breadcrumbs.widget.BreadcrumbsPresenter.View
 
deactivate() - Method in class org.uberfire.ext.widgets.common.client.breadcrumbs.widget.BreadcrumbsView
 
DecoratedDisclosurePanel - Class in org.uberfire.ext.widgets.common.client.common
Disclosure panel with rounded corners in header.
DecoratedDisclosurePanel(String, ImageResource) - Constructor for class org.uberfire.ext.widgets.common.client.common.DecoratedDisclosurePanel
 
DecoratedDisclosurePanel(String) - Constructor for class org.uberfire.ext.widgets.common.client.common.DecoratedDisclosurePanel
 
DEFAULT_PAGE_SIZE - Static variable in class org.uberfire.ext.widgets.common.client.tables.PagedTable
 
DefaultErrorCallback - Class in org.uberfire.ext.widgets.common.client.callbacks
Default Error handler for all Portable Exceptions
DefaultErrorCallback() - Constructor for class org.uberfire.ext.widgets.common.client.callbacks.DefaultErrorCallback
 
DeletePopupDelete() - Method in interface org.uberfire.ext.widgets.common.client.resources.i18n.CommonConstants
 
DeletePopupTitle() - Method in interface org.uberfire.ext.widgets.common.client.resources.i18n.CommonConstants
 
destroy() - Method in class org.uberfire.ext.widgets.common.client.ace.AceEditor
Cleans up the entire editor.
Dialog - Class in org.uberfire.ext.widgets.common.client.colorpicker.dialog
 
Dialog() - Constructor for class org.uberfire.ext.widgets.common.client.colorpicker.dialog.Dialog
 
dialogClosed(DialogClosedEvent) - Method in interface org.uberfire.ext.widgets.common.client.colorpicker.dialog.DialogClosedHandler
 
DialogClosedEvent - Class in org.uberfire.ext.widgets.common.client.colorpicker.dialog
 
DialogClosedHandler - Interface in org.uberfire.ext.widgets.common.client.colorpicker.dialog
 
DirtyableComposite - Class in org.uberfire.ext.widgets.common.client.common
 
DirtyableComposite() - Constructor for class org.uberfire.ext.widgets.common.client.common.DirtyableComposite
 
DirtyableContainer - Interface in org.uberfire.ext.widgets.common.client.common
 
DirtyableFlexTable - Class in org.uberfire.ext.widgets.common.client.common
 
DirtyableFlexTable() - Constructor for class org.uberfire.ext.widgets.common.client.common.DirtyableFlexTable
 
DirtyableHorizontalPane - Class in org.uberfire.ext.widgets.common.client.common
 
DirtyableHorizontalPane() - Constructor for class org.uberfire.ext.widgets.common.client.common.DirtyableHorizontalPane
 
DirtyableVerticalPane - Class in org.uberfire.ext.widgets.common.client.common
 
DirtyableVerticalPane() - Constructor for class org.uberfire.ext.widgets.common.client.common.DirtyableVerticalPane
 
DirtyableWidget - Interface in org.uberfire.ext.widgets.common.client.common
 
dirtyflag - Variable in class org.uberfire.ext.widgets.common.client.common.DirtyableComposite
 
Disable_autorefresh() - Method in interface org.uberfire.ext.widgets.common.client.resources.i18n.CommonConstants
 
dispatch(ColorChangedHandler) - Method in class org.uberfire.ext.widgets.common.client.colorpicker.ColorChangedEvent
 
dispatch(DialogClosedHandler) - Method in class org.uberfire.ext.widgets.common.client.colorpicker.dialog.DialogClosedEvent
 
dispatch(HueChangedHandler) - Method in class org.uberfire.ext.widgets.common.client.colorpicker.HueChangedEvent
 
doSearch(String) - Method in class org.uberfire.ext.widgets.common.client.dropdown.LiveSearchDropDown
 
downArrow() - Method in interface org.uberfire.ext.widgets.common.client.resources.CommonImages
 
DropDownValueChanged - Interface in org.uberfire.ext.widgets.common.client.common
Well this should be pretty obvious.

E

EditorWidget - Interface in org.uberfire.ext.widgets.common.client.common
 
enableCancelButton(boolean) - Method in class org.uberfire.ext.widgets.common.client.common.popups.footers.ModalFooterOKCancelButtons
 
enableOkButton(boolean) - Method in class org.uberfire.ext.widgets.common.client.common.popups.footers.ModalFooterOKButton
 
enableOkButton(boolean) - Method in class org.uberfire.ext.widgets.common.client.common.popups.footers.ModalFooterOKCancelButtons
 
endSection() - Method in class org.uberfire.ext.widgets.common.client.common.PrettyFormLayout
 
error(Message, Throwable) - Method in class org.uberfire.ext.widgets.common.client.callbacks.DefaultErrorCallback
 
error(Message, Throwable) - Method in class org.uberfire.ext.widgets.common.client.callbacks.HasBusyIndicatorDefaultErrorCallback
 
Error() - Method in interface org.uberfire.ext.widgets.common.client.resources.i18n.CommonConstants
 
errorMessages - Variable in class org.uberfire.ext.widgets.common.client.tables.popup.NewFilterPopup
 
errorMessagesGroup - Variable in class org.uberfire.ext.widgets.common.client.tables.popup.NewFilterPopup
 
ErrorPopup - Class in org.uberfire.ext.widgets.common.client.common.popups.errors
A popup that shows an error message
ExceptionFileAlreadyExists0(String) - Method in interface org.uberfire.ext.widgets.common.client.resources.i18n.CommonConstants
 
ExceptionGeneric0(String) - Method in interface org.uberfire.ext.widgets.common.client.resources.i18n.CommonConstants
 
ExceptionInvalidPath() - Method in interface org.uberfire.ext.widgets.common.client.resources.i18n.CommonConstants
 
ExceptionNoSuchFile0(String) - Method in interface org.uberfire.ext.widgets.common.client.resources.i18n.CommonConstants
 
ExceptionSecurity0(String) - Method in interface org.uberfire.ext.widgets.common.client.resources.i18n.CommonConstants
 
existingFiltersPanel - Variable in class org.uberfire.ext.widgets.common.client.tables.popup.NewFilterPopup
 
expand() - Method in class org.uberfire.ext.widgets.common.client.common.AbstractLazyStackPanelHeader
 
expand() - Method in class org.uberfire.ext.widgets.common.client.common.LazyStackPanelHeader
 
expand() - Method in class org.uberfire.ext.widgets.common.client.common.LazyStackPanelRow
 
expand() - Method in interface org.uberfire.ext.widgets.common.client.resources.CommonImages
 
expandAll() - Method in interface org.uberfire.ext.widgets.common.client.resources.CommonImages
 
expanded - Variable in class org.uberfire.ext.widgets.common.client.common.AbstractLazyStackPanelHeader
 

F

FileInputButton - Class in org.uberfire.ext.widgets.common.client.common
 
FileInputButton() - Constructor for class org.uberfire.ext.widgets.common.client.common.FileInputButton
 
FileInputButton.UploadFile - Class in org.uberfire.ext.widgets.common.client.common
 
FileInputGroupButton - Class in org.uberfire.ext.widgets.common.client.common
 
FileInputGroupButton(FileInputButton) - Constructor for class org.uberfire.ext.widgets.common.client.common.FileInputGroupButton
 
FileUpload - Class in org.uberfire.ext.widgets.common.client.common
 
FileUpload() - Constructor for class org.uberfire.ext.widgets.common.client.common.FileUpload
 
FileUpload(Command) - Constructor for class org.uberfire.ext.widgets.common.client.common.FileUpload
 
FileUpload(Command, boolean) - Constructor for class org.uberfire.ext.widgets.common.client.common.FileUpload
 
FileUploadFormEncoder - Class in org.uberfire.ext.widgets.common.client.common
 
FileUploadFormEncoder() - Constructor for class org.uberfire.ext.widgets.common.client.common.FileUploadFormEncoder
 
fill() - Method in class org.uberfire.ext.widgets.common.client.colorpicker.canvas.RenderingContext
 
fillRect(int, int, int, int) - Method in class org.uberfire.ext.widgets.common.client.colorpicker.canvas.RenderingContext
 
Filter_Management() - Method in interface org.uberfire.ext.widgets.common.client.resources.i18n.CommonConstants
 
Filter_Must_Have_A_Name() - Method in interface org.uberfire.ext.widgets.common.client.resources.i18n.CommonConstants
 
Filter_Name() - Method in interface org.uberfire.ext.widgets.common.client.resources.i18n.CommonConstants
 
FILTER_NAME_PARAM - Static variable in class org.uberfire.ext.widgets.common.client.tables.popup.NewFilterPopup
 
Filter_parameters() - Method in interface org.uberfire.ext.widgets.common.client.resources.i18n.CommonConstants
 
FILTER_TAB_DESC_PARAM - Static variable in class org.uberfire.ext.widgets.common.client.tables.popup.NewTabFilterPopup
 
FILTER_TAB_NAME_PARAM - Static variable in class org.uberfire.ext.widgets.common.client.tables.popup.NewTabFilterPopup
 
FilterPagedTable<T> - Class in org.uberfire.ext.widgets.common.client.tables
Widget that shows rows of paged data.
FilterPagedTable() - Constructor for class org.uberfire.ext.widgets.common.client.tables.FilterPagedTable
 
FilterPagedTable(MultiGridPreferencesStore) - Constructor for class org.uberfire.ext.widgets.common.client.tables.FilterPagedTable
 
ForceSave() - Method in interface org.uberfire.ext.widgets.common.client.resources.i18n.CommonConstants
 
FormStyleItem - Class in org.uberfire.ext.widgets.common.client.common
 
FormStyleItem() - Constructor for class org.uberfire.ext.widgets.common.client.common.FormStyleItem
 
FormStyleLayout - Class in org.uberfire.ext.widgets.common.client.common
 
FormStyleLayout() - Constructor for class org.uberfire.ext.widgets.common.client.common.FormStyleLayout
 
FormStyleLayout(String) - Constructor for class org.uberfire.ext.widgets.common.client.common.FormStyleLayout
 
FormStyleLayout(Image, String) - Constructor for class org.uberfire.ext.widgets.common.client.common.FormStyleLayout
 
FormStylePopup - Class in org.uberfire.ext.widgets.common.client.common.popups
This builds on the FormStyleLayout for providing common popup features in a columnar form layout, with a title and a large (ish) icon.
FormStylePopup(String) - Constructor for class org.uberfire.ext.widgets.common.client.common.popups.FormStylePopup
 
FormStylePopup(Image, String) - Constructor for class org.uberfire.ext.widgets.common.client.common.popups.FormStylePopup
 

G

GenericModalFooter - Class in org.uberfire.ext.widgets.common.client.common.popups.footers
A Modal Footer that can accept arbitrary buttons
GenericModalFooter() - Constructor for class org.uberfire.ext.widgets.common.client.common.popups.footers.GenericModalFooter
 
getAction() - Method in class org.uberfire.ext.widgets.common.client.forms.GetFormParamsEvent
 
getAction() - Method in class org.uberfire.ext.widgets.common.client.forms.RequestFormParamsEvent
 
getAssociatedType() - Method in class org.uberfire.ext.widgets.common.client.colorpicker.ColorChangedEvent
 
getAssociatedType() - Method in class org.uberfire.ext.widgets.common.client.colorpicker.dialog.DialogClosedEvent
 
getAssociatedType() - Method in class org.uberfire.ext.widgets.common.client.colorpicker.HueChangedEvent
 
getCancelButton() - Method in class org.uberfire.ext.widgets.common.client.colorpicker.dialog.Dialog
 
getColor() - Method in class org.uberfire.ext.widgets.common.client.colorpicker.ColorChangedEvent
 
getColor() - Method in class org.uberfire.ext.widgets.common.client.colorpicker.ColorPickerDialog
 
getColor() - Method in class org.uberfire.ext.widgets.common.client.colorpicker.SaturationLightnessPicker
 
getColumn() - Method in class org.uberfire.ext.widgets.common.client.ace.AceEditorCursorPosition
 
getColumn() - Method in class org.uberfire.ext.widgets.common.client.tables.SortableHeader
 
getColumnPicker() - Method in class org.uberfire.ext.widgets.common.client.tables.SimpleTable
 
getColumnsState() - Method in class org.uberfire.ext.widgets.common.client.tables.ColumnPicker
 
getContentPanel() - Method in class org.uberfire.ext.widgets.common.client.common.LazyStackPanelRow
 
getContext() - Method in class org.uberfire.ext.widgets.common.client.colorpicker.canvas.Canvas
 
getCursorPosition() - Method in class org.uberfire.ext.widgets.common.client.ace.AceEditor
Get the current cursor position.
getData() - Method in class org.uberfire.ext.widgets.common.client.colorpicker.canvas.ImageData
 
getDataProvider() - Method in class org.uberfire.ext.widgets.common.client.tables.PagedTable
 
getDefaultNotFoundI18nMessage() - Method in interface org.uberfire.ext.widgets.common.client.dropdown.LiveSearchDropDown.View
 
getDefaultNotFoundI18nMessage() - Method in class org.uberfire.ext.widgets.common.client.dropdown.LiveSearchDropDownView
 
getDefaultPerspective() - Method in class org.uberfire.ext.widgets.common.client.dropdown.PerspectiveDropDown
 
getDefaultSearchHintI18nMessage() - Method in interface org.uberfire.ext.widgets.common.client.dropdown.LiveSearchDropDown.View
 
getDefaultSearchHintI18nMessage() - Method in class org.uberfire.ext.widgets.common.client.dropdown.LiveSearchDropDownView
 
getDefaultSelectorHintI18nMessage() - Method in interface org.uberfire.ext.widgets.common.client.dropdown.LiveSearchDropDown.View
 
getDefaultSelectorHintI18nMessage() - Method in class org.uberfire.ext.widgets.common.client.dropdown.LiveSearchDropDownView
 
getDescription() - Method in class org.uberfire.ext.widgets.common.client.tables.TitledTextCell.TitledText
 
getDialogArea() - Method in class org.uberfire.ext.widgets.common.client.colorpicker.dialog.Dialog
 
getEnterDomHandler() - Method in class org.uberfire.ext.widgets.common.client.common.popups.BaseModal
 
getFileChangeHandler() - Method in class org.uberfire.ext.widgets.common.client.common.FileUpload
 
getFilename() - Method in class org.uberfire.ext.widgets.common.client.common.FileUpload
 
getFilterCommand() - Method in class org.uberfire.ext.widgets.common.client.tables.DataGridFilter
 
getFilterName() - Method in class org.uberfire.ext.widgets.common.client.tables.popup.DataGridFilterSummary
 
getFormGroup() - Method in class org.uberfire.ext.widgets.common.client.common.FormStyleItem
 
GetFormParamsEvent - Class in org.uberfire.ext.widgets.common.client.forms
 
GetFormParamsEvent() - Constructor for class org.uberfire.ext.widgets.common.client.forms.GetFormParamsEvent
 
GetFormParamsEvent(String, Map<String, Object>) - Constructor for class org.uberfire.ext.widgets.common.client.forms.GetFormParamsEvent
 
getFormValues(List<FormGroup>) - Method in class org.uberfire.ext.widgets.common.client.tables.popup.NewFilterPopup
 
getFormValues() - Method in class org.uberfire.ext.widgets.common.client.tables.popup.NewFilterPopup
 
getFormValues(List<FormGroup>) - Method in class org.uberfire.ext.widgets.common.client.tables.popup.NewTabFilterPopup
 
getFormValues() - Method in class org.uberfire.ext.widgets.common.client.tables.popup.NewTabFilterPopup
 
getFromSearchCache(String) - Method in class org.uberfire.ext.widgets.common.client.dropdown.LiveSearchDropDown
 
getGridPreferencesStore() - Method in class org.uberfire.ext.widgets.common.client.tables.SimpleTable
 
getGroup() - Method in class org.uberfire.ext.widgets.common.client.common.FormStyleItem
 
getHeader() - Method in class org.uberfire.ext.widgets.common.client.common.LazyStackPanelRow
 
getHeader(ImageResource, String) - Static method in class org.uberfire.ext.widgets.common.client.common.Util
Get a string representation of the header that includes an image and some text.
getHeaderHTML(ImageResource, String) - Static method in class org.uberfire.ext.widgets.common.client.common.Util
Get a HTML representation of the header that includes an image and some text.
getHeaderIterator() - Method in class org.uberfire.ext.widgets.common.client.common.LazyStackPanel
 
getHeaderSafeHtml(ImageResource, String) - Static method in class org.uberfire.ext.widgets.common.client.common.Util
Get a SafeHtml representation of the header that includes an image and some text.
getHeight() - Method in class org.uberfire.ext.widgets.common.client.colorpicker.canvas.ImageData
 
getHeight() - Static method in class org.uberfire.ext.widgets.common.client.common.DirtyableComposite
 
getHue() - Method in class org.uberfire.ext.widgets.common.client.colorpicker.HueChangedEvent
 
getHue() - Method in class org.uberfire.ext.widgets.common.client.colorpicker.HuePicker
 
getId() - Method in class org.uberfire.ext.widgets.common.client.common.DatePicker
 
getImageData(int, int, int, int) - Method in class org.uberfire.ext.widgets.common.client.colorpicker.canvas.RenderingContext
 
getImageHTML() - Method in class org.uberfire.ext.widgets.common.client.tables.ComparableImageResource
 
getIndex() - Method in class org.uberfire.ext.widgets.common.client.common.FormStyleItem
 
getIndexFromPosition(AceEditorCursorPosition) - Method in class org.uberfire.ext.widgets.common.client.ace.AceEditor
Gets the given document position as a zero-based index.
getInstance() - Static method in class org.uberfire.ext.widgets.common.client.tables.TitledTextCell.TitledTextSafeHtmlRenderer
 
getItemName(PerspectiveActivity) - Method in class org.uberfire.ext.widgets.common.client.dropdown.PerspectiveDropDown
 
getItemName(String) - Method in class org.uberfire.ext.widgets.common.client.dropdown.PerspectiveDropDown
 
getKey() - Method in class org.uberfire.ext.widgets.common.client.tables.DataGridFilter
 
getLabel() - Method in class org.uberfire.ext.widgets.common.client.common.Page
 
getLanguage() - Method in class org.uberfire.ext.widgets.common.client.common.DatePicker
 
getLastSearch() - Method in class org.uberfire.ext.widgets.common.client.dropdown.LiveSearchDropDown
 
getLine(int) - Method in class org.uberfire.ext.widgets.common.client.ace.AceEditor
Get the line of text at the given row number.
getLocaleName() - Method in class org.uberfire.ext.widgets.common.client.common.DatePicker
 
getMaxItems() - Method in class org.uberfire.ext.widgets.common.client.dropdown.LiveSearchDropDown
 
getMultiGridPreferencesStore() - Method in class org.uberfire.ext.widgets.common.client.tables.FilterPagedTable
 
getName() - Method in enum org.uberfire.ext.widgets.common.client.ace.AceAnnotationType
 
getName() - Method in enum org.uberfire.ext.widgets.common.client.ace.AceCommand
 
getName() - Method in enum org.uberfire.ext.widgets.common.client.ace.AceEditorMode
 
getName() - Method in enum org.uberfire.ext.widgets.common.client.ace.AceEditorTheme
 
getName() - Method in class org.uberfire.ext.widgets.common.client.common.DatePicker
 
getName() - Method in class org.uberfire.ext.widgets.common.client.common.FileInputButton.UploadFile
 
getOkButton() - Method in class org.uberfire.ext.widgets.common.client.colorpicker.dialog.Dialog
 
getPageSize() - Method in class org.uberfire.ext.widgets.common.client.tables.PagedTable
 
getPageStart() - Method in class org.uberfire.ext.widgets.common.client.tables.PagedTable
 
getParams() - Method in class org.uberfire.ext.widgets.common.client.forms.GetFormParamsEvent
 
getParams() - Method in class org.uberfire.ext.widgets.common.client.forms.SetFormParamsEvent
 
getPerspectiveName(String) - Method in interface org.uberfire.ext.widgets.common.client.dropdown.PerspectiveNameProvider
Get a user friendly name for the4 given perspective identifier
getPlaceholder() - Method in class org.uberfire.ext.widgets.common.client.common.DatePicker
 
getPlaceRequest() - Method in class org.uberfire.ext.widgets.common.client.breadcrumbs.widget.BreadcrumbsPresenter
 
getPosition() - Method in class org.uberfire.ext.widgets.common.client.common.DatePicker
 
getPositionFromIndex(int) - Method in class org.uberfire.ext.widgets.common.client.ace.AceEditor
Gets a document position from a supplied zero-based index.
getPreparedText(int) - Method in interface org.uberfire.ext.widgets.common.client.ace.AceCompletionSnippetSegment
Gets the escaped and prepared textual representation of this snippet segment (backslash and dollar are escaped in general and the dollar is used for certain special tokens)
getPreparedText(int) - Method in class org.uberfire.ext.widgets.common.client.ace.AceCompletionSnippetSegmentLiteral
 
getPreparedText(int) - Method in class org.uberfire.ext.widgets.common.client.ace.AceCompletionSnippetSegmentTabstopItem
 
getProposals(AceEditor, AceEditorCursorPosition, String, AceCompletionCallback) - Method in interface org.uberfire.ext.widgets.common.client.ace.AceCompletionProvider
Call to get code completion proposals, which are delivered to a callback.
getRefreshInterval() - Method in class org.uberfire.ext.widgets.common.client.tables.FilterPagedTable
 
getRow() - Method in class org.uberfire.ext.widgets.common.client.ace.AceEditorCursorPosition
 
getSelectedItem() - Method in class org.uberfire.ext.widgets.common.client.dropdown.LiveSearchDropDown
 
getSelectedPerspective() - Method in class org.uberfire.ext.widgets.common.client.dropdown.PerspectiveDropDown
 
getSelfURL() - Static method in class org.uberfire.ext.widgets.common.client.common.Util
The URL that will be used to open up assets in a feed.
getSize() - Method in class org.uberfire.ext.widgets.common.client.common.FileInputButton.UploadFile
 
getSortDirection() - Method in class org.uberfire.ext.widgets.common.client.tables.SortableHeader
 
getSortIndex() - Method in class org.uberfire.ext.widgets.common.client.tables.SortableHeader
 
getSp() - Method in class org.uberfire.ext.widgets.common.client.common.Page.PageView
 
getTabIndex() - Method in class org.uberfire.ext.widgets.common.client.common.DatePicker
 
getText() - Method in class org.uberfire.ext.widgets.common.client.ace.AceEditor
Get the complete text in the editor as a String.
getText() - Method in class org.uberfire.ext.widgets.common.client.common.FileInputButton
 
getTitle() - Method in class org.uberfire.ext.widgets.common.client.tables.TitledTextCell.TitledText
 
getType() - Static method in class org.uberfire.ext.widgets.common.client.colorpicker.ColorChangedEvent
 
getType() - Static method in class org.uberfire.ext.widgets.common.client.colorpicker.dialog.DialogClosedEvent
 
getType() - Static method in class org.uberfire.ext.widgets.common.client.colorpicker.HueChangedEvent
 
getType() - Method in class org.uberfire.ext.widgets.common.client.common.FileInputButton.UploadFile
 
getValidKeyForAdditionalListGrid(String) - Method in class org.uberfire.ext.widgets.common.client.tables.FilterPagedTable
 
getValue() - Method in class org.uberfire.ext.widgets.common.client.ace.AceEditor
 
getValue() - Method in class org.uberfire.ext.widgets.common.client.common.DatePicker
 
getValue() - Method in class org.uberfire.ext.widgets.common.client.tables.ResizableHeader
 
getValue(T) - Method in class org.uberfire.ext.widgets.common.client.tables.SelectionColumn
 
getValue() - Method in class org.uberfire.ext.widgets.common.client.tables.SortableHeader
 
getView() - Method in class org.uberfire.ext.widgets.common.client.breadcrumbs.widget.BreadcrumbsPresenter
 
getWidth() - Method in class org.uberfire.ext.widgets.common.client.colorpicker.canvas.ImageData
 
getWidth() - Static method in class org.uberfire.ext.widgets.common.client.common.DirtyableComposite
 
getYesNoCancelPopup(String, String) - Method in class org.uberfire.ext.widgets.common.client.tables.FilterPagedTable
 
gotoLine(int) - Method in class org.uberfire.ext.widgets.common.client.ace.AceEditor
Go to given line.
Gradient - Class in org.uberfire.ext.widgets.common.client.colorpicker.canvas
 
Gradient() - Constructor for class org.uberfire.ext.widgets.common.client.colorpicker.canvas.Gradient
 
greyBottom() - Method in interface org.uberfire.ext.widgets.common.client.resources.CommonImages
 
greyBottomClass() - Method in interface org.uberfire.ext.widgets.common.client.resources.CommonCss
 
greyBottomLeftCorner() - Method in interface org.uberfire.ext.widgets.common.client.resources.CommonImages
 
greyBottomLeftCornerClass() - Method in interface org.uberfire.ext.widgets.common.client.resources.CommonCss
 
greyBottomRightCorner() - Method in interface org.uberfire.ext.widgets.common.client.resources.CommonImages
 
greyBottomRightCornerClass() - Method in interface org.uberfire.ext.widgets.common.client.resources.CommonCss
 
greyCenterClass() - Method in interface org.uberfire.ext.widgets.common.client.resources.CommonCss
 
greySideLeft() - Method in interface org.uberfire.ext.widgets.common.client.resources.CommonImages
 
greySideLeftClass() - Method in interface org.uberfire.ext.widgets.common.client.resources.CommonCss
 
greySideRight() - Method in interface org.uberfire.ext.widgets.common.client.resources.CommonImages
 
greySideRightClass() - Method in interface org.uberfire.ext.widgets.common.client.resources.CommonCss
 
greyTop() - Method in interface org.uberfire.ext.widgets.common.client.resources.CommonImages
 
greyTopClass() - Method in interface org.uberfire.ext.widgets.common.client.resources.CommonCss
 
greyTopLeftCorner() - Method in interface org.uberfire.ext.widgets.common.client.resources.CommonImages
 
greyTopLeftCornerClass() - Method in interface org.uberfire.ext.widgets.common.client.resources.CommonCss
 
greyTopRightCorner() - Method in interface org.uberfire.ext.widgets.common.client.resources.CommonImages
 
greyTopRightCornerClass() - Method in interface org.uberfire.ext.widgets.common.client.resources.CommonCss
 

H

handleDefaultAction() - Method in class org.uberfire.ext.widgets.common.client.common.popups.BaseModal
 
handleDefaultAction(T) - Method in class org.uberfire.ext.widgets.common.client.common.popups.BaseModal
 
HasBusyIndicator - Interface in org.uberfire.ext.widgets.common.client.common
Implementations support a "Busy" indicator
HasBusyIndicatorDefaultErrorCallback - Class in org.uberfire.ext.widgets.common.client.callbacks
Default Error handler for all views that support HasBusyIndicator
HasBusyIndicatorDefaultErrorCallback(HasBusyIndicator) - Constructor for class org.uberfire.ext.widgets.common.client.callbacks.HasBusyIndicatorDefaultErrorCallback
 
hasDirty() - Method in interface org.uberfire.ext.widgets.common.client.common.DirtyableContainer
 
hasDirty() - Method in class org.uberfire.ext.widgets.common.client.common.DirtyableFlexTable
 
hasDirty() - Method in class org.uberfire.ext.widgets.common.client.common.DirtyableHorizontalPane
 
hasDirty() - Method in class org.uberfire.ext.widgets.common.client.common.DirtyableVerticalPane
 
headerClicked(SortableHeader<T, ?>) - Method in class org.uberfire.ext.widgets.common.client.tables.SortableHeaderGroup
 
HeaderHTML - Class in org.uberfire.ext.widgets.common.client.common
 
HeaderHTML() - Constructor for class org.uberfire.ext.widgets.common.client.common.HeaderHTML
 
hideBusyIndicator() - Method in class org.uberfire.ext.widgets.common.client.callbacks.HasBusyIndicatorDefaultErrorCallback
 
hideBusyIndicator() - Method in class org.uberfire.ext.widgets.common.client.common.BusyIndicatorView
 
hideBusyIndicator() - Method in interface org.uberfire.ext.widgets.common.client.common.HasBusyIndicator
 
horizontalForm - Variable in class org.uberfire.ext.widgets.common.client.tables.popup.NewFilterPopup
 
HtmlEditorResources - Interface in org.uberfire.ext.widgets.common.client.resources
 
hueChanged(HueChangedEvent) - Method in interface org.uberfire.ext.widgets.common.client.colorpicker.HueChangedHandler
 
HueChangedEvent - Class in org.uberfire.ext.widgets.common.client.colorpicker
 
HueChangedHandler - Interface in org.uberfire.ext.widgets.common.client.colorpicker
 
HuePicker - Class in org.uberfire.ext.widgets.common.client.colorpicker
 
HuePicker() - Constructor for class org.uberfire.ext.widgets.common.client.colorpicker.HuePicker
 

I

IDirtyable - Interface in org.uberfire.ext.widgets.common.client.common
 
Ignore() - Method in interface org.uberfire.ext.widgets.common.client.resources.i18n.CommonConstants
 
ImageButton - Class in org.uberfire.ext.widgets.common.client.common
Really just an image, but tacks on the image-Button style name.
ImageButton(Image) - Constructor for class org.uberfire.ext.widgets.common.client.common.ImageButton
 
ImageButton(Image, Image, String) - Constructor for class org.uberfire.ext.widgets.common.client.common.ImageButton
 
ImageButton(Image, Image) - Constructor for class org.uberfire.ext.widgets.common.client.common.ImageButton
 
ImageButton(Image, String) - Constructor for class org.uberfire.ext.widgets.common.client.common.ImageButton
 
ImageButton(Image, String, ClickHandler) - Constructor for class org.uberfire.ext.widgets.common.client.common.ImageButton
 
ImageButton(Image, Image, String, ClickHandler) - Constructor for class org.uberfire.ext.widgets.common.client.common.ImageButton
 
ImageData - Class in org.uberfire.ext.widgets.common.client.colorpicker.canvas
 
ImageData() - Constructor for class org.uberfire.ext.widgets.common.client.colorpicker.canvas.ImageData
 
images() - Method in interface org.uberfire.ext.widgets.common.client.resources.CommonResources
 
InfoCube - Class in org.uberfire.ext.widgets.common.client.common
 
InfoCube() - Constructor for class org.uberfire.ext.widgets.common.client.common.InfoCube
 
InfoPopup - Class in org.uberfire.ext.widgets.common.client.common
This is handy for in-place context help.
InfoPopup(String) - Constructor for class org.uberfire.ext.widgets.common.client.common.InfoPopup
 
InfoPopup(String, String) - Constructor for class org.uberfire.ext.widgets.common.client.common.InfoPopup
 
information() - Method in interface org.uberfire.ext.widgets.common.client.resources.CommonImages
 
Information() - Method in interface org.uberfire.ext.widgets.common.client.resources.i18n.CommonConstants
 
init(UberfireBreadcrumbs) - Method in class org.uberfire.ext.widgets.common.client.breadcrumbs.UberfireBreadcrumbsView
 
init(BreadcrumbsPresenter) - Method in class org.uberfire.ext.widgets.common.client.breadcrumbs.widget.BreadcrumbsView
 
init(LiveSearchDropDown) - Method in class org.uberfire.ext.widgets.common.client.dropdown.LiveSearchDropDownView
 
init() - Method in class org.uberfire.ext.widgets.common.client.tables.popup.NewFilterPopup
 
init() - Method in class org.uberfire.ext.widgets.common.client.tables.popup.NewTabFilterPopup
 
initColumns() - Method in class org.uberfire.ext.widgets.common.client.tables.popup.NewFilterPopup
 
insertAtCursor(String) - Method in class org.uberfire.ext.widgets.common.client.ace.AceEditor
Insert given text at the cursor.
INSTANCE - Static variable in class org.uberfire.ext.widgets.common.client.resources.CommonAltedImages
 
INSTANCE - Static variable in interface org.uberfire.ext.widgets.common.client.resources.CommonImages
 
INSTANCE - Static variable in interface org.uberfire.ext.widgets.common.client.resources.CommonResources
 
INSTANCE - Static variable in interface org.uberfire.ext.widgets.common.client.resources.HtmlEditorResources
 
INSTANCE - Static variable in interface org.uberfire.ext.widgets.common.client.resources.i18n.CommonConstants
 
interpolate(double) - Method in class org.uberfire.ext.widgets.common.client.animations.LinearFadeInAnimation
 
interpolate(double) - Method in class org.uberfire.ext.widgets.common.client.animations.LinearFadeOutAnimation
 
interpolate(double) - Method in class org.uberfire.ext.widgets.common.client.animations.SequencedAnimation
 
invokeAceCallback(JavaScriptObject) - Method in interface org.uberfire.ext.widgets.common.client.ace.AceEditorCallback
Callback method.
invokeWithCompletions(AceCompletion[]) - Method in interface org.uberfire.ext.widgets.common.client.ace.AceCompletionCallback
Submit code completion proposals.
isCanceled() - Method in class org.uberfire.ext.widgets.common.client.colorpicker.dialog.DialogClosedEvent
 
isDirty() - Method in class org.uberfire.ext.widgets.common.client.common.DirtyableComposite
 
isDirty() - Method in interface org.uberfire.ext.widgets.common.client.common.DirtyableWidget
 
isEnabled() - Method in class org.uberfire.ext.widgets.common.client.common.DatePicker
 
isExpanded() - Method in class org.uberfire.ext.widgets.common.client.common.LazyStackPanelRow
 
isOpen() - Method in class org.uberfire.ext.widgets.common.client.common.DecoratedDisclosurePanel
 
isReadOnly() - Method in class org.uberfire.ext.widgets.common.client.forms.SetFormParamsEvent
 
isSearchCacheEnabled() - Method in class org.uberfire.ext.widgets.common.client.dropdown.LiveSearchDropDown
 
isSearchEnabled() - Method in class org.uberfire.ext.widgets.common.client.dropdown.LiveSearchDropDown
 
isValidValue(String, boolean) - Method in class org.uberfire.ext.widgets.common.client.common.AbstractRestrictedEntryTextBox
Validate value of TextBox
isValidValue(String, boolean) - Method in class org.uberfire.ext.widgets.common.client.common.NumericBigDecimalTextBox
 
isValidValue(String, boolean) - Method in class org.uberfire.ext.widgets.common.client.common.NumericBigIntegerTextBox
 
isValidValue(String, boolean) - Method in class org.uberfire.ext.widgets.common.client.common.NumericByteTextBox
 
isValidValue(String, boolean) - Method in class org.uberfire.ext.widgets.common.client.common.NumericDoubleTextBox
 
isValidValue(String, boolean) - Method in class org.uberfire.ext.widgets.common.client.common.NumericFloatTextBox
 
isValidValue(String, boolean) - Method in class org.uberfire.ext.widgets.common.client.common.NumericIntegerTextBox
 
isValidValue(String, boolean) - Method in class org.uberfire.ext.widgets.common.client.common.NumericLongTextBox
 
isValidValue(String, boolean) - Method in class org.uberfire.ext.widgets.common.client.common.NumericShortTextBox
 
isValidValue(String, boolean) - Method in class org.uberfire.ext.widgets.common.client.common.NumericTextBox
 
ItemDeletedSuccessfully() - Method in interface org.uberfire.ext.widgets.common.client.resources.i18n.CommonConstants
 
Items() - Method in interface org.uberfire.ext.widgets.common.client.resources.i18n.CommonConstants
 
iterator() - Method in class org.uberfire.ext.widgets.common.client.common.DecoratedDisclosurePanel
 

L

LazyStackPanel - Class in org.uberfire.ext.widgets.common.client.common
The GWT StackPanel is not working as we want.
LazyStackPanel() - Constructor for class org.uberfire.ext.widgets.common.client.common.LazyStackPanel
 
LazyStackPanelHeader - Class in org.uberfire.ext.widgets.common.client.common
 
LazyStackPanelHeader(String, ImageResource) - Constructor for class org.uberfire.ext.widgets.common.client.common.LazyStackPanelHeader
 
LazyStackPanelHeader(String, Image) - Constructor for class org.uberfire.ext.widgets.common.client.common.LazyStackPanelHeader
 
LazyStackPanelHeader(String) - Constructor for class org.uberfire.ext.widgets.common.client.common.LazyStackPanelHeader
 
LazyStackPanelHeader() - Constructor for class org.uberfire.ext.widgets.common.client.common.LazyStackPanelHeader
 
LazyStackPanelRow - Class in org.uberfire.ext.widgets.common.client.common
 
LazyStackPanelRow(AbstractLazyStackPanelHeader, LoadContentCommand, boolean) - Constructor for class org.uberfire.ext.widgets.common.client.common.LazyStackPanelRow
 
LazyStackPanelRow(AbstractLazyStackPanelHeader, LoadContentCommand) - Constructor for class org.uberfire.ext.widgets.common.client.common.LazyStackPanelRow
 
LinearFadeInAnimation - Class in org.uberfire.ext.widgets.common.client.animations
A linear animation to fade a Widget from 0.0 to 1.0 opacity
LinearFadeInAnimation(Widget) - Constructor for class org.uberfire.ext.widgets.common.client.animations.LinearFadeInAnimation
 
LinearFadeOutAnimation - Class in org.uberfire.ext.widgets.common.client.animations
A linear animation to fade a Widget from 1.0 to 0.0 opacity
LinearFadeOutAnimation(Widget) - Constructor for class org.uberfire.ext.widgets.common.client.animations.LinearFadeOutAnimation
 
lineTo(int, int) - Method in class org.uberfire.ext.widgets.common.client.colorpicker.canvas.RenderingContext
 
LiveSearchCallback - Interface in org.uberfire.ext.widgets.common.client.dropdown
 
LiveSearchDropDown - Class in org.uberfire.ext.widgets.common.client.dropdown
 
LiveSearchDropDown(LiveSearchDropDown.View) - Constructor for class org.uberfire.ext.widgets.common.client.dropdown.LiveSearchDropDown
 
LiveSearchDropDown.View - Interface in org.uberfire.ext.widgets.common.client.dropdown
 
LiveSearchDropDownView - Class in org.uberfire.ext.widgets.common.client.dropdown
 
LiveSearchDropDownView() - Constructor for class org.uberfire.ext.widgets.common.client.dropdown.LiveSearchDropDownView
 
liveSearchHint() - Method in interface org.uberfire.ext.widgets.common.client.resources.i18n.CommonConstants
 
liveSearchNotFoundMessage() - Method in interface org.uberfire.ext.widgets.common.client.resources.i18n.CommonConstants
 
liveSearchSelectorHint() - Method in interface org.uberfire.ext.widgets.common.client.resources.i18n.CommonConstants
 
LiveSearchService - Interface in org.uberfire.ext.widgets.common.client.dropdown
 
load() - Method in interface org.uberfire.ext.widgets.common.client.common.LoadContentCommand
 
LoadContentCommand - Interface in org.uberfire.ext.widgets.common.client.common
 
loadGlobalGridPreferences() - Method in class org.uberfire.ext.widgets.common.client.tables.ColumnPicker
 
loadOptions(int) - Method in class org.uberfire.ext.widgets.common.client.menu.RefreshSelectorMenuBuilder
 
loadPageSizePreferences() - Method in class org.uberfire.ext.widgets.common.client.tables.PagedTable
 

M

makeDirty() - Method in class org.uberfire.ext.widgets.common.client.common.DirtyableComposite
 
makeDirty() - Method in interface org.uberfire.ext.widgets.common.client.common.DirtyableWidget
 
makeValidValue(String) - Method in class org.uberfire.ext.widgets.common.client.common.AbstractRestrictedEntryTextBox
If validation fails (e.g. as a result of a user pasting a value) when the TextBox looses focus this method is called to transform the current value into one which is valid.
makeValidValue(String) - Method in class org.uberfire.ext.widgets.common.client.common.NumericBigDecimalTextBox
 
makeValidValue(String) - Method in class org.uberfire.ext.widgets.common.client.common.NumericBigIntegerTextBox
 
makeValidValue(String) - Method in class org.uberfire.ext.widgets.common.client.common.NumericByteTextBox
 
makeValidValue(String) - Method in class org.uberfire.ext.widgets.common.client.common.NumericDoubleTextBox
 
makeValidValue(String) - Method in class org.uberfire.ext.widgets.common.client.common.NumericFloatTextBox
 
makeValidValue(String) - Method in class org.uberfire.ext.widgets.common.client.common.NumericIntegerTextBox
 
makeValidValue(String) - Method in class org.uberfire.ext.widgets.common.client.common.NumericLongTextBox
 
makeValidValue(String) - Method in class org.uberfire.ext.widgets.common.client.common.NumericShortTextBox
 
makeWidget() - Method in class org.uberfire.ext.widgets.common.client.tables.FilterPagedTable
 
makeWidget() - Method in class org.uberfire.ext.widgets.common.client.tables.PagedTable
 
makeWidget() - Method in class org.uberfire.ext.widgets.common.client.tables.SimpleTable
 
menuRefreshButton - Variable in class org.uberfire.ext.widgets.common.client.menu.RefreshMenuBuilder
 
message - Variable in class org.uberfire.ext.widgets.common.client.common.AbstractConcurrentChangePopup
 
message - Variable in class org.uberfire.ext.widgets.common.client.common.popups.errors.ErrorPopup
 
message - Variable in class org.uberfire.ext.widgets.common.client.common.popups.YesNoCancelPopup
 
Minute() - Method in interface org.uberfire.ext.widgets.common.client.resources.i18n.CommonConstants
 
Minutes() - Method in interface org.uberfire.ext.widgets.common.client.resources.i18n.CommonConstants
 
ModalFooterForceSaveReOpenCancelButtons - Class in org.uberfire.ext.widgets.common.client.common.popups.footers
A Modal Footer with OK and Cancel buttons
ModalFooterForceSaveReOpenCancelButtons(Modal, Command, Command, Command) - Constructor for class org.uberfire.ext.widgets.common.client.common.popups.footers.ModalFooterForceSaveReOpenCancelButtons
 
ModalFooterOKButton - Class in org.uberfire.ext.widgets.common.client.common.popups.footers
A Modal Footer with a single OK button
ModalFooterOKButton(Command) - Constructor for class org.uberfire.ext.widgets.common.client.common.popups.footers.ModalFooterOKButton
 
ModalFooterOKCancelButtons - Class in org.uberfire.ext.widgets.common.client.common.popups.footers
A Modal Footer with OK and Cancel buttons
ModalFooterOKCancelButtons(Command, Command) - Constructor for class org.uberfire.ext.widgets.common.client.common.popups.footers.ModalFooterOKCancelButtons
 
ModalFooterReOpenIgnoreButtons - Class in org.uberfire.ext.widgets.common.client.common.popups.footers
A Modal Footer with OK and Cancel buttons
ModalFooterReOpenIgnoreButtons(Modal, Command, Command, String) - Constructor for class org.uberfire.ext.widgets.common.client.common.popups.footers.ModalFooterReOpenIgnoreButtons
 
ModalFooterYesNoCancelButtons - Class in org.uberfire.ext.widgets.common.client.common.popups.footers
 
ModalFooterYesNoCancelButtons(Modal, Command, String, ButtonType, IconType, Command, String, ButtonType, IconType, Command, String, ButtonType, IconType) - Constructor for class org.uberfire.ext.widgets.common.client.common.popups.footers.ModalFooterYesNoCancelButtons
 
ModalFooterYesNoCancelButtons(Modal, Command, ButtonType, Command, ButtonType, Command, ButtonType) - Constructor for class org.uberfire.ext.widgets.common.client.common.popups.footers.ModalFooterYesNoCancelButtons
 
ModalFooterYesNoCancelButtons(Modal, Command, Command, Command) - Constructor for class org.uberfire.ext.widgets.common.client.common.popups.footers.ModalFooterYesNoCancelButtons
 
More() - Method in interface org.uberfire.ext.widgets.common.client.resources.i18n.CommonConstants
 
moveTo(int, int) - Method in class org.uberfire.ext.widgets.common.client.colorpicker.canvas.RenderingContext
 
multiGridPreferencesStore - Variable in class org.uberfire.ext.widgets.common.client.tables.FilterPagedTable
 

N

newConcurrentDelete(Path, User, Command, Command) - Static method in class org.uberfire.ext.widgets.common.client.common.ConcurrentChangePopup
 
newConcurrentRename(Path, Path, User, Command, Command) - Static method in class org.uberfire.ext.widgets.common.client.common.ConcurrentChangePopup
 
newConcurrentUpdate(Path, User, Command, Command, Command) - Static method in class org.uberfire.ext.widgets.common.client.common.ConcurrentChangePopup
 
NewFilterPopup - Class in org.uberfire.ext.widgets.common.client.tables.popup
 
NewFilterPopup() - Constructor for class org.uberfire.ext.widgets.common.client.tables.popup.NewFilterPopup
 
newItem() - Method in interface org.uberfire.ext.widgets.common.client.resources.CommonImages
 
newItemDisabled() - Method in interface org.uberfire.ext.widgets.common.client.resources.CommonImages
 
NewTabFilterPopup - Class in org.uberfire.ext.widgets.common.client.tables.popup
 
NewTabFilterPopup() - Constructor for class org.uberfire.ext.widgets.common.client.tables.popup.NewTabFilterPopup
 
newYesNoCancelPopup(String, String, Command, String, ButtonType, IconType, Command, String, ButtonType, IconType, Command, String, ButtonType, IconType) - Static method in class org.uberfire.ext.widgets.common.client.common.popups.YesNoCancelPopup
 
newYesNoCancelPopup(String, String, Command, Command, Command) - Static method in class org.uberfire.ext.widgets.common.client.common.popups.YesNoCancelPopup
 
newYesNoCancelPopup(String, String, Command, String, Command, String, Command, String) - Static method in class org.uberfire.ext.widgets.common.client.common.popups.YesNoCancelPopup
 
newYesNoCancelPopup(String, String, Command, String, ButtonType, Command, String, ButtonType, Command, String, ButtonType) - Static method in class org.uberfire.ext.widgets.common.client.common.popups.YesNoCancelPopup
 
NO() - Method in interface org.uberfire.ext.widgets.common.client.resources.i18n.CommonConstants
 
NoCustomFilterAvailable() - Method in interface org.uberfire.ext.widgets.common.client.resources.i18n.CommonConstants
 
noItems(String) - Method in interface org.uberfire.ext.widgets.common.client.dropdown.LiveSearchDropDown.View
 
noItems(String) - Method in class org.uberfire.ext.widgets.common.client.dropdown.LiveSearchDropDownView
 
NumericBigDecimalTextBox - Class in org.uberfire.ext.widgets.common.client.common
A TextBox to handle numeric BigDecimal values
NumericBigDecimalTextBox() - Constructor for class org.uberfire.ext.widgets.common.client.common.NumericBigDecimalTextBox
 
NumericBigDecimalTextBox(boolean) - Constructor for class org.uberfire.ext.widgets.common.client.common.NumericBigDecimalTextBox
 
NumericBigIntegerTextBox - Class in org.uberfire.ext.widgets.common.client.common
A TextBox to handle numeric BigInteger values
NumericBigIntegerTextBox() - Constructor for class org.uberfire.ext.widgets.common.client.common.NumericBigIntegerTextBox
 
NumericBigIntegerTextBox(boolean) - Constructor for class org.uberfire.ext.widgets.common.client.common.NumericBigIntegerTextBox
 
NumericByteTextBox - Class in org.uberfire.ext.widgets.common.client.common
A TextBox to handle numeric Byte values
NumericByteTextBox() - Constructor for class org.uberfire.ext.widgets.common.client.common.NumericByteTextBox
 
NumericByteTextBox(boolean) - Constructor for class org.uberfire.ext.widgets.common.client.common.NumericByteTextBox
 
NumericDoubleTextBox - Class in org.uberfire.ext.widgets.common.client.common
A TextBox to handle numeric Double values
NumericDoubleTextBox() - Constructor for class org.uberfire.ext.widgets.common.client.common.NumericDoubleTextBox
 
NumericDoubleTextBox(boolean) - Constructor for class org.uberfire.ext.widgets.common.client.common.NumericDoubleTextBox
 
NumericFloatTextBox - Class in org.uberfire.ext.widgets.common.client.common
A TextBox to handle float values
NumericFloatTextBox() - Constructor for class org.uberfire.ext.widgets.common.client.common.NumericFloatTextBox
 
NumericFloatTextBox(boolean) - Constructor for class org.uberfire.ext.widgets.common.client.common.NumericFloatTextBox
 
NumericIntegerTextBox - Class in org.uberfire.ext.widgets.common.client.common
A TextBox to handle integer values
NumericIntegerTextBox() - Constructor for class org.uberfire.ext.widgets.common.client.common.NumericIntegerTextBox
 
NumericIntegerTextBox(boolean) - Constructor for class org.uberfire.ext.widgets.common.client.common.NumericIntegerTextBox
 
NumericLongTextBox - Class in org.uberfire.ext.widgets.common.client.common
A TextBox to handle numeric Long values
NumericLongTextBox() - Constructor for class org.uberfire.ext.widgets.common.client.common.NumericLongTextBox
 
NumericLongTextBox(boolean) - Constructor for class org.uberfire.ext.widgets.common.client.common.NumericLongTextBox
 
NumericShortTextBox - Class in org.uberfire.ext.widgets.common.client.common
A TextBox to handle numeric Short values
NumericShortTextBox() - Constructor for class org.uberfire.ext.widgets.common.client.common.NumericShortTextBox
 
NumericShortTextBox(boolean) - Constructor for class org.uberfire.ext.widgets.common.client.common.NumericShortTextBox
 
NumericTextBox - Class in org.uberfire.ext.widgets.common.client.common
A TextBox to handle numeric values.
NumericTextBox() - Constructor for class org.uberfire.ext.widgets.common.client.common.NumericTextBox
 
NumericTextBox(boolean) - Constructor for class org.uberfire.ext.widgets.common.client.common.NumericTextBox
 

O

OK() - Method in interface org.uberfire.ext.widgets.common.client.resources.i18n.CommonConstants
 
on() - Method in interface org.uberfire.ext.widgets.common.client.resources.i18n.CommonConstants
 
onActionButtonClick(ClickEvent) - Method in class org.uberfire.ext.widgets.common.client.common.popups.footers.ModalFooterReOpenIgnoreButtons
 
onAttach() - Method in class org.uberfire.ext.widgets.common.client.colorpicker.HuePicker
 
onAttach() - Method in class org.uberfire.ext.widgets.common.client.colorpicker.SaturationLightnessPicker
 
onBrowserEvent(Event) - Method in class org.uberfire.ext.widgets.common.client.common.DirtyableComposite
 
onBrowserEvent(Cell.Context, Element, String, NativeEvent, ValueUpdater<String>) - Method in class org.uberfire.ext.widgets.common.client.tables.PopoverTextCell
 
onBrowserEvent(Cell.Context, Element, NativeEvent) - Method in class org.uberfire.ext.widgets.common.client.tables.ResizableHeader
 
onCancel() - Method in class org.uberfire.ext.widgets.common.client.animations.SequencedAnimation
 
onCancelButtonClick(ClickEvent) - Method in class org.uberfire.ext.widgets.common.client.common.popups.footers.ModalFooterForceSaveReOpenCancelButtons
 
onCancelButtonClick(ClickEvent) - Method in class org.uberfire.ext.widgets.common.client.common.popups.footers.ModalFooterOKCancelButtons
 
onCancelButtonClick(ClickEvent) - Method in class org.uberfire.ext.widgets.common.client.common.popups.footers.ModalFooterYesNoCancelButtons
 
onChangeDate(Event) - Method in class org.uberfire.ext.widgets.common.client.common.DatePicker
 
onChangeMonth(Event) - Method in class org.uberfire.ext.widgets.common.client.common.DatePicker
 
onChangeYear(Event) - Method in class org.uberfire.ext.widgets.common.client.common.DatePicker
 
onClearDate(Event) - Method in class org.uberfire.ext.widgets.common.client.common.DatePicker
 
onComplete() - Method in class org.uberfire.ext.widgets.common.client.animations.SequencedAnimation
 
onFocus() - Method in class org.uberfire.ext.widgets.common.client.common.Page
 
onForceSaveButtonClick(ClickEvent) - Method in class org.uberfire.ext.widgets.common.client.common.popups.footers.ModalFooterForceSaveReOpenCancelButtons
 
onHide(Event) - Method in class org.uberfire.ext.widgets.common.client.common.DatePicker
 
onIgnoreButtonClick(ClickEvent) - Method in class org.uberfire.ext.widgets.common.client.common.popups.footers.ModalFooterReOpenIgnoreButtons
 
onLostFocus() - Method in class org.uberfire.ext.widgets.common.client.common.Page
 
onLostFocus() - Method in class org.uberfire.ext.widgets.common.client.common.Page.PageView
 
onNoButtonClick(ClickEvent) - Method in class org.uberfire.ext.widgets.common.client.common.popups.footers.ModalFooterYesNoCancelButtons
 
onOKButtonClick(ClickEvent) - Method in class org.uberfire.ext.widgets.common.client.common.popups.footers.ModalFooterOKButton
 
onOKButtonClick(ClickEvent) - Method in class org.uberfire.ext.widgets.common.client.common.popups.footers.ModalFooterOKCancelButtons
 
onRefresh() - Method in interface org.uberfire.ext.widgets.common.client.menu.RefreshMenuBuilder.SupportsRefresh
 
onReOpenButtonClick(ClickEvent) - Method in class org.uberfire.ext.widgets.common.client.common.popups.footers.ModalFooterForceSaveReOpenCancelButtons
 
onResize() - Method in class org.uberfire.ext.widgets.common.client.ace.AceEditor
 
onResize() - Method in class org.uberfire.ext.widgets.common.client.common.Page.PageView
 
onResize() - Method in class org.uberfire.ext.widgets.common.client.common.ResizableTextArea
 
onShow(Event) - Method in class org.uberfire.ext.widgets.common.client.common.DatePicker
 
onStart() - Method in class org.uberfire.ext.widgets.common.client.animations.SequencedAnimation
 
onUpdate(double) - Method in class org.uberfire.ext.widgets.common.client.animations.LinearFadeInAnimation
 
onUpdate(double) - Method in class org.uberfire.ext.widgets.common.client.animations.LinearFadeOutAnimation
 
onUpdate(double) - Method in class org.uberfire.ext.widgets.common.client.animations.Pause
 
onUpdate(double) - Method in class org.uberfire.ext.widgets.common.client.animations.SequencedAnimation
 
onUpdateRefreshInterval(boolean, int) - Method in interface org.uberfire.ext.widgets.common.client.menu.RefreshSelectorMenuBuilder.SupportsRefreshInterval
 
onYesButtonClick(ClickEvent) - Method in class org.uberfire.ext.widgets.common.client.common.popups.footers.ModalFooterYesNoCancelButtons
 
org.uberfire.ext.widgets.common.client - package org.uberfire.ext.widgets.common.client
 
org.uberfire.ext.widgets.common.client.accordion - package org.uberfire.ext.widgets.common.client.accordion
 
org.uberfire.ext.widgets.common.client.ace - package org.uberfire.ext.widgets.common.client.ace
 
org.uberfire.ext.widgets.common.client.animations - package org.uberfire.ext.widgets.common.client.animations
 
org.uberfire.ext.widgets.common.client.breadcrumbs - package org.uberfire.ext.widgets.common.client.breadcrumbs
 
org.uberfire.ext.widgets.common.client.breadcrumbs.widget - package org.uberfire.ext.widgets.common.client.breadcrumbs.widget
 
org.uberfire.ext.widgets.common.client.callbacks - package org.uberfire.ext.widgets.common.client.callbacks
 
org.uberfire.ext.widgets.common.client.colorpicker - package org.uberfire.ext.widgets.common.client.colorpicker
 
org.uberfire.ext.widgets.common.client.colorpicker.canvas - package org.uberfire.ext.widgets.common.client.colorpicker.canvas
 
org.uberfire.ext.widgets.common.client.colorpicker.dialog - package org.uberfire.ext.widgets.common.client.colorpicker.dialog
 
org.uberfire.ext.widgets.common.client.common - package org.uberfire.ext.widgets.common.client.common
 
org.uberfire.ext.widgets.common.client.common.popups - package org.uberfire.ext.widgets.common.client.common.popups
 
org.uberfire.ext.widgets.common.client.common.popups.errors - package org.uberfire.ext.widgets.common.client.common.popups.errors
 
org.uberfire.ext.widgets.common.client.common.popups.footers - package org.uberfire.ext.widgets.common.client.common.popups.footers
 
org.uberfire.ext.widgets.common.client.dropdown - package org.uberfire.ext.widgets.common.client.dropdown
 
org.uberfire.ext.widgets.common.client.forms - package org.uberfire.ext.widgets.common.client.forms
 
org.uberfire.ext.widgets.common.client.menu - package org.uberfire.ext.widgets.common.client.menu
 
org.uberfire.ext.widgets.common.client.resources - package org.uberfire.ext.widgets.common.client.resources
 
org.uberfire.ext.widgets.common.client.resources.i18n - package org.uberfire.ext.widgets.common.client.resources.i18n
 
org.uberfire.ext.widgets.common.client.tables - package org.uberfire.ext.widgets.common.client.tables
 
org.uberfire.ext.widgets.common.client.tables.popup - package org.uberfire.ext.widgets.common.client.tables.popup
 

P

Page - Class in org.uberfire.ext.widgets.common.client.common
 
Page(IsWidget) - Constructor for class org.uberfire.ext.widgets.common.client.common.Page
 
Page(IsWidget, String) - Constructor for class org.uberfire.ext.widgets.common.client.common.Page
 
Page.PageView - Class in org.uberfire.ext.widgets.common.client.common
 
PagedTable<T> - Class in org.uberfire.ext.widgets.common.client.tables
Paged Table Widget that stores user preferences.
PagedTable() - Constructor for class org.uberfire.ext.widgets.common.client.tables.PagedTable
 
PagedTable(int) - Constructor for class org.uberfire.ext.widgets.common.client.tables.PagedTable
 
PagedTable(int, ProvidesKey<T>) - Constructor for class org.uberfire.ext.widgets.common.client.tables.PagedTable
 
PagedTable(int, ProvidesKey<T>, GridGlobalPreferences) - Constructor for class org.uberfire.ext.widgets.common.client.tables.PagedTable
 
PagedTable(int, ProvidesKey<T>, GridGlobalPreferences, boolean) - Constructor for class org.uberfire.ext.widgets.common.client.tables.PagedTable
 
PagedTable(int, ProvidesKey<T>, GridGlobalPreferences, boolean, boolean, boolean) - Constructor for class org.uberfire.ext.widgets.common.client.tables.PagedTable
 
pager - Variable in class org.uberfire.ext.widgets.common.client.tables.PagedTable
 
PageSizeSelectorTooltip() - Method in interface org.uberfire.ext.widgets.common.client.resources.i18n.CommonConstants
 
pageSizesSelector - Variable in class org.uberfire.ext.widgets.common.client.tables.PagedTable
 
PageView(Page, IsWidget) - Constructor for class org.uberfire.ext.widgets.common.client.common.Page.PageView
 
parserRules() - Method in interface org.uberfire.ext.widgets.common.client.resources.HtmlEditorResources
 
Pause - Class in org.uberfire.ext.widgets.common.client.animations
A pause (in between animations).
Pause() - Constructor for class org.uberfire.ext.widgets.common.client.animations.Pause
 
PerspectiveDropDown - Class in org.uberfire.ext.widgets.common.client.dropdown
 
PerspectiveDropDown(SyncBeanManager, LiveSearchDropDown) - Constructor for class org.uberfire.ext.widgets.common.client.dropdown.PerspectiveDropDown
 
PerspectiveNameProvider - Interface in org.uberfire.ext.widgets.common.client.dropdown
Interface used to feed the PerspectiveDropDown widget with user friendly perspective names.
PerspectiveNotFound() - Method in interface org.uberfire.ext.widgets.common.client.resources.i18n.CommonConstants
 
PerspectiveSearchHint() - Method in interface org.uberfire.ext.widgets.common.client.resources.i18n.CommonConstants
 
PerspectiveSelectHint() - Method in interface org.uberfire.ext.widgets.common.client.resources.i18n.CommonConstants
 
PopoverTextCell - Class in org.uberfire.ext.widgets.common.client.tables
An extension to the normal TextCell that renders a Bootstrap Popover when text overflows.
PopoverTextCell(PopoverTextCell.Placement) - Constructor for class org.uberfire.ext.widgets.common.client.tables.PopoverTextCell
 
PopoverTextCell() - Constructor for class org.uberfire.ext.widgets.common.client.tables.PopoverTextCell
 
PopoverTextCell.Placement - Enum in org.uberfire.ext.widgets.common.client.tables
 
PrettyFormLayout - Class in org.uberfire.ext.widgets.common.client.common
Uses ext forms to do a prettier layout.
PrettyFormLayout() - Constructor for class org.uberfire.ext.widgets.common.client.common.PrettyFormLayout
 
push(MenuFactory.CustomMenuBuilder) - Method in class org.uberfire.ext.widgets.common.client.menu.RefreshMenuBuilder
 
push(MenuFactory.CustomMenuBuilder) - Method in class org.uberfire.ext.widgets.common.client.menu.RefreshSelectorMenuBuilder
 

R

redisplay() - Method in class org.uberfire.ext.widgets.common.client.ace.AceEditor
Call this to force the editor contents to be redisplayed.
Refresh() - Method in interface org.uberfire.ext.widgets.common.client.resources.i18n.CommonConstants
 
refreshGrid() - Method in class org.uberfire.ext.widgets.common.client.tables.popup.NewFilterPopup
 
refreshGridCommand - Variable in class org.uberfire.ext.widgets.common.client.tables.FilterPagedTable
 
RefreshMenuBuilder - Class in org.uberfire.ext.widgets.common.client.menu
 
RefreshMenuBuilder(RefreshMenuBuilder.SupportsRefresh) - Constructor for class org.uberfire.ext.widgets.common.client.menu.RefreshMenuBuilder
 
RefreshMenuBuilder.SupportsRefresh - Interface in org.uberfire.ext.widgets.common.client.menu
 
RefreshSelectorMenuBuilder - Class in org.uberfire.ext.widgets.common.client.menu
 
RefreshSelectorMenuBuilder(RefreshSelectorMenuBuilder.SupportsRefreshInterval) - Constructor for class org.uberfire.ext.widgets.common.client.menu.RefreshSelectorMenuBuilder
 
RefreshSelectorMenuBuilder.SupportsRefreshInterval - Interface in org.uberfire.ext.widgets.common.client.menu
 
remove(Widget) - Method in class org.uberfire.ext.widgets.common.client.common.DecoratedDisclosurePanel
 
remove(int) - Method in class org.uberfire.ext.widgets.common.client.common.LazyStackPanel
 
removeAllExistingCompleters() - Static method in class org.uberfire.ext.widgets.common.client.ace.AceEditor
Removes all existing completers from the langtools

This can be used to disable all completers including local completers, which can be very useful when completers are used on very large files (as the local completer tokenizes every word to put in the selected list).
removeCommand(AceCommand) - Method in class org.uberfire.ext.widgets.common.client.ace.AceEditor
Remove a command from the editor.
removeCommandByName(String) - Method in class org.uberfire.ext.widgets.common.client.ace.AceEditor
Remove commands, that may not be required, from the editor
removeEnumStyleName(Element, E) - Static method in class org.uberfire.ext.widgets.common.client.common.StyleHelper
 
removeEnumStyleNames(Element, Class<E>) - Static method in class org.uberfire.ext.widgets.common.client.common.StyleHelper
 
RemoveFilter() - Method in interface org.uberfire.ext.widgets.common.client.resources.i18n.CommonConstants
 
removeRow(int) - Method in class org.uberfire.ext.widgets.common.client.common.PrettyFormLayout
 
removeTab(String) - Method in class org.uberfire.ext.widgets.common.client.tables.FilterPagedTable
 
removeTab(int) - Method in class org.uberfire.ext.widgets.common.client.tables.FilterPagedTable
 
RemoveTabConfirm(String) - Method in interface org.uberfire.ext.widgets.common.client.resources.i18n.CommonConstants
 
RemoveTabTitle() - Method in interface org.uberfire.ext.widgets.common.client.resources.i18n.CommonConstants
 
render(Cell.Context, ComparableImageResource, SafeHtmlBuilder) - Method in class org.uberfire.ext.widgets.common.client.tables.ComparableImageResourceCell
 
render(Cell.Context, SafeHtml, SafeHtmlBuilder) - Method in class org.uberfire.ext.widgets.common.client.tables.PopoverTextCell
 
render(Cell.Context, SafeHtmlBuilder) - Method in class org.uberfire.ext.widgets.common.client.tables.SortableHeader
 
render(Cell.Context, SafeHtml, SafeHtmlBuilder) - Method in class org.uberfire.ext.widgets.common.client.tables.TitledTextCell
 
render(TitledTextCell.TitledText) - Method in class org.uberfire.ext.widgets.common.client.tables.TitledTextCell.TitledTextSafeHtmlRenderer
 
render(TitledTextCell.TitledText, SafeHtmlBuilder) - Method in class org.uberfire.ext.widgets.common.client.tables.TitledTextCell.TitledTextSafeHtmlRenderer
 
RenderingContext - Class in org.uberfire.ext.widgets.common.client.colorpicker.canvas
 
RenderingContext() - Constructor for class org.uberfire.ext.widgets.common.client.colorpicker.canvas.RenderingContext
 
ReOpen() - Method in interface org.uberfire.ext.widgets.common.client.resources.i18n.CommonConstants
 
RequestFormParamsEvent - Class in org.uberfire.ext.widgets.common.client.forms
 
RequestFormParamsEvent() - Constructor for class org.uberfire.ext.widgets.common.client.forms.RequestFormParamsEvent
 
RequestFormParamsEvent(String) - Constructor for class org.uberfire.ext.widgets.common.client.forms.RequestFormParamsEvent
 
reset() - Method in class org.uberfire.ext.widgets.common.client.animations.Sequencer
Reset the sequence to the begining.
Reset() - Method in interface org.uberfire.ext.widgets.common.client.resources.i18n.CommonConstants
 
resetDirty() - Method in class org.uberfire.ext.widgets.common.client.common.DirtyableComposite
 
resetDirty() - Method in interface org.uberfire.ext.widgets.common.client.common.DirtyableWidget
 
ResizableHeader<T> - Class in org.uberfire.ext.widgets.common.client.tables
 
ResizableHeader(String, AbstractCellTable<T>, Column<T, ?>) - Constructor for class org.uberfire.ext.widgets.common.client.tables.ResizableHeader
 
ResizableTextArea - Class in org.uberfire.ext.widgets.common.client.common
 
ResizableTextArea() - Constructor for class org.uberfire.ext.widgets.common.client.common.ResizableTextArea
 
run() - Method in class org.uberfire.ext.widgets.common.client.animations.Sequencer
Run all animations.

S

SaturationLightnessPicker - Class in org.uberfire.ext.widgets.common.client.colorpicker
 
SaturationLightnessPicker() - Constructor for class org.uberfire.ext.widgets.common.client.colorpicker.SaturationLightnessPicker
 
saveGridPreferences() - Method in class org.uberfire.ext.widgets.common.client.tables.SimpleTable
 
saveNewRefreshInterval(int) - Method in class org.uberfire.ext.widgets.common.client.tables.FilterPagedTable
 
saveNewTabSettings(String, HashMap<String, Object>) - Method in class org.uberfire.ext.widgets.common.client.tables.FilterPagedTable
 
saveTabSettings(String, HashMap<String, Object>) - Method in class org.uberfire.ext.widgets.common.client.tables.FilterPagedTable
 
scroll - Variable in class org.uberfire.ext.widgets.common.client.common.popups.YesNoCancelPopup
 
scrollToLine(int) - Method in class org.uberfire.ext.widgets.common.client.ace.AceEditor
Go to given line.
search(String) - Method in class org.uberfire.ext.widgets.common.client.dropdown.LiveSearchDropDown
 
search(String, int, LiveSearchCallback) - Method in interface org.uberfire.ext.widgets.common.client.dropdown.LiveSearchService
 
searchFinished() - Method in interface org.uberfire.ext.widgets.common.client.dropdown.LiveSearchDropDown.View
 
searchFinished() - Method in class org.uberfire.ext.widgets.common.client.dropdown.LiveSearchDropDownView
 
searchInProgress(String) - Method in interface org.uberfire.ext.widgets.common.client.dropdown.LiveSearchDropDown.View
 
searchInProgress(String) - Method in class org.uberfire.ext.widgets.common.client.dropdown.LiveSearchDropDownView
 
SelectionColumn<T> - Class in org.uberfire.ext.widgets.common.client.tables
 
SelectionColumn(DataGrid<T>) - Constructor for class org.uberfire.ext.widgets.common.client.tables.SelectionColumn
 
SequencedAnimation - Class in org.uberfire.ext.widgets.common.client.animations
An animation that can be sequenced to run in a list of animations.
SequencedAnimation() - Constructor for class org.uberfire.ext.widgets.common.client.animations.SequencedAnimation
 
Sequencer - Class in org.uberfire.ext.widgets.common.client.animations
Run a list of animations in order.
Sequencer() - Constructor for class org.uberfire.ext.widgets.common.client.animations.Sequencer
 
setAccessKey(char) - Method in class org.uberfire.ext.widgets.common.client.common.DatePicker
 
setAnnotations() - Method in class org.uberfire.ext.widgets.common.client.ace.AceEditor
Set any annotations which have been added via addAnnotation on the editor
setAttributeVisibility(int, boolean) - Method in class org.uberfire.ext.widgets.common.client.common.FormStyleLayout
 
setAttributeVisibility(int, boolean) - Method in class org.uberfire.ext.widgets.common.client.common.popups.FormStylePopup
 
setAutoClose(boolean) - Method in class org.uberfire.ext.widgets.common.client.common.DatePicker
 
setAutocompleteEnabled(boolean) - Method in class org.uberfire.ext.widgets.common.client.ace.AceEditor
Set whether or not autocomplete is enabled.
setBody(Widget) - Method in class org.uberfire.ext.widgets.common.client.common.popups.BaseModal
 
setCanvasSize(int, int) - Method in class org.uberfire.ext.widgets.common.client.colorpicker.canvas.Canvas
 
setColor(String) - Method in class org.uberfire.ext.widgets.common.client.colorpicker.ColorPickerDialog
 
setColor(String) - Method in class org.uberfire.ext.widgets.common.client.colorpicker.SaturationLightnessPicker
 
setContainer(Widget) - Method in class org.uberfire.ext.widgets.common.client.common.DatePicker
 
setContent(Widget) - Method in class org.uberfire.ext.widgets.common.client.common.DecoratedDisclosurePanel
 
setContent(String) - Method in class org.uberfire.ext.widgets.common.client.common.InfoCube
 
setDataProvider(AbstractDataProvider<T>) - Method in class org.uberfire.ext.widgets.common.client.tables.PagedTable
 
setDataTargetWidget(Widget) - Method in class org.uberfire.ext.widgets.common.client.accordion.TriggerWidget
 
setDaysOfWeekDisabled(DatePickerDayOfWeek...) - Method in class org.uberfire.ext.widgets.common.client.common.DatePicker
 
setDropDownText(String) - Method in interface org.uberfire.ext.widgets.common.client.dropdown.LiveSearchDropDown.View
 
setDropDownText(String) - Method in class org.uberfire.ext.widgets.common.client.dropdown.LiveSearchDropDownView
 
setEnabled(boolean) - Method in class org.uberfire.ext.widgets.common.client.common.DatePicker
 
setEnabled(boolean) - Method in class org.uberfire.ext.widgets.common.client.common.FileUpload
 
setEnabled(boolean) - Method in class org.uberfire.ext.widgets.common.client.common.ImageButton
 
setEndDate(Date) - Method in class org.uberfire.ext.widgets.common.client.common.DatePicker
 
setEndDate(String) - Method in class org.uberfire.ext.widgets.common.client.common.DatePicker
 
setFillStyle(String) - Method in class org.uberfire.ext.widgets.common.client.colorpicker.canvas.RenderingContext
 
setFillStyle(Gradient) - Method in class org.uberfire.ext.widgets.common.client.colorpicker.canvas.RenderingContext
 
setFilterCommand(Command) - Method in class org.uberfire.ext.widgets.common.client.tables.DataGridFilter
 
setFilterName(String) - Method in class org.uberfire.ext.widgets.common.client.tables.popup.DataGridFilterSummary
 
setFocus() - Method in class org.uberfire.ext.widgets.common.client.ace.AceEditor
 
setFocus(boolean) - Method in class org.uberfire.ext.widgets.common.client.common.DatePicker
 
setFocus(HasWidgets, Boolean) - Method in class org.uberfire.ext.widgets.common.client.common.popups.BaseModal
 
setFontSize(String) - Method in class org.uberfire.ext.widgets.common.client.ace.AceEditor
Set font size.
setForceParse(boolean) - Method in class org.uberfire.ext.widgets.common.client.common.DatePicker
 
setFormat(String) - Method in class org.uberfire.ext.widgets.common.client.common.DatePicker
Set the format of the Date shown in the TextBox component.
SetFormParamsEvent - Class in org.uberfire.ext.widgets.common.client.forms
 
SetFormParamsEvent() - Constructor for class org.uberfire.ext.widgets.common.client.forms.SetFormParamsEvent
 
SetFormParamsEvent(Map<String, String>, boolean) - Constructor for class org.uberfire.ext.widgets.common.client.forms.SetFormParamsEvent
 
setGridPreferencesStore(GridPreferencesStore) - Method in class org.uberfire.ext.widgets.common.client.tables.ColumnPicker
 
setGridPreferencesStore(GridPreferencesStore) - Method in class org.uberfire.ext.widgets.common.client.tables.SimpleTable
 
setHasKeyboardNavigation(boolean) - Method in class org.uberfire.ext.widgets.common.client.common.DatePicker
 
setHiddenOn(DeviceSize) - Method in class org.uberfire.ext.widgets.common.client.common.DatePicker
 
setHighlightSelectedWord(boolean) - Method in class org.uberfire.ext.widgets.common.client.ace.AceEditor
Set or unset highlighting of currently selected word.
setHighlightToday(boolean) - Method in class org.uberfire.ext.widgets.common.client.common.DatePicker
 
setHorizontalAlignmentForFlexCellFormatter(int, int, HasHorizontalAlignment.HorizontalAlignmentConstant) - Method in class org.uberfire.ext.widgets.common.client.common.DirtyableFlexTable
 
setHScrollBarAlwaysVisible(boolean) - Method in class org.uberfire.ext.widgets.common.client.ace.AceEditor
Set whether or not the horizontal scrollbar is always visible.
setHue(int) - Method in class org.uberfire.ext.widgets.common.client.colorpicker.HuePicker
 
setHue(int) - Method in class org.uberfire.ext.widgets.common.client.colorpicker.SaturationLightnessPicker
 
setIcon(IconType) - Method in class org.uberfire.ext.widgets.common.client.common.FileInputButton
 
setId(String) - Method in class org.uberfire.ext.widgets.common.client.common.DatePicker
 
setImageResource(ImageResource) - Method in class org.uberfire.ext.widgets.common.client.common.HeaderHTML
 
setImageResource(ImageResource) - Method in class org.uberfire.ext.widgets.common.client.common.StackItemHeader
 
setImageResource(ImageResource) - Method in interface org.uberfire.ext.widgets.common.client.common.StackItemHeaderView
 
setImageResource(ImageResource) - Method in class org.uberfire.ext.widgets.common.client.common.StackItemHeaderViewImpl
 
setKey(String) - Method in class org.uberfire.ext.widgets.common.client.tables.DataGridFilter
 
setLanguage(DatePickerLanguage) - Method in class org.uberfire.ext.widgets.common.client.common.DatePicker
 
setLocaleName() - Method in class org.uberfire.ext.widgets.common.client.common.DatePicker
 
setLocaleName(String) - Method in class org.uberfire.ext.widgets.common.client.common.DatePicker
 
setMaxHeight(int) - Method in interface org.uberfire.ext.widgets.common.client.dropdown.LiveSearchDropDown.View
 
setMaxHeight(int) - Method in class org.uberfire.ext.widgets.common.client.dropdown.LiveSearchDropDownView
 
setMaxItems(int) - Method in class org.uberfire.ext.widgets.common.client.dropdown.LiveSearchDropDown
 
setMaxItems(int) - Method in class org.uberfire.ext.widgets.common.client.dropdown.PerspectiveDropDown
 
setMessage(String) - Method in class org.uberfire.ext.widgets.common.client.common.popups.errors.ErrorPopup
 
setMinView(DatePickerMinView) - Method in class org.uberfire.ext.widgets.common.client.common.DatePicker
 
setMode(AceEditorMode) - Method in class org.uberfire.ext.widgets.common.client.ace.AceEditor
Set the mode.
setModeByName(String) - Method in class org.uberfire.ext.widgets.common.client.ace.AceEditor
Set the mode by name.
setMultiGridPreferencesStore(MultiGridPreferencesStore) - Method in class org.uberfire.ext.widgets.common.client.tables.FilterPagedTable
 
setMultiple(boolean) - Method in class org.uberfire.ext.widgets.common.client.common.FileInputButton
 
setName(String) - Method in class org.uberfire.ext.widgets.common.client.common.DatePicker
 
setName(String) - Method in class org.uberfire.ext.widgets.common.client.common.FileUpload
 
setName(String) - Method in class org.uberfire.ext.widgets.common.client.common.StackItemHeader
 
setNotFoundMessage(String) - Method in class org.uberfire.ext.widgets.common.client.dropdown.LiveSearchDropDown
 
setOnChange(Command) - Method in class org.uberfire.ext.widgets.common.client.dropdown.LiveSearchDropDown
 
setOnChange(Command) - Method in class org.uberfire.ext.widgets.common.client.dropdown.PerspectiveDropDown
 
setOpen(boolean) - Method in class org.uberfire.ext.widgets.common.client.common.DecoratedDisclosurePanel
 
setPerspectiveIdsExcluded(Set<String>) - Method in class org.uberfire.ext.widgets.common.client.dropdown.PerspectiveDropDown
 
setPerspectiveNameProvider(PerspectiveNameProvider) - Method in class org.uberfire.ext.widgets.common.client.dropdown.PerspectiveDropDown
 
setPlaceholder(String) - Method in class org.uberfire.ext.widgets.common.client.common.DatePicker
 
setPosition(DatePickerPosition) - Method in class org.uberfire.ext.widgets.common.client.common.DatePicker
 
setPreferencesService(Caller<UserPreferencesService>) - Method in class org.uberfire.ext.widgets.common.client.tables.FilterPagedTable
 
setPreferencesService(Caller<UserPreferencesService>) - Method in class org.uberfire.ext.widgets.common.client.tables.SimpleTable
 
setReadOnly(boolean) - Method in class org.uberfire.ext.widgets.common.client.ace.AceEditor
Set or unset read-only mode.
setRefreshGridCommand(Command) - Method in class org.uberfire.ext.widgets.common.client.tables.FilterPagedTable
 
setSearchCacheEnabled(boolean) - Method in class org.uberfire.ext.widgets.common.client.dropdown.LiveSearchDropDown
 
setSearchEnabled(boolean) - Method in class org.uberfire.ext.widgets.common.client.dropdown.LiveSearchDropDown
 
setSearchEnabled(boolean) - Method in interface org.uberfire.ext.widgets.common.client.dropdown.LiveSearchDropDown.View
 
setSearchEnabled(boolean) - Method in class org.uberfire.ext.widgets.common.client.dropdown.LiveSearchDropDownView
 
setSearchHint(String) - Method in class org.uberfire.ext.widgets.common.client.dropdown.LiveSearchDropDown
 
setSearchHint(String) - Method in interface org.uberfire.ext.widgets.common.client.dropdown.LiveSearchDropDown.View
 
setSearchHint(String) - Method in class org.uberfire.ext.widgets.common.client.dropdown.LiveSearchDropDownView
 
setSearchService(LiveSearchService) - Method in class org.uberfire.ext.widgets.common.client.dropdown.LiveSearchDropDown
 
setSelectedItem(String) - Method in class org.uberfire.ext.widgets.common.client.dropdown.LiveSearchDropDown
 
setSelectedItem(String) - Method in interface org.uberfire.ext.widgets.common.client.dropdown.LiveSearchDropDown.View
 
setSelectedItem(String) - Method in class org.uberfire.ext.widgets.common.client.dropdown.LiveSearchDropDownView
 
setSelectedPerspective(PerspectiveActivity) - Method in class org.uberfire.ext.widgets.common.client.dropdown.PerspectiveDropDown
 
setSelectedPerspective(String) - Method in class org.uberfire.ext.widgets.common.client.dropdown.PerspectiveDropDown
 
setSelectedTab() - Method in class org.uberfire.ext.widgets.common.client.tables.FilterPagedTable
 
setSelectorHint(String) - Method in class org.uberfire.ext.widgets.common.client.dropdown.LiveSearchDropDown
 
setShowFastFordwardPagerButton(boolean) - Method in class org.uberfire.ext.widgets.common.client.tables.PagedTable
 
setShowGutter(boolean) - Method in class org.uberfire.ext.widgets.common.client.ace.AceEditor
Set whether or not the gutter is shown.
setShowLastPagerButton(boolean) - Method in class org.uberfire.ext.widgets.common.client.tables.PagedTable
 
setShowPrintMargin(boolean) - Method in class org.uberfire.ext.widgets.common.client.ace.AceEditor
Set or unset the visibility of the print margin.
setShowTodayButton(boolean) - Method in class org.uberfire.ext.widgets.common.client.common.DatePicker
 
setSortDirection(SortDirection) - Method in class org.uberfire.ext.widgets.common.client.tables.SortableHeader
 
setSortIndex(int) - Method in class org.uberfire.ext.widgets.common.client.tables.SortableHeader
 
setStartDate(Date) - Method in class org.uberfire.ext.widgets.common.client.common.DatePicker
 
setStartDate(String) - Method in class org.uberfire.ext.widgets.common.client.common.DatePicker
 
setStartView(DatePickerMinView) - Method in class org.uberfire.ext.widgets.common.client.common.DatePicker
 
setTabIndex(int) - Method in class org.uberfire.ext.widgets.common.client.common.DatePicker
 
setTabSize(int) - Method in class org.uberfire.ext.widgets.common.client.ace.AceEditor
Set tab size.
setText(String) - Method in class org.uberfire.ext.widgets.common.client.ace.AceEditor
Set the complete text in the editor from a String.
setText(String) - Method in class org.uberfire.ext.widgets.common.client.common.AbstractRestrictedEntryTextBox
 
setText(String) - Method in class org.uberfire.ext.widgets.common.client.common.AddButton
 
setText(String) - Method in class org.uberfire.ext.widgets.common.client.common.FileInputButton
 
setText(String) - Method in class org.uberfire.ext.widgets.common.client.common.HeaderHTML
 
setText(String) - Method in class org.uberfire.ext.widgets.common.client.common.SmallLabel
 
setText(String) - Method in interface org.uberfire.ext.widgets.common.client.common.StackItemHeaderView
 
setText(String) - Method in class org.uberfire.ext.widgets.common.client.common.StackItemHeaderViewImpl
 
setTheme(AceEditorTheme) - Method in class org.uberfire.ext.widgets.common.client.ace.AceEditor
Set the theme.
setThemeByName(String) - Method in class org.uberfire.ext.widgets.common.client.ace.AceEditor
Set the theme by name.
setTitle(String) - Method in class org.uberfire.ext.widgets.common.client.common.InfoCube
 
setType(ButtonType) - Method in class org.uberfire.ext.widgets.common.client.common.FileInputButton
 
setup(String, DefaultPlaceRequest, Command) - Method in class org.uberfire.ext.widgets.common.client.breadcrumbs.widget.BreadcrumbsPresenter
 
setup(String, Command) - Method in interface org.uberfire.ext.widgets.common.client.breadcrumbs.widget.BreadcrumbsPresenter.View
 
setup(String, Command) - Method in class org.uberfire.ext.widgets.common.client.breadcrumbs.widget.BreadcrumbsView
 
setup() - Method in class org.uberfire.ext.widgets.common.client.common.AbstractRestrictedEntryTextBox
 
setup(String, IsWidget, int) - Method in class org.uberfire.ext.widgets.common.client.common.FormStyleItem
 
setupColumnPicker() - Method in class org.uberfire.ext.widgets.common.client.tables.SimpleTable
 
setupMenuButton() - Method in class org.uberfire.ext.widgets.common.client.menu.RefreshMenuBuilder
 
setupMenuButton() - Method in class org.uberfire.ext.widgets.common.client.menu.RefreshSelectorMenuBuilder
 
setupMenuButtonGroup() - Method in class org.uberfire.ext.widgets.common.client.menu.RefreshSelectorMenuBuilder
 
setupMenuDropDown() - Method in class org.uberfire.ext.widgets.common.client.menu.RefreshSelectorMenuBuilder
 
setUseSoftTabs(boolean) - Method in class org.uberfire.ext.widgets.common.client.ace.AceEditor
Set whether or not soft tabs should be used.
setUseWrapMode(boolean) - Method in class org.uberfire.ext.widgets.common.client.ace.AceEditor
Set whether to use wrap mode or not
setValue(String) - Method in class org.uberfire.ext.widgets.common.client.ace.AceEditor
 
setValue(String) - Method in class org.uberfire.ext.widgets.common.client.common.AbstractRestrictedEntryTextBox
 
setValue(String, boolean) - Method in class org.uberfire.ext.widgets.common.client.common.AbstractRestrictedEntryTextBox
 
setValue(Date) - Method in class org.uberfire.ext.widgets.common.client.common.DatePicker
 
setValue(Date, boolean) - Method in class org.uberfire.ext.widgets.common.client.common.DatePicker
 
setValue(String) - Method in class org.uberfire.ext.widgets.common.client.tables.SortableHeader
Set the Column header
setViewSelect(DatePickerMinView) - Method in class org.uberfire.ext.widgets.common.client.common.DatePicker
 
setVisibleOn(DeviceSize) - Method in class org.uberfire.ext.widgets.common.client.common.DatePicker
 
setWeekStart(DatePickerDayOfWeek) - Method in class org.uberfire.ext.widgets.common.client.common.DatePicker
 
setWidth(int) - Method in class org.uberfire.ext.widgets.common.client.dropdown.LiveSearchDropDown
 
setWidth(int) - Method in interface org.uberfire.ext.widgets.common.client.dropdown.LiveSearchDropDown.View
 
setWidth(int) - Method in class org.uberfire.ext.widgets.common.client.dropdown.LiveSearchDropDownView
 
setWidth(int) - Method in class org.uberfire.ext.widgets.common.client.dropdown.PerspectiveDropDown
 
show() - Method in class org.uberfire.ext.widgets.common.client.common.popups.BaseModal
 
show(Command, Command, GridPreferencesStore) - Method in class org.uberfire.ext.widgets.common.client.tables.popup.NewFilterPopup
 
show(Command, MultiGridPreferencesStore) - Method in class org.uberfire.ext.widgets.common.client.tables.popup.NewTabFilterPopup
 
showBusyIndicator(String) - Method in class org.uberfire.ext.widgets.common.client.common.BusyIndicatorView
 
showBusyIndicator(String) - Method in interface org.uberfire.ext.widgets.common.client.common.HasBusyIndicator
 
ShowDetail() - Method in interface org.uberfire.ext.widgets.common.client.resources.i18n.CommonConstants
 
showItemList(List<String>) - Method in class org.uberfire.ext.widgets.common.client.dropdown.LiveSearchDropDown
 
showMessage(String) - Static method in class org.uberfire.ext.widgets.common.client.common.BusyPopup
 
showMessage(String) - Static method in class org.uberfire.ext.widgets.common.client.common.popups.errors.ErrorPopup
 
showMessage(String, Command, Command) - Static method in class org.uberfire.ext.widgets.common.client.common.popups.errors.ErrorPopup
 
showPageSizesSelector - Variable in class org.uberfire.ext.widgets.common.client.tables.PagedTable
 
SimpleTable<T> - Class in org.uberfire.ext.widgets.common.client.tables
A composite Widget that shows rows of data (not-paged) and a "column picker" to allow columns to be hidden from view.
SimpleTable() - Constructor for class org.uberfire.ext.widgets.common.client.tables.SimpleTable
 
SimpleTable(ProvidesKey<T>) - Constructor for class org.uberfire.ext.widgets.common.client.tables.SimpleTable
 
SimpleTable(ProvidesKey<T>, GridGlobalPreferences) - Constructor for class org.uberfire.ext.widgets.common.client.tables.SimpleTable
 
SIZE - Static variable in class org.uberfire.ext.widgets.common.client.breadcrumbs.UberfireBreadcrumbs
 
smallDownArrow() - Method in interface org.uberfire.ext.widgets.common.client.resources.CommonImages
 
SmallLabel - Class in org.uberfire.ext.widgets.common.client.common
 
SmallLabel() - Constructor for class org.uberfire.ext.widgets.common.client.common.SmallLabel
 
SmallLabel(String) - Constructor for class org.uberfire.ext.widgets.common.client.common.SmallLabel
 
smallUpArrow() - Method in interface org.uberfire.ext.widgets.common.client.resources.CommonImages
 
SortableHeader<T,C extends Comparable> - Class in org.uberfire.ext.widgets.common.client.tables
Based on GWT bikeshed example.
SortableHeader(SortableHeaderGroup, String, Column<T, C>) - Constructor for class org.uberfire.ext.widgets.common.client.tables.SortableHeader
 
SortableHeaderGroup<T extends Comparable> - Class in org.uberfire.ext.widgets.common.client.tables
 
SortableHeaderGroup(DataGrid<T>) - Constructor for class org.uberfire.ext.widgets.common.client.tables.SortableHeaderGroup
 
sortAndAddColumns(List<ColumnMeta<T>>) - Method in class org.uberfire.ext.widgets.common.client.tables.ColumnPicker
 
SortDirection - Enum in org.uberfire.ext.widgets.common.client.tables
 
spinner() - Method in interface org.uberfire.ext.widgets.common.client.resources.CommonImages
 
StackItemHeader - Class in org.uberfire.ext.widgets.common.client.common
 
StackItemHeader(StackItemHeaderView) - Constructor for class org.uberfire.ext.widgets.common.client.common.StackItemHeader
 
StackItemHeaderView - Interface in org.uberfire.ext.widgets.common.client.common
 
StackItemHeaderViewImpl - Class in org.uberfire.ext.widgets.common.client.common
 
StackItemHeaderViewImpl() - Constructor for class org.uberfire.ext.widgets.common.client.common.StackItemHeaderViewImpl
 
startApp() - Method in class org.uberfire.ext.widgets.common.client.CommonsEntryPoint
 
startEditor() - Method in class org.uberfire.ext.widgets.common.client.ace.AceEditor
Call this method to start the editor.
startSection() - Method in class org.uberfire.ext.widgets.common.client.common.PrettyFormLayout
 
startSection(String) - Method in class org.uberfire.ext.widgets.common.client.common.PrettyFormLayout
 
storeColumnToPreferences() - Method in class org.uberfire.ext.widgets.common.client.tables.SimpleTable
 
StyleHelper - Class in org.uberfire.ext.widgets.common.client.common
Borrow from GWTBootstrap3 (https://github.com/gwtbootstrap3/gwtbootstrap3)
StyleHelper() - Constructor for class org.uberfire.ext.widgets.common.client.common.StyleHelper
 
swap(int, int) - Method in class org.uberfire.ext.widgets.common.client.common.LazyStackPanel
 

T

tabAdd - Variable in class org.uberfire.ext.widgets.common.client.tables.popup.NewFilterPopup
 
tabManagement - Variable in class org.uberfire.ext.widgets.common.client.tables.popup.NewFilterPopup
 
TitledText(String, String) - Constructor for class org.uberfire.ext.widgets.common.client.tables.TitledTextCell.TitledText
 
TitledTextCell - Class in org.uberfire.ext.widgets.common.client.tables
An extension to the normal TextCell that renders upto two rows of text; one being the title and the other being narrative.
TitledTextCell() - Constructor for class org.uberfire.ext.widgets.common.client.tables.TitledTextCell
Constructs a TitledTextCell that uses a TitledTextCell.TitledTextSafeHtmlRenderer to render its text.
TitledTextCell(SafeHtmlRenderer<TitledTextCell.TitledText>) - Constructor for class org.uberfire.ext.widgets.common.client.tables.TitledTextCell
Constructs a TextCell that uses the provided SafeHtmlRenderer to render its text.
TitledTextCell.TitledText - Class in org.uberfire.ext.widgets.common.client.tables
Container for the Cell value; consisting of title and description
TitledTextCell.TitledTextSafeHtmlRenderer - Class in org.uberfire.ext.widgets.common.client.tables
A renderer for TitledText values
TitledTextColumn<T> - Class in org.uberfire.ext.widgets.common.client.tables
A column containing TitleText cells
TitledTextColumn() - Constructor for class org.uberfire.ext.widgets.common.client.tables.TitledTextColumn
Construct a new TitledTextColumn.
titleTextCellContainer() - Method in interface org.uberfire.ext.widgets.common.client.resources.CommonCss
 
titleTextCellDescription() - Method in interface org.uberfire.ext.widgets.common.client.resources.CommonCss
 
toJsObject() - Method in class org.uberfire.ext.widgets.common.client.ace.AceEditorCursorPosition
Convert to a native Ace JavaScript position object (with integer-valued row and column fields.)
toSafeHtml(String) - Static method in class org.uberfire.ext.widgets.common.client.common.Util
Convert String to a SafeHtml
toString() - Method in class org.uberfire.ext.widgets.common.client.ace.AceEditorCursorPosition
 
TriggerWidget - Class in org.uberfire.ext.widgets.common.client.accordion
Trigger Widget for ResourceType groups
TriggerWidget(String) - Constructor for class org.uberfire.ext.widgets.common.client.accordion.TriggerWidget
 
TriggerWidget(String, boolean) - Constructor for class org.uberfire.ext.widgets.common.client.accordion.TriggerWidget
 
TriggerWidget(IsWidget, String) - Constructor for class org.uberfire.ext.widgets.common.client.accordion.TriggerWidget
 
TriggerWidget(IsWidget, String, boolean) - Constructor for class org.uberfire.ext.widgets.common.client.accordion.TriggerWidget
 

U

UberfireBreadcrumbs - Class in org.uberfire.ext.widgets.common.client.breadcrumbs
A container for breadcrumbs and a toolbar area.
UberfireBreadcrumbs(UberfireDocksContainer, ManagedInstance<BreadcrumbsPresenter>, PlaceManager, UberfireBreadcrumbs.View) - Constructor for class org.uberfire.ext.widgets.common.client.breadcrumbs.UberfireBreadcrumbs
 
UberfireBreadcrumbs.View - Interface in org.uberfire.ext.widgets.common.client.breadcrumbs
 
UberfireBreadcrumbsView - Class in org.uberfire.ext.widgets.common.client.breadcrumbs
 
UberfireBreadcrumbsView() - Constructor for class org.uberfire.ext.widgets.common.client.breadcrumbs.UberfireBreadcrumbsView
 
upArrow() - Method in interface org.uberfire.ext.widgets.common.client.resources.CommonImages
 
upload() - Method in class org.uberfire.ext.widgets.common.client.common.FileUpload
 
Upload() - Method in interface org.uberfire.ext.widgets.common.client.resources.i18n.CommonConstants
 
UploadFile() - Constructor for class org.uberfire.ext.widgets.common.client.common.FileInputButton.UploadFile
 
Util - Class in org.uberfire.ext.widgets.common.client.common
 
Util() - Constructor for class org.uberfire.ext.widgets.common.client.common.Util
 

V

validationError() - Method in interface org.uberfire.ext.widgets.common.client.resources.CommonImages
 
valueChanged(String, String) - Method in interface org.uberfire.ext.widgets.common.client.common.DropDownValueChanged
 
ValueChanged - Interface in org.uberfire.ext.widgets.common.client.common
Deprecated.
valueChanged(String) - Method in interface org.uberfire.ext.widgets.common.client.common.ValueChanged
Deprecated.
 
valueOf(String) - Static method in enum org.uberfire.ext.widgets.common.client.ace.AceAnnotationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.uberfire.ext.widgets.common.client.ace.AceCommand
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.uberfire.ext.widgets.common.client.ace.AceEditorMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.uberfire.ext.widgets.common.client.ace.AceEditorTheme
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.uberfire.ext.widgets.common.client.common.popups.ButtonPressed
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.uberfire.ext.widgets.common.client.tables.PopoverTextCell.Placement
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.uberfire.ext.widgets.common.client.tables.SortDirection
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.uberfire.ext.widgets.common.client.ace.AceAnnotationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.uberfire.ext.widgets.common.client.ace.AceCommand
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.uberfire.ext.widgets.common.client.ace.AceEditorMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.uberfire.ext.widgets.common.client.ace.AceEditorTheme
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.uberfire.ext.widgets.common.client.common.popups.ButtonPressed
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.uberfire.ext.widgets.common.client.tables.PopoverTextCell.Placement
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.uberfire.ext.widgets.common.client.tables.SortDirection
Returns an array containing the constants of this enum type, in the order they are declared.
Version() - Method in interface org.uberfire.ext.widgets.common.client.resources.i18n.CommonConstants
 
view - Variable in class org.uberfire.ext.widgets.common.client.callbacks.HasBusyIndicatorDefaultErrorCallback
 

W

Warning() - Method in interface org.uberfire.ext.widgets.common.client.resources.i18n.CommonConstants
 
warningLarge() - Method in interface org.uberfire.ext.widgets.common.client.resources.CommonImages
 
whiteBottomClass() - Method in interface org.uberfire.ext.widgets.common.client.resources.CommonCss
 
whiteBottomLeftCorner() - Method in interface org.uberfire.ext.widgets.common.client.resources.CommonImages
 
whiteBottomLeftCornerClass() - Method in interface org.uberfire.ext.widgets.common.client.resources.CommonCss
 
whiteBottomRightCorner() - Method in interface org.uberfire.ext.widgets.common.client.resources.CommonImages
 
whiteBottomRightCornerClass() - Method in interface org.uberfire.ext.widgets.common.client.resources.CommonCss
 
whiteCenterClass() - Method in interface org.uberfire.ext.widgets.common.client.resources.CommonCss
 
whiteSideLeftClass() - Method in interface org.uberfire.ext.widgets.common.client.resources.CommonCss
 
whiteSideRightClass() - Method in interface org.uberfire.ext.widgets.common.client.resources.CommonCss
 
whiteTopClass() - Method in interface org.uberfire.ext.widgets.common.client.resources.CommonCss
 
whiteTopLeftCorner() - Method in interface org.uberfire.ext.widgets.common.client.resources.CommonImages
 
whiteTopLeftCornerClass() - Method in interface org.uberfire.ext.widgets.common.client.resources.CommonCss
 
whiteTopRightCorner() - Method in interface org.uberfire.ext.widgets.common.client.resources.CommonImages
 
whiteTopRightCornerClass() - Method in interface org.uberfire.ext.widgets.common.client.resources.CommonCss
 
wysihtml() - Method in interface org.uberfire.ext.widgets.common.client.resources.HtmlEditorResources
 
wysihtmlAllCommands() - Method in interface org.uberfire.ext.widgets.common.client.resources.HtmlEditorResources
 
wysihtmlTableEditing() - Method in interface org.uberfire.ext.widgets.common.client.resources.HtmlEditorResources
 
wysihtmlToolbar() - Method in interface org.uberfire.ext.widgets.common.client.resources.HtmlEditorResources
 

Y

YES() - Method in interface org.uberfire.ext.widgets.common.client.resources.i18n.CommonConstants
 
YesNoCancelPopup - Class in org.uberfire.ext.widgets.common.client.common.popups
 
YesNoCancelPopup(String, String, Command, String, ButtonType, IconType, Command, String, ButtonType, IconType, Command, String, ButtonType, IconType) - Constructor for class org.uberfire.ext.widgets.common.client.common.popups.YesNoCancelPopup
 
YesNoCancelPopup(String, String, Command, Command, Command) - Constructor for class org.uberfire.ext.widgets.common.client.common.popups.YesNoCancelPopup
 
A B C D E F G H I L M N O P R S T U V W Y 
Skip navigation links
Uberfire Widgets Commons 1.0.0.Beta6

Copyright © 2012–2017 JBoss by Red Hat. All rights reserved.