All Classes Interface Summary Class Summary Enum Summary
| Class |
Description |
| AbstractFilterAndReplaceKeyPressHandler |
Abstract key press handler which limits input to allowed characters and replaces characters by
other.
|
| AbstractFilterKeyPressHandler |
Abstract key press handler which limits input to allowed characters.
|
| AbstractFormatingSuggestBox |
|
| AbstractFormatingTextBox |
|
| AbstractItemEditorSource<D,V extends AbstractListItemView<D>> |
Abstract implementation of DataSource for a ListItem editor.
|
| AbstractListEditor<D,V extends AbstractListItemView<D>> |
editor to show a list of items entries.
|
| AbstractListItemView<D> |
Abstract View of an list item, gwt implementation.
|
| AbstractMinMaxTextBox<T> |
number box for input without separators.
|
| AbstractPhoneNumberItemSuggest |
abstract suggest entry of phone number suggest widgets.
|
| AbstractPhoneNumberLocalOracle<T extends AbstractPhoneNumberItemSuggest> |
suggest oracle of phone number suggest widget.
|
| AbstractPhoneNumberOracle<T extends AbstractPhoneNumberItemSuggest> |
suggest oracle of phone number suggest widget.
|
| AbstractPhoneNumberSuggestBox |
phone number common international suggest widget.
|
| AbstractSuggestBoxNewEditor |
Abstract suggest box implementation based on googles implementation, as binding between new and
old world.
|
| AbstractSuggestBoxNewEditor.DefaultSuggestionDisplay |
|
| AbstractSuggestBoxNewEditor.SuggestionCallback |
The callback used when a user selects a SuggestOracle.Suggestion.
|
| AbstractSuggestBoxNewEditor.SuggestionDisplay |
Used to display suggestions to the user.
|
| AbstractWebShimedMinMaxTextBox<T> |
html5 date box for input with webshim fallback if not supported by browser.
|
| BicItemSuggest |
suggest entry of BIC suggest widget.
|
| BicOracle |
suggest oracle of BIC suggest widget.
|
| BicSuggestBox |
BIC suggest widget.
|
| BigDecimalParser |
parse big decimal text to big decimal value.
|
| BigDecimalRenderer |
render big decimal value to decimal format.
|
| BooleanParser |
parse text to date boolean.
|
| BooleanRenderer |
render boolean value to text.
|
| CheckBox |
input field of type checkbox.
|
| ColorBox |
html 5 input field of type color.
|
| CountryListBox |
list box of available countries.
|
| CountryMessages |
translate country enum to country name.
|
| CssResources |
|
| CurrencyBigDecimalBox |
double box for currency input.
|
| CurrencyBigDecimalParser |
parse currency text to big decimal value.
|
| CurrencyBigDecimalRenderer |
render big decimal value to currency.
|
| CurrencyDoubleBox |
double box for currency input.
|
| CurrencyDoubleParser |
parse currency text to double value.
|
| CurrencyDoubleRenderer |
render double value to currency.
|
| CurrencyKeyPressHandler |
KeyPress Handler which allows the characters used for currency values.
|
| DataListWidget |
data list to provide suggestions.
|
| DateBox |
html5 date box for input with webshim fallback if not supported by browser.
|
| DateBoxLocalDate |
html5 date box for input with webshim fallback if not supported by browser.
|
| DateParser |
parse text to date value.
|
| DateRenderer |
render date value to text without separators.
|
| DateTimeLocalBox |
Html 5 date/time box for input with webshim fallback if not supported by browser.
|
| DateTimeLocalBoxLocalDateTime |
Html 5 date/time box for input with webshim fallback if not supported by browser.
|
| DateTimeLocalParser |
parse text to date value.
|
| DateTimeLocalRenderer |
render date value to text without separators.
|
| DecimalBigDecimalBox |
big decimal box for decimal input.
|
| DecimalDoubleBox |
double box for decimal input.
|
| DecimalKeyPressHandler |
KeyPress Handler which allows the characters used for decimal values.
|
| DynamicInputWidget |
Dynamic input widget which can switch between the input types.
|
| EditorDeleteEvent<T> |
event which can be thrown by a list editor entry to inform about it's removal.
|
| EditorDeleteEvent.EditorDeleteHandler<T> |
|
| EditorDeleteEvent.EditorDeleteHandlers<T> |
|
| EmailTextBox |
html 5 input field of type email.
|
| ErrorMessageFormater |
helper class with formating methods for validation messages.
|
| FeatureCheck |
collection of methods to check browser specific features.
|
| FieldTypeEnumMessages |
|
| FieldTypeListBox |
|
| FilterReplaceAndFormatKeyPressHandler<E> |
Key press handler which limits and replaces characters and formats input.
|
| FormatKeyUpHandler<E> |
Key press handler which handles formated values and reformats values.
|
| HandlerFactory |
Factory Class to get Handlers.
|
| HandlesSelectedEntry<T> |
|
| HasAutocomplete |
|
| HasAutofocus |
|
| HasDataList |
|
| HasDelete |
|
| HasFormating |
interface for widgets with formating capabilities.
|
| HasFormatingParser |
parse string in formating input widgets.
|
| HasFormatingRenderer |
render string with has formating value.
|
| HasFormNoValidate |
|
| HasMultiple |
|
| HasPlaceholder |
|
| HasRequired |
|
| HasValidationMessageElement<T,E extends org.gwtproject.editor.client.Editor<T>> |
interface for widgets which can delegate validation messages to another dom element.
|
| HasValidationPattern |
|
| HasValidity |
|
| IbanTextBox |
input text box for iban.
|
| IdAndNameBean<T> |
helper bean for sorting entries.
|
| IdAndNameIdComperator<T extends Comparable<T>> |
|
| IdAndNameListBox<T> |
a list box with id and name.
|
| IdAndNameNameComperator<T extends Comparable<T>> |
|
| IdAndNamePlusIconBean<T> |
helper bean for sorting entries with icon.
|
| IdAndNameSearchableListBox<T> |
a searchable list box with id and name, based on input text box and HTML5 data list.
|
| ImageLazyLoading |
Image lazy loading is based on the GWT Image and provides all the functionality inside.
|
| InputLabel |
label for input field, based on
http://stackoverflow.com/questions/1533899/gwt-is-there-a-label-widget.
|
| IntegerBox |
integer box for input with separators.
|
| IntegerBoxWithoutSeparator |
integer box for input without separators.
|
| IntegerParserWithoutSeparator |
parse text to integer value.
|
| IntegerRendererWithoutSeparator |
render integer value to text without separators.
|
| IntersectionObserver |
|
| IntersectionObserverEntry |
|
| Isbn10TextBox |
text box for isbn input, supported are isbn10 numbers.
|
| Isbn13TextBox |
text box for isbn input, supported are isbn13 numbers.
|
| IsbnTextBox |
text box for isbn input, supported are isbn10 and isbn13 numbers.
|
| JQuery |
JQuery wrapper.
|
| JQueryResources |
|
| JsJQueryResourceDefinitionImpl |
|
| JsJQueryResourceDefinitionInterface |
|
| JsResources |
|
| JsWebshimResourceDefinitionImpl |
|
| JsWebshimResourceDefinitionInterface |
|
| LeafValueEditorConverter |
|
| ListPositionChangeEvent<T> |
event which can be thrown by a list editor entry to inform about it's movement.
|
| ListPositionChangeEvent.ListPositionChangeHandler<T> |
|
| ListPositionChangeEvent.ListPositionChangeHandlers<T> |
|
| ListPositionChangeEvent.ListPositionEnum |
|
| ListSortEnum |
The sort order of the output list.
|
| LocalDateParser |
parse text to date value.
|
| LocalDateRenderer |
render date value to text without separators.
|
| LocalDateTimeParser |
parse text to date value.
|
| LocalDateTimeRenderer |
render date value to text without separators.
|
| LocalTimeParser |
parse text to date value.
|
| LocalTimeRenderer |
render date value to text without separators.
|
| LongBox |
long box for input without separators.
|
| LongBoxWithoutSeparator |
long box for input without separators.
|
| LongParserWithoutSeparator |
parse text to long value.
|
| LongRendererWithoutSeparator |
render long value to text without separators.
|
| MessagesForValues<T> |
translate a code to a name.
|
| MonthBox |
html5 month box for input.
|
| MonthParser |
parse text to date value.
|
| MonthRenderer |
render date value to text without separators.
|
| NavigationKeys |
set of navigation keys which have to be allowed.
|
| NumericAndUpperAsciiKeyPressHandler |
Key press handler which limits input to UperCase ASCII and numeric characters.
|
| NumericKeyPressHandler |
KeyPress Handler which only allows characters 0 - 9.
|
| NumericWithSeparatorsKeyPressHandler |
KeyPress Handler which allows the characters used for integer or long values.
|
| ObserverEventListenerCallback |
|
| PageNumberListBox |
list box to display and select page numbers.
|
| PageNumberMessages |
|
| PasswordTextBox |
A text box that visually masks its input to prevent eavesdropping.
|
| PercentBigDecimalBox |
double box for percent input.
|
| PercentBigDecimalParser |
parse currency text to double value.
|
| PercentBigDecimalRenderer |
render double value to currency.
|
| PercentDoubleBox |
double box for percent input.
|
| PercentDoubleParser |
parse currency text to double value.
|
| PercentDoubleRenderer |
render double value to currency.
|
| PercentKeyPressHandler |
KeyPress Handler which allows the characters used for percent values.
|
| PhoneNumberCommonInterSuggestBox |
phone number common international suggest widget.
|
| PhoneNumberCommonItemSuggest |
suggest entry of phone number common suggest widget.
|
| PhoneNumberCommonOracle |
suggest oracle of phone number suggest widget.
|
| PhoneNumberCommonSuggestBox |
phone number common suggest widget.
|
| PhoneNumberDin5008InterSuggestBox |
phone number DIN5008 international suggest widget.
|
| PhoneNumberDin5008ItemSuggest |
suggest entry of phone number DIN5008 suggest widget.
|
| PhoneNumberDin5008Oracle |
suggest oracle of phone number suggest widget.
|
| PhoneNumberDin5008SuggestBox |
phone number DIN5008 suggest widget.
|
| PhoneNumberE123InterSuggestBox |
phone number E123 international suggest widget.
|
| PhoneNumberE123ItemSuggest |
suggest entry of phone number E123 suggest widget.
|
| PhoneNumberE123Oracle |
suggest oracle of phone number suggest widget.
|
| PhoneNumberE123SuggestBox |
phone number E123 suggest widget.
|
| PhoneNumberKeyPressHandler |
KeyPress Handler which only allows characters which are allowed in phone numbers.
|
| PhoneNumberMsItemSuggest |
suggest entry of phone number ms suggest widget.
|
| PhoneNumberMsOracle |
suggest oracle of phone number suggest widget.
|
| PhoneNumberMsSuggestBox |
phone number ms suggest widget.
|
| PhoneNumberUriItemSuggest |
suggest entry of phone number URI suggest widget.
|
| PhoneNumberUriOracle |
suggest oracle of phone number suggest widget.
|
| PhoneNumberUriSuggestBox |
phone number URI suggest widget.
|
| PostalCodeKeyPressHandler |
KeyPress Handler which allows the input of characters which are part of matching string.
|
| PostalCodeTextBox |
|
| RadioButton |
input field of type radio button (without label).
|
| RangeBox |
html 5 input range box.
|
| RatingDisplayStyle |
styling of the rating display widget.
|
| RatingDisplayWidget |
widget to display ratings, if you need a input field, see RatingInputWidget.
|
| RatingDisplayWidget.Resources |
A ClientBundle that provides images and style sheets for the decorator.
|
| RatingInputStyle |
styling of the rating input widget.
|
| RatingInputWidget |
input field for star ratings.
|
| RatingInputWidget.Resources |
A ClientBundle that provides images and style sheets for the decorator.
|
| RegExCheckedTextBox |
text box for RegEx checked input.
|
| RegExKeyPressHandler |
KeyPress Handler which allows the input of characters which are part of matching string.
|
| SearchTextBox |
html 5 input field of type search.
|
| SelectBoxInputStyle |
styling of the select box input widget.
|
| SelectBoxWithIconInputWidget<T extends Comparable<T>> |
select box with icon field for star ratings.
|
| SelectBoxWithIconInputWidget.Resources |
A ClientBundle that provides images and style sheets for the decorator.
|
| SimpleFilterAndReplaceKeyPressHandler |
Simple key press handler which limits input to allowed characters.
|
| SimpleTagPanel |
simple panel with tag argument (normal simple panel always generates div elements.
|
| SortableIdAndName<T extends Comparable<T>> |
functional interface for sortable id and name widgets.
|
| SortableIdAndNameListBox<T extends Comparable<T>> |
a list box with id and name which is sortable and returns id.
|
| SortableIdAndNameRadioButton<T extends Comparable<T>> |
a radio box with id and name which is sortable and returns id.
|
| SortableIdAndNameSearchableListBox<T extends Comparable<T>> |
a list box with id and name which is sortable and returns id.
|
| SuggestBoxNewEditor |
A SuggestBoxNewEditor is a text box or text area which displays a pre-configured set of
selections that match the user's input.
|
| SuggestBoxValueBoxEditor |
|
| SuggestBoxWithEditorErrors |
|
| TaxNumberKeyPressHandler |
KeyPress Handler which allows the input of characters which are part of matching string.
|
| TaxNumberTextBox |
|
| TextArea |
A text box that allows multiple lines of text to be entered.
|
| TextBox |
A standard single-line text box.
|
| TextBoxBase |
Abstract base class for most text entry widgets.
|
| TextBoxWithFormating |
text box helper input field with formating support.
|
| TimeBox |
Html 5 time box for input with webshim fallback if not supported by browser.
|
| TimeBoxLocalTime |
Html 5 time box for input with webshim fallback if not supported by browser.
|
| TimeParser |
parse text to date value.
|
| TimeRenderer |
render date value to text without separators.
|
| TinKeyPressHandler |
KeyPress Handler which allows the input of characters which are part of matching string.
|
| TinTextBox |
|
| UiLanguageListBox |
list box which displays all languages available in the frontend.
|
| UpperAsciiKeyPressHandler |
Key press handler which limits input to UperCase ASCII characters.
|
| UrlTextBox |
html 5 input field of type url.
|
| ValueBox<T> |
A text box able to parse its displayed value.
|
| ValueBoxBaseWithEditorErrors<T> |
|
| ValueBoxFromEvent<E> |
helper with method which extracts ValueBoxBase from GwtEvent.
|
| VatIdKeyPressHandler |
KeyPress Handler which allows the input of characters which are part of matching string.
|
| VatIdTextBox |
|
| WebshimResources |
|
| Webshims |
webshims wrapper.
|