Index

$ A B C D E F G H I J L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values

$

$(String) - Static method in class de.knightsoftnet.mtwidgets.client.jswrapper.JQuery
 

A

ABSOLUTE - Enum constant in enum de.knightsoftnet.mtwidgets.client.event.ListPositionChangeEvent.ListPositionEnum
 
AbstractFilterAndReplaceKeyPressHandler - Class in de.knightsoftnet.mtwidgets.client.ui.handler
Abstract key press handler which limits input to allowed characters and replaces characters by other.
AbstractFilterAndReplaceKeyPressHandler(boolean) - Constructor for class de.knightsoftnet.mtwidgets.client.ui.handler.AbstractFilterAndReplaceKeyPressHandler
constructor.
AbstractFilterKeyPressHandler - Class in de.knightsoftnet.mtwidgets.client.ui.handler
Abstract key press handler which limits input to allowed characters.
AbstractFilterKeyPressHandler(String, boolean) - Constructor for class de.knightsoftnet.mtwidgets.client.ui.handler.AbstractFilterKeyPressHandler
constructor initializing fields.
AbstractFilterKeyPressHandler(Set<Character>, boolean) - Constructor for class de.knightsoftnet.mtwidgets.client.ui.handler.AbstractFilterKeyPressHandler
constructor initializing fields.
AbstractFormatingSuggestBox - Class in de.knightsoftnet.mtwidgets.client.ui.widget
abstract suggest box which formats input when typing.
AbstractFormatingSuggestBox(SuggestOracle) - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.AbstractFormatingSuggestBox
Constructor for SuggestBox.
AbstractFormatingSuggestBox(SuggestOracle, ValueBoxBaseWithEditorErrors<String>) - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.AbstractFormatingSuggestBox
Constructor for SuggestBox.
AbstractFormatingTextBox - Class in de.knightsoftnet.mtwidgets.client.ui.widget
abstract text box which formats input on typing.
AbstractFormatingTextBox() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.AbstractFormatingTextBox
default constructor.
AbstractItemEditorSource<D,V extends AbstractListItemView<D>> - Class in de.knightsoftnet.mtwidgets.client.ui.widget.helper
Abstract implementation of DataSource for a ListItem editor.
AbstractItemEditorSource(AbstractListEditor<D, V>) - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.helper.AbstractItemEditorSource
 
AbstractListEditor<D,V extends AbstractListItemView<D>> - Class in de.knightsoftnet.mtwidgets.client.ui.widget.helper
editor to show a list of items entries.
AbstractListEditor() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.helper.AbstractListEditor
 
AbstractListItemView<D> - Class in de.knightsoftnet.mtwidgets.client.ui.widget.helper
Abstract View of an list item, gwt implementation.
AbstractListItemView() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.helper.AbstractListItemView
 
AbstractMinMaxTextBox<T> - Class in de.knightsoftnet.mtwidgets.client.ui.widget
number box for input without separators.
AbstractMinMaxTextBox(Renderer<T>, Parser<T>, KeyPressHandler) - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.AbstractMinMaxTextBox
constructor.
AbstractMinMaxTextBox(Renderer<T>, Parser<T>, Renderer<T>, Parser<T>, KeyPressHandler) - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.AbstractMinMaxTextBox
constructor.
AbstractMinMaxTextBox(HTMLInputElement, String, Renderer<T>, Parser<T>, KeyPressHandler) - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.AbstractMinMaxTextBox
constructor.
AbstractMinMaxTextBox(HTMLInputElement, String, Renderer<T>, Parser<T>, Renderer<T>, Parser<T>, KeyPressHandler) - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.AbstractMinMaxTextBox
constructor.
AbstractPhoneNumberItemSuggest - Class in de.knightsoftnet.mtwidgets.client.ui.widget.oracle
abstract suggest entry of phone number suggest widgets.
AbstractPhoneNumberItemSuggest() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.oracle.AbstractPhoneNumberItemSuggest
default constructor.
AbstractPhoneNumberItemSuggest(String, String, String, String) - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.oracle.AbstractPhoneNumberItemSuggest
constructor initializing fields.
AbstractPhoneNumberLocalOracle<T extends AbstractPhoneNumberItemSuggest> - Class in de.knightsoftnet.mtwidgets.client.ui.widget.oracle
suggest oracle of phone number suggest widget.
AbstractPhoneNumberLocalOracle() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.oracle.AbstractPhoneNumberLocalOracle
constructor initializing with suggestion type.
AbstractPhoneNumberOracle<T extends AbstractPhoneNumberItemSuggest> - Class in de.knightsoftnet.mtwidgets.client.ui.widget.oracle
suggest oracle of phone number suggest widget.
AbstractPhoneNumberOracle() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.oracle.AbstractPhoneNumberOracle
 
AbstractPhoneNumberSuggestBox - Class in de.knightsoftnet.mtwidgets.client.ui.widget
phone number common international suggest widget.
AbstractPhoneNumberSuggestBox(AbstractPhoneNumberLocalOracle<?>) - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.AbstractPhoneNumberSuggestBox
default constructor.
AbstractSuggestBoxNewEditor - Class in com.google.gwt.user.client.ui
Abstract suggest box implementation based on googles implementation, as binding between new and old world.
AbstractSuggestBoxNewEditor(AbstractSuggestBoxNewEditor.SuggestionDisplay) - Constructor for class com.google.gwt.user.client.ui.AbstractSuggestBoxNewEditor
 
AbstractSuggestBoxNewEditor.DefaultSuggestionDisplay - Class in com.google.gwt.user.client.ui
The default implementation of AbstractSuggestBoxNewEditor.SuggestionDisplay displays suggestions in a PopupPanel beneath the AbstractSuggestBoxNewEditor.
AbstractSuggestBoxNewEditor.SuggestionCallback - Interface in com.google.gwt.user.client.ui
The callback used when a user selects a SuggestOracle.Suggestion.
AbstractSuggestBoxNewEditor.SuggestionDisplay - Class in com.google.gwt.user.client.ui
Used to display suggestions to the user.
addBlurHandler(BlurHandler) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.SuggestBoxWithEditorErrors
 
addCountryCodeReference(TakesValue<?>) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.PostalCodeTextBox
addEditorDeleteHandler(EditorDeleteEvent.EditorDeleteHandler<D>) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.AbstractListItemView
 
addEditorDeleteHandler(EditorDeleteEvent.EditorDeleteHandler<T>) - Method in interface de.knightsoftnet.mtwidgets.client.event.EditorDeleteEvent.EditorDeleteHandlers
 
addEventsToTextBox() - Method in class com.google.gwt.user.client.ui.AbstractSuggestBoxNewEditor
 
addEventsToTextBox(EventHandler) - Method in class com.google.gwt.user.client.ui.AbstractSuggestBoxNewEditor
 
addEventsToTextBox(EventHandler) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.SuggestBoxNewEditor
 
addFocusHandler(FocusHandler) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.SuggestBoxWithEditorErrors
 
addKeyDownHandler(KeyDownHandler) - Method in class com.google.gwt.user.client.ui.AbstractSuggestBoxNewEditor
 
addKeyPressHandler(KeyPressHandler) - Method in class com.google.gwt.user.client.ui.AbstractSuggestBoxNewEditor
 
addKeyUpHandler(KeyUpHandler) - Method in class com.google.gwt.user.client.ui.AbstractSuggestBoxNewEditor
 
addListPositionChangeHandler(ListPositionChangeEvent.ListPositionChangeHandler<D>) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.AbstractListItemView
 
addListPositionChangeHandler(ListPositionChangeEvent.ListPositionChangeHandler<T>) - Method in interface de.knightsoftnet.mtwidgets.client.event.ListPositionChangeEvent.ListPositionChangeHandlers
 
addNewEntry() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.AbstractListEditor
add a new entry at the end of the list.
addSelectionHandler(SelectionHandler<SuggestOracle.Suggestion>) - Method in class com.google.gwt.user.client.ui.AbstractSuggestBoxNewEditor
 
addToHeader(String) - Static method in class de.knightsoftnet.mtwidgets.client.ui.widget.resourceloader.CssResources
add css script to header.
addValueChangeHandler(ValueChangeHandler<Integer>) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.RatingInputWidget
 
addValueChangeHandler(ValueChangeHandler<String>) - Method in class com.google.gwt.user.client.ui.AbstractSuggestBoxNewEditor
 
addValueChangeHandler(ValueChangeHandler<List<D>>) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.AbstractListEditor
 
addValueChangeHandler(ValueChangeHandler<T>) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.IdAndNameListBox
 
addValueChangeHandler(ValueChangeHandler<T>) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.IdAndNameSearchableListBox
 
addValueChangeHandler(ValueChangeHandler<T>) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.SelectBoxWithIconInputWidget
 
addValueChangeHandler(ValueChangeHandler<T>) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.SortableIdAndNameRadioButton
 
asEditor() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.IdAndNameListBox
 
asEditor() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.IdAndNameSearchableListBox
 
asEditor() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.RatingInputWidget
 
asEditor() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.SelectBoxWithIconInputWidget
 
asEditor() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.SortableIdAndNameRadioButton
 
asEditor() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.SuggestBoxNewEditor
Returns a TakesValueEditor backed by the SuggestBoxNewEditor.
attr(String) - Method in class de.knightsoftnet.mtwidgets.client.jswrapper.JQuery
Get the value of an attribute for the first element in the set of matched elements.
attr(String, Object) - Method in class de.knightsoftnet.mtwidgets.client.jswrapper.JQuery
Set one or more attributes for the set of matched elements.

B

BicItemSuggest - Class in de.knightsoftnet.mtwidgets.client.ui.widget.oracle
suggest entry of BIC suggest widget.
BicItemSuggest() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.oracle.BicItemSuggest
default constructor.
BicItemSuggest(String, String, String) - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.oracle.BicItemSuggest
constructor initializing fields.
BicOracle - Class in de.knightsoftnet.mtwidgets.client.ui.widget.oracle
suggest oracle of BIC suggest widget.
BicOracle() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.oracle.BicOracle
default constructor.
BicSuggestBox - Class in de.knightsoftnet.mtwidgets.client.ui.widget
BIC suggest widget.
BicSuggestBox() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.BicSuggestBox
default constructor.
BigDecimalParser - Class in de.knightsoftnet.mtwidgets.client.ui.widget.helper
parse big decimal text to big decimal value.
BigDecimalParser() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.helper.BigDecimalParser
 
BigDecimalRenderer - Class in de.knightsoftnet.mtwidgets.client.ui.widget.helper
render big decimal value to decimal format.
BigDecimalRenderer() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.helper.BigDecimalRenderer
 
BooleanParser - Class in de.knightsoftnet.mtwidgets.client.ui.widget.helper
parse text to date boolean.
BooleanParser() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.helper.BooleanParser
 
BooleanRenderer - Class in de.knightsoftnet.mtwidgets.client.ui.widget.helper
render boolean value to text.
BooleanRenderer() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.helper.BooleanRenderer
 

C

callback - Variable in class com.google.gwt.user.client.ui.AbstractSuggestBoxNewEditor
 
callEvent(IntersectionObserverEntry[]) - Method in interface de.knightsoftnet.mtwidgets.client.jswrapper.ObserverEventListenerCallback
 
CheckBox - Class in de.knightsoftnet.mtwidgets.client.ui.widget
input field of type checkbox.
CheckBox() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.CheckBox
default constructor.
checkValidity() - Method in interface de.knightsoftnet.mtwidgets.client.ui.widget.features.HasValidity
Returns false if the element is a candidate for constraint validation, and it does not satisfy its constraints.
checkValidity() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.IdAndNameSearchableListBox
 
checkValidity() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.SuggestBoxWithEditorErrors
 
checkValidity() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.TextArea
 
checkValidity() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.ValueBoxBaseWithEditorErrors
 
ColorBox - Class in de.knightsoftnet.mtwidgets.client.ui.widget
html 5 input field of type color.
ColorBox() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.ColorBox
default constructor.
com.google.gwt.user.client.ui - package com.google.gwt.user.client.ui
 
compare(IdAndNameBean<T>, IdAndNameBean<T>) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.IdAndNameIdComperator
 
compare(IdAndNameBean<T>, IdAndNameBean<T>) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.IdAndNameNameComperator
 
convertOld(LeafValueEditor<T>) - Static method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.LeafValueEditorConverter
convert old com.google.gwt.editor.client.LeafValueEditor to new org.gwtproject.editor.client.LeafValueEditor.
countryCodeReference - Variable in class de.knightsoftnet.mtwidgets.client.ui.widget.AbstractPhoneNumberSuggestBox
 
CountryListBox - Class in de.knightsoftnet.mtwidgets.client.ui.widget
list box of available countries.
CountryListBox(ListSortEnum) - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.CountryListBox
widget ui constructor.
CountryMessages - Interface in de.knightsoftnet.mtwidgets.client.ui.widget.helper
translate country enum to country name.
create(int) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.AbstractItemEditorSource
 
createData() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.AbstractListEditor
create new instance of a data element.
createInstance(PhoneNumberData) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.oracle.AbstractPhoneNumberOracle
createInstance creates a new Instance.
createInstance(PhoneNumberData) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.oracle.PhoneNumberCommonOracle
 
createInstance(PhoneNumberData) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.oracle.PhoneNumberDin5008Oracle
 
createInstance(PhoneNumberData) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.oracle.PhoneNumberE123Oracle
 
createInstance(PhoneNumberData) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.oracle.PhoneNumberMsOracle
 
createInstance(PhoneNumberData) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.oracle.PhoneNumberUriOracle
 
createItemView(int) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.AbstractItemEditorSource
create new instance of a item view.
createPopup() - Method in class com.google.gwt.user.client.ui.AbstractSuggestBoxNewEditor.DefaultSuggestionDisplay
Create the PopupPanel that will hold the list of suggestions.
css(String...) - Method in class de.knightsoftnet.mtwidgets.client.jswrapper.JQuery
Get the computed style properties for the first element in the set of matched elements.
css(String, String) - Method in class de.knightsoftnet.mtwidgets.client.jswrapper.JQuery
Set one or more CSS properties for the set of matched elements.
CssResources - Class in de.knightsoftnet.mtwidgets.client.ui.widget.resourceloader
 
CssResources() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.resourceloader.CssResources
 
CurrencyBigDecimalBox - Class in de.knightsoftnet.mtwidgets.client.ui.widget
double box for currency input.
CurrencyBigDecimalBox() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.CurrencyBigDecimalBox
default constructor.
CurrencyBigDecimalParser - Class in de.knightsoftnet.mtwidgets.client.ui.widget.helper
parse currency text to big decimal value.
CurrencyBigDecimalParser() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.helper.CurrencyBigDecimalParser
 
CurrencyBigDecimalRenderer - Class in de.knightsoftnet.mtwidgets.client.ui.widget.helper
render big decimal value to currency.
CurrencyBigDecimalRenderer() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.helper.CurrencyBigDecimalRenderer
 
CurrencyDoubleBox - Class in de.knightsoftnet.mtwidgets.client.ui.widget
double box for currency input.
CurrencyDoubleBox() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.CurrencyDoubleBox
default constructor.
CurrencyDoubleParser - Class in de.knightsoftnet.mtwidgets.client.ui.widget.helper
parse currency text to double value.
CurrencyDoubleParser() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.helper.CurrencyDoubleParser
 
CurrencyDoubleRenderer - Class in de.knightsoftnet.mtwidgets.client.ui.widget.helper
render double value to currency.
CurrencyDoubleRenderer() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.helper.CurrencyDoubleRenderer
 
CurrencyKeyPressHandler - Class in de.knightsoftnet.mtwidgets.client.ui.handler
KeyPress Handler which allows the characters used for currency values.
CurrencyKeyPressHandler() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.handler.CurrencyKeyPressHandler
 
currentText - Variable in class com.google.gwt.user.client.ui.AbstractSuggestBoxNewEditor
 

D

DataListWidget - Class in de.knightsoftnet.mtwidgets.client.ui.widget
data list to provide suggestions.
DataListWidget() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.DataListWidget
default constructor.
DateBox - Class in de.knightsoftnet.mtwidgets.client.ui.widget
html5 date box for input.
DateBox() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.DateBox
default constructor.
DateBoxLocalDate - Class in de.knightsoftnet.mtwidgets.client.ui.widget
html5 date box for input with.
DateBoxLocalDate() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.DateBoxLocalDate
default constructor.
DateParser - Class in de.knightsoftnet.mtwidgets.client.ui.widget.helper
parse text to date value.
DateParser(String) - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.helper.DateParser
constructor.
DateRenderer - Class in de.knightsoftnet.mtwidgets.client.ui.widget.helper
render date value to text without separators.
DateRenderer(String) - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.helper.DateRenderer
constructor.
DateTimeLocalBox - Class in de.knightsoftnet.mtwidgets.client.ui.widget
Html 5 date/time box for input.
DateTimeLocalBox() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.DateTimeLocalBox
default constructor.
DateTimeLocalBoxLocalDateTime - Class in de.knightsoftnet.mtwidgets.client.ui.widget
Html 5 date/time box for input.
DateTimeLocalBoxLocalDateTime() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.DateTimeLocalBoxLocalDateTime
default constructor.
DateTimeLocalParser - Class in de.knightsoftnet.mtwidgets.client.ui.widget.helper
parse text to date value.
DateTimeLocalParser(String) - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.helper.DateTimeLocalParser
constructor.
DateTimeLocalRenderer - Class in de.knightsoftnet.mtwidgets.client.ui.widget.helper
render date value to text without separators.
DateTimeLocalRenderer(String) - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.helper.DateTimeLocalRenderer
constructor.
de.knightsoftnet.mtwidgets.client.event - package de.knightsoftnet.mtwidgets.client.event
 
de.knightsoftnet.mtwidgets.client.jswrapper - package de.knightsoftnet.mtwidgets.client.jswrapper
 
de.knightsoftnet.mtwidgets.client.ui.handler - package de.knightsoftnet.mtwidgets.client.ui.handler
this package contains client side handlers.
de.knightsoftnet.mtwidgets.client.ui.widget - package de.knightsoftnet.mtwidgets.client.ui.widget
this package contains own widgets.
de.knightsoftnet.mtwidgets.client.ui.widget.features - package de.knightsoftnet.mtwidgets.client.ui.widget.features
 
de.knightsoftnet.mtwidgets.client.ui.widget.helper - package de.knightsoftnet.mtwidgets.client.ui.widget.helper
 
de.knightsoftnet.mtwidgets.client.ui.widget.oracle - package de.knightsoftnet.mtwidgets.client.ui.widget.oracle
 
de.knightsoftnet.mtwidgets.client.ui.widget.resourceloader - package de.knightsoftnet.mtwidgets.client.ui.widget.resourceloader
 
de.knightsoftnet.mtwidgets.client.ui.widget.styling - package de.knightsoftnet.mtwidgets.client.ui.widget.styling
 
DecimalBigDecimalBox - Class in de.knightsoftnet.mtwidgets.client.ui.widget
big decimal box for decimal input.
DecimalBigDecimalBox() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.DecimalBigDecimalBox
default constructor.
DecimalDoubleBox - Class in de.knightsoftnet.mtwidgets.client.ui.widget
double box for decimal input.
DecimalDoubleBox() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.DecimalDoubleBox
default constructor.
DecimalKeyPressHandler - Class in de.knightsoftnet.mtwidgets.client.ui.handler
KeyPress Handler which allows the characters used for decimal values.
DecimalKeyPressHandler() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.handler.DecimalKeyPressHandler
 
decorateSuggestionList(Widget) - Method in class com.google.gwt.user.client.ui.AbstractSuggestBoxNewEditor.DefaultSuggestionDisplay
Wrap the list of suggestions before adding it to the popup.
DefaultSuggestionDisplay() - Constructor for class com.google.gwt.user.client.ui.AbstractSuggestBoxNewEditor.DefaultSuggestionDisplay
deleteEntry() - Method in interface de.knightsoftnet.mtwidgets.client.ui.widget.features.HasDelete
 
disconnect() - Method in class de.knightsoftnet.mtwidgets.client.jswrapper.IntersectionObserver
Disconnects.
dispatch(EditorDeleteEvent.EditorDeleteHandler<T>) - Method in class de.knightsoftnet.mtwidgets.client.event.EditorDeleteEvent
 
dispatch(ListPositionChangeEvent.ListPositionChangeHandler<T>) - Method in class de.knightsoftnet.mtwidgets.client.event.ListPositionChangeEvent
 
display - Variable in class com.google.gwt.user.client.ui.AbstractSuggestBoxNewEditor
 
dispose(V) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.AbstractItemEditorSource
 
DOWN - Enum constant in enum de.knightsoftnet.mtwidgets.client.event.ListPositionChangeEvent.ListPositionEnum
 
DynamicInputWidget - Class in de.knightsoftnet.mtwidgets.client.ui.widget
Dynamic input widget which can switch between the input types.
DynamicInputWidget() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.DynamicInputWidget
default constructor.

E

EditorDeleteEvent<T> - Class in de.knightsoftnet.mtwidgets.client.event
event which can be thrown by a list editor entry to inform about it's removal.
EditorDeleteEvent(Editor<T>) - Constructor for class de.knightsoftnet.mtwidgets.client.event.EditorDeleteEvent
 
EditorDeleteEvent.EditorDeleteHandler<T> - Interface in de.knightsoftnet.mtwidgets.client.event
 
EditorDeleteEvent.EditorDeleteHandlers<T> - Interface in de.knightsoftnet.mtwidgets.client.event
 
editorErrorMatches(EditorError) - Method in interface de.knightsoftnet.mtwidgets.client.ui.widget.features.HasValidationMessageElement
Checks if a error belongs to this widget.
EmailTextBox - Class in de.knightsoftnet.mtwidgets.client.ui.widget
html 5 input field of type email.
EmailTextBox() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.EmailTextBox
default constructor.
ensureDomEventHandlers() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.IdAndNameListBox
 
ensureDomEventHandlers() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.IdAndNameSearchableListBox
 
ensureDomEventHandlers() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.RatingInputWidget
 
ensureDomEventHandlers() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.SelectBoxWithIconInputWidget
 
ensureDomEventHandlers() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.SortableIdAndNameRadioButton
 
entries - Variable in class de.knightsoftnet.mtwidgets.client.ui.widget.IdAndNameListBox
 
entries - Variable in class de.knightsoftnet.mtwidgets.client.ui.widget.IdAndNameSearchableListBox
 
equals(Object) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.IdAndNameBean
 
equals(Object) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.IdAndNamePlusIconBean
 
ErrorMessageFormater - Class in de.knightsoftnet.mtwidgets.client.ui.widget.helper
helper class with formating methods for validation messages.
eventLisenerQueue - Static variable in class de.knightsoftnet.mtwidgets.client.ui.widget.resourceloader.JsResources
 

F

FeatureCheck - Class in de.knightsoftnet.mtwidgets.client.ui.widget.helper
collection of methods to check browser specific features.
FieldTypeEnumMessages - Interface in de.knightsoftnet.mtwidgets.client.ui.widget.helper
 
FieldTypeListBox - Class in de.knightsoftnet.mtwidgets.client.ui.widget
field type enumeration list box.
FieldTypeListBox() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.FieldTypeListBox
widget ui constructor.
fillBankName(String) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.BicSuggestBox
 
fillEntries(IdAndNamePlusIconBean<T>...) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.SelectBoxWithIconInputWidget
fill entries for the select box.
fillEntries(ListSortEnum, MessagesForValues<T>, Collection<T>) - Method in interface de.knightsoftnet.mtwidgets.client.ui.widget.features.SortableIdAndName
fill entries of the listbox.
fillEntries(Collection<T>) - Method in interface de.knightsoftnet.mtwidgets.client.ui.widget.features.SortableIdAndName
fill entries of the listbox.
fillEntries(Collection<T>) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.SortableIdAndNameListBox
 
fillEntries(Collection<T>) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.SortableIdAndNameSearchableListBox
 
fillEntries(List<IdAndNamePlusIconBean<T>>) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.SelectBoxWithIconInputWidget
fill entries for the select box.
fillEntryCollections(Collection<? extends IdAndNameBean<T>>) - Method in interface de.knightsoftnet.mtwidgets.client.ui.widget.features.SortableIdAndName
fill entry collections (possible values).
fillEntryCollections(Collection<? extends IdAndNameBean<T>>) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.IdAndNameListBox
fill entries of the listbox.
fillEntryCollections(Collection<? extends IdAndNameBean<T>>) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.IdAndNameSearchableListBox
fill entries of the listbox.
FilterReplaceAndFormatKeyPressHandler<E> - Class in de.knightsoftnet.mtwidgets.client.ui.handler
Key press handler which limits and replaces characters and formats input.
FilterReplaceAndFormatKeyPressHandler() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.handler.FilterReplaceAndFormatKeyPressHandler
default constructor.
format(String, String) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.AbstractPhoneNumberSuggestBox
format phone number as string.
format(String, String) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.PhoneNumberCommonInterSuggestBox
 
format(String, String) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.PhoneNumberCommonSuggestBox
 
format(String, String) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.PhoneNumberDin5008InterSuggestBox
 
format(String, String) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.PhoneNumberDin5008SuggestBox
 
format(String, String) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.PhoneNumberE123InterSuggestBox
 
format(String, String) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.PhoneNumberE123SuggestBox
 
format(String, String) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.PhoneNumberMsSuggestBox
 
format(String, String) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.PhoneNumberUriSuggestBox
 
FORMAT - Static variable in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.DateParser
 
FORMAT - Static variable in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.DateTimeLocalRenderer
 
FORMAT - Static variable in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.LocalDateParser
 
FORMAT - Static variable in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.LocalDateTimeRenderer
 
FORMAT - Static variable in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.LocalTimeParser
 
FORMAT - Static variable in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.TimeParser
 
FormatKeyUpHandler<E> - Class in de.knightsoftnet.mtwidgets.client.ui.handler
Key press handler which handles formated values and reformats values.
FormatKeyUpHandler() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.handler.FormatKeyUpHandler
 
formatValue(ValueWithPos<String>) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.AbstractFormatingSuggestBox
 
formatValue(ValueWithPos<String>) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.AbstractFormatingTextBox
 
formatValue(ValueWithPos<String>) - Method in interface de.knightsoftnet.mtwidgets.client.ui.widget.features.HasFormating
format and set value.
formatValue(ValueWithPos<String>) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.TextBoxWithFormating
 
formatValue(ValueWithPos<String>, boolean) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.AbstractPhoneNumberSuggestBox
 
formatValue(ValueWithPos<String>, boolean) - Method in interface de.knightsoftnet.mtwidgets.client.ui.widget.features.HasFormating
format and set value.
formatValue(ValueWithPos<String>, boolean) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.IbanTextBox
 
formatValue(ValueWithPos<String>, boolean) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.Isbn10TextBox
 
formatValue(ValueWithPos<String>, boolean) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.Isbn13TextBox
 
formatValue(ValueWithPos<String>, boolean) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.IsbnTextBox
 
formatValue(ValueWithPos<String>, boolean) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.TextBoxWithFormating
 
formatValueSynchron(String) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.AbstractPhoneNumberSuggestBox
 
formatValueSynchron(String) - Method in interface de.knightsoftnet.mtwidgets.client.ui.widget.features.HasFormating
format value synchron, doesn't work for rest formatings.
formatValueSynchron(String) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.IbanTextBox
 
formatValueSynchron(String) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.Isbn10TextBox
 
formatValueSynchron(String) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.Isbn13TextBox
 
formatValueSynchron(String) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.IsbnTextBox
 
formatValueSynchron(String) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.TextBoxWithFormating
 
formatWithPos(ValueWithPos<String>, String) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.AbstractPhoneNumberSuggestBox
format phone number with position.
formatWithPos(ValueWithPos<String>, String) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.PhoneNumberCommonInterSuggestBox
 
formatWithPos(ValueWithPos<String>, String) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.PhoneNumberCommonSuggestBox
 
formatWithPos(ValueWithPos<String>, String) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.PhoneNumberDin5008InterSuggestBox
 
formatWithPos(ValueWithPos<String>, String) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.PhoneNumberDin5008SuggestBox
 
formatWithPos(ValueWithPos<String>, String) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.PhoneNumberE123InterSuggestBox
 
formatWithPos(ValueWithPos<String>, String) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.PhoneNumberE123SuggestBox
 
formatWithPos(ValueWithPos<String>, String) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.PhoneNumberMsSuggestBox
 
formatWithPos(ValueWithPos<String>, String) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.PhoneNumberUriSuggestBox
 
full() - Method in interface de.knightsoftnet.mtwidgets.client.ui.widget.styling.RatingDisplayStyle
 

G

getAllowedCharacters() - Method in class de.knightsoftnet.mtwidgets.client.ui.handler.AbstractFilterKeyPressHandler
 
getAllowedCharacters() - Method in class de.knightsoftnet.mtwidgets.client.ui.handler.SimpleFilterAndReplaceKeyPressHandler
 
getAreaCode() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.oracle.AbstractPhoneNumberItemSuggest
 
getAreaName() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.oracle.AbstractPhoneNumberItemSuggest
 
getAssociatedType() - Method in class de.knightsoftnet.mtwidgets.client.event.EditorDeleteEvent
 
getAssociatedType() - Method in class de.knightsoftnet.mtwidgets.client.event.ListPositionChangeEvent
 
getAutocomplete() - Method in interface de.knightsoftnet.mtwidgets.client.ui.widget.features.HasAutocomplete
get autocomplete attribute value.
getAutocomplete() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.IdAndNameSearchableListBox
 
getAutocomplete() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.SuggestBoxWithEditorErrors
 
getAutocomplete() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.TextArea
 
getAutocomplete() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.ValueBoxBaseWithEditorErrors
 
getBankName() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.oracle.BicItemSuggest
 
getBankNameWidget() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.BicSuggestBox
 
getBic() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.oracle.BicItemSuggest
 
getBicDisplay() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.oracle.BicItemSuggest
 
getBicInput() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.IbanTextBox
 
getBoxAsFoucsWidget() - Method in class com.google.gwt.user.client.ui.AbstractSuggestBoxNewEditor
 
getBoxAsFoucsWidget() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.SuggestBoxNewEditor
 
getCharacterWidth() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.TextArea
Gets the requested width of the text box (this is not an exact value, as not all characters are created equal).
getCountryCode() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.AbstractPhoneNumberSuggestBox
get country code from reference field or localization depending as fallback.
getCountryCode() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.oracle.AbstractPhoneNumberItemSuggest
 
getCountryName() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.oracle.AbstractPhoneNumberItemSuggest
 
getCurrencyKeyPressHandler() - Static method in class de.knightsoftnet.mtwidgets.client.ui.handler.HandlerFactory
get a currency key press handler.
getCurrentSelection() - Method in class com.google.gwt.user.client.ui.AbstractSuggestBoxNewEditor.DefaultSuggestionDisplay
 
getCurrentSelection() - Method in class com.google.gwt.user.client.ui.AbstractSuggestBoxNewEditor.SuggestionDisplay
Get the currently selected SuggestOracle.Suggestion in the display.
getCursorPos() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.TextArea
 
getDecimalKeyPressHandler() - Static method in class de.knightsoftnet.mtwidgets.client.ui.handler.HandlerFactory
get a decimal key press handler.
getDefaultResources() - Static method in class de.knightsoftnet.mtwidgets.client.ui.widget.RatingDisplayWidget
get default resource, if not set, create one.
getDefaultResources() - Static method in class de.knightsoftnet.mtwidgets.client.ui.widget.RatingInputWidget
get default resource, if not set, create one.
getDefaultResources() - Static method in class de.knightsoftnet.mtwidgets.client.ui.widget.SelectBoxWithIconInputWidget
get default resource, if not set, create one.
getDefaultValue() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.IdAndNameListBox
 
getDirectionEstimator() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.InputLabel
 
getDisplayString() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.IdAndNameBean
 
getDisplayString() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.oracle.AbstractPhoneNumberItemSuggest
 
getDisplayString() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.oracle.BicItemSuggest
 
getDisplayString() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.oracle.PhoneNumberCommonItemSuggest
 
getDisplayString() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.oracle.PhoneNumberDin5008ItemSuggest
 
getDisplayString() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.oracle.PhoneNumberE123ItemSuggest
 
getDisplayString() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.oracle.PhoneNumberMsItemSuggest
 
getDisplayString() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.oracle.PhoneNumberUriItemSuggest
 
getEditor() - Method in class de.knightsoftnet.mtwidgets.client.event.EditorDeleteEvent
 
getEditor() - Method in class de.knightsoftnet.mtwidgets.client.event.ListPositionChangeEvent
 
getFieldType() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.DynamicInputWidget
 
getFilterReplAndFormatStrKeyPressHandler() - Static method in class de.knightsoftnet.mtwidgets.client.ui.handler.HandlerFactory
get a filter replace and format String key press handler.
getFormating() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.TextBoxWithFormating
 
getFormatStrKeyUpHandler() - Static method in class de.knightsoftnet.mtwidgets.client.ui.handler.HandlerFactory
get a format key up handler.
getFormValue() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.RadioButton
Returns the value property of the input element that backs this widget.
getIconUrl() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.IdAndNamePlusIconBean
 
getId() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.IdAndNameBean
 
getInputElement() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.TextArea
 
getInputElement() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.ValueBoxBaseWithEditorErrors
 
getJQeryMigratePath() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.resourceloader.JsJQueryResourceDefinitionImpl
 
getJQeryMigratePath() - Method in interface de.knightsoftnet.mtwidgets.client.ui.widget.resourceloader.JsJQueryResourceDefinitionInterface
 
getJQeryPath() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.resourceloader.JsJQueryResourceDefinitionImpl
 
getJQeryPath() - Method in interface de.knightsoftnet.mtwidgets.client.ui.widget.resourceloader.JsJQueryResourceDefinitionInterface
 
getLimit() - Method in class com.google.gwt.user.client.ui.AbstractSuggestBoxNewEditor
Gets the limit for the number of suggestions that should be displayed for this box.
getLimit(SuggestOracle.Request) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.oracle.AbstractPhoneNumberOracle
 
getMax() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.AbstractMinMaxTextBox
get maximum allowed value.
getMaxLength() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.TextArea
Gets the maximum allowable length of the text box.
getMaxLength() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.TextBox
Gets the maximum allowable length of the text box.
getMaxLength() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.ValueBox
Gets the maximum allowable length.
getMin() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.AbstractMinMaxTextBox
get minimum allowed value.
getName() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.IdAndNameBean
 
getNavigationChars() - Method in class de.knightsoftnet.mtwidgets.client.ui.handler.NavigationKeys
get a set of navigation character keys.
getNewPosition() - Method in class de.knightsoftnet.mtwidgets.client.event.ListPositionChangeEvent
 
getNumericAndUpperAsciiKeyPressHandler() - Static method in class de.knightsoftnet.mtwidgets.client.ui.handler.HandlerFactory
get a numeric and upper case key press handler.
getNumericKeyPressHandler() - Static method in class de.knightsoftnet.mtwidgets.client.ui.handler.HandlerFactory
get a numeric key press handler.
getNumericWithSeparatorsKeyPressHandler() - Static method in class de.knightsoftnet.mtwidgets.client.ui.handler.HandlerFactory
get a numeric with separators key press handler.
getParser() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.TextBox
 
getPattern() - Method in interface de.knightsoftnet.mtwidgets.client.ui.widget.features.HasValidationPattern
get validation pattern.
getPattern() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.TextArea
 
getPattern() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.ValueBoxBaseWithEditorErrors
 
getPercentKeyPressHandler() - Static method in class de.knightsoftnet.mtwidgets.client.ui.handler.HandlerFactory
get a percent key press handler.
getPhoneNumberKeyPressHandler() - Static method in class de.knightsoftnet.mtwidgets.client.ui.handler.HandlerFactory
get a phone number key press handler.
getPhoneNumberUtil() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.oracle.AbstractPhoneNumberLocalOracle
 
getPlaceholder() - Method in interface de.knightsoftnet.mtwidgets.client.ui.widget.features.HasPlaceholder
get place holder text.
getPlaceholder() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.IdAndNameSearchableListBox
 
getPlaceholder() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.SuggestBoxWithEditorErrors
 
getPlaceholder() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.TextArea
 
getPlaceholder() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.ValueBoxBaseWithEditorErrors
 
getPopupPanel() - Method in class com.google.gwt.user.client.ui.AbstractSuggestBoxNewEditor.DefaultSuggestionDisplay
Get the PopupPanel used to display suggestions.
getPositionChange() - Method in class de.knightsoftnet.mtwidgets.client.event.ListPositionChangeEvent
 
getPostalCodeKeyPressHandler(TakesValue<?>) - Static method in class de.knightsoftnet.mtwidgets.client.ui.handler.HandlerFactory
get a key press handler which allows characters for postal codes of a referenced country.
getRegExKeyPressHandler(String) - Static method in class de.knightsoftnet.mtwidgets.client.ui.handler.HandlerFactory
get a key press handler which allows all characters which could match a reg ex.
getRenderer() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.TextBox
 
getReplacementString() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.IdAndNameBean
 
getReplacementString() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.oracle.AbstractPhoneNumberItemSuggest
 
getReplacementString() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.oracle.BicItemSuggest
 
getReplacementString() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.oracle.PhoneNumberCommonItemSuggest
 
getReplacementString() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.oracle.PhoneNumberDin5008ItemSuggest
 
getReplacementString() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.oracle.PhoneNumberE123ItemSuggest
 
getReplacementString() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.oracle.PhoneNumberMsItemSuggest
 
getReplacementString() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.oracle.PhoneNumberUriItemSuggest
 
getSelectionLength() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.TextArea
 
getShadowElement() - Method in class de.knightsoftnet.mtwidgets.client.jswrapper.JQuery
get shadow element for polyfilled widget.
getStep() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.AbstractMinMaxTextBox
get distance value should be increased/decreased when using up/down buttons.
getSuggestionDisplay() - Method in class com.google.gwt.user.client.ui.AbstractSuggestBoxNewEditor
Get the AbstractSuggestBoxNewEditor.SuggestionDisplay used to display suggestions.
getSuggestionMenu() - Method in class com.google.gwt.user.client.ui.AbstractSuggestBoxNewEditor.DefaultSuggestionDisplay
Get the MenuBar used to display suggestions.
getSuggestOracle() - Method in class com.google.gwt.user.client.ui.AbstractSuggestBoxNewEditor
Gets the suggest box's SuggestOracle.
getTabIndex() - Method in class com.google.gwt.user.client.ui.AbstractSuggestBoxNewEditor
 
getTabIndex() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.RatingInputWidget
 
getTabIndex() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.SelectBoxWithIconInputWidget
 
getTabIndex() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.SortableIdAndNameRadioButton
 
getTabIndex() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.SuggestBoxNewEditor
 
getTaxNumberKeyPressHandler(TakesValue<?>) - Static method in class de.knightsoftnet.mtwidgets.client.ui.handler.HandlerFactory
get a key press handler which allows characters for tax number of a referenced country.
getText() - Method in class com.google.gwt.user.client.ui.AbstractSuggestBoxNewEditor
 
getText() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.InputLabel
 
getText() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.SuggestBoxNewEditor
 
getTextBox() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.SuggestBoxValueBoxEditor
get text box.
getTextBoxFromEvent(GwtEvent<?>) - Method in class de.knightsoftnet.mtwidgets.client.ui.handler.ValueBoxFromEvent
get ValueBoxBase which produced the event.
getTextDirection() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.InputLabel
 
getTinKeyPressHandler(TakesValue<?>) - Static method in class de.knightsoftnet.mtwidgets.client.ui.handler.HandlerFactory
get a key press handler which allows characters for tin of a referenced country.
getType() - Static method in class de.knightsoftnet.mtwidgets.client.event.EditorDeleteEvent
 
getType() - Static method in class de.knightsoftnet.mtwidgets.client.event.ListPositionChangeEvent
 
getUpperAsciiKeyPressHandler() - Static method in class de.knightsoftnet.mtwidgets.client.ui.handler.HandlerFactory
get a upper case key press handler.
getValidationMessage() - Method in interface de.knightsoftnet.mtwidgets.client.ui.widget.features.HasValidity
A localized message that describes the validation constraints that the control does not satisfy (if any).
getValidationMessage() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.IdAndNameSearchableListBox
 
getValidationMessage() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.SuggestBoxWithEditorErrors
 
getValidationMessage() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.TextArea
 
getValidationMessage() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.ValueBoxBaseWithEditorErrors
 
getValidationMessageElement() - Method in interface de.knightsoftnet.mtwidgets.client.ui.widget.features.HasValidationMessageElement
get validation message element.
getValidationMessageElement() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.AbstractListEditor
 
getValidationMessageElement() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.IdAndNameListBox
 
getValidationMessageElement() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.IdAndNameSearchableListBox
 
getValidationMessageElement() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.RatingInputWidget
 
getValidationMessageElement() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.SelectBoxWithIconInputWidget
 
getValidationMessageElement() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.SortableIdAndNameRadioButton
 
getValidationMessageElement() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.SuggestBoxWithEditorErrors
 
getValidationMessageElement() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.ValueBoxBaseWithEditorErrors
 
getValidity() - Method in interface de.knightsoftnet.mtwidgets.client.ui.widget.features.HasValidity
The validity states that this element is in.
getValidity() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.IdAndNameSearchableListBox
 
getValidity() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.SuggestBoxWithEditorErrors
 
getValidity() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.TextArea
 
getValidity() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.ValueBoxBaseWithEditorErrors
 
getValue() - Method in class com.google.gwt.user.client.ui.AbstractSuggestBoxNewEditor
 
getValue() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.DataListWidget
 
getValue() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.IdAndNameListBox
 
getValue() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.IdAndNameSearchableListBox
 
getValue() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.RatingDisplayWidget
 
getValue() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.RatingInputWidget
 
getValue() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.SelectBoxWithIconInputWidget
 
getValue() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.SortableIdAndNameRadioButton
 
getValue() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.SuggestBoxNewEditor
 
getValue() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.TextBoxBase
Overridden to return "" from an empty text box.
getValueBox() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.SuggestBoxValueBoxEditor
get value box base.
getValueBox() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.SuggestBoxNewEditor
Get the ValueBoxBaseWithEditorErrors associated with this suggest box.
getValueOrThrow() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.CheckBox
 
getValueOrThrow() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.DynamicInputWidget
 
getValueOrThrow() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.RadioButton
 
getValueOrThrow() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.RegExCheckedTextBox
 
getVatIdKeyPressHandler(TakesValue<?>) - Static method in class de.knightsoftnet.mtwidgets.client.ui.handler.HandlerFactory
get a key press handler which allows characters for vat id of a referenced country.
getVisibleLength() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.TextBox
Gets the number of visible characters in the text box.
getVisibleLength() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.ValueBox
Gets the number of visible characters.
getVisibleLines() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.TextArea
Gets the number of text lines that are visible.

H

half() - Method in interface de.knightsoftnet.mtwidgets.client.ui.widget.styling.RatingDisplayStyle
 
HandlerFactory - Class in de.knightsoftnet.mtwidgets.client.ui.handler
Factory Class to get Handlers.
HandlerFactory() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.handler.HandlerFactory
 
handleSelectedEntry(T) - Method in interface de.knightsoftnet.mtwidgets.client.ui.widget.features.HandlesSelectedEntry
 
HandlesSelectedEntry<T> - Interface in de.knightsoftnet.mtwidgets.client.ui.widget.features
 
HasAutocomplete - Interface in de.knightsoftnet.mtwidgets.client.ui.widget.features
 
HasAutofocus - Interface in de.knightsoftnet.mtwidgets.client.ui.widget.features
 
HasCountryCodeReference - Interface in de.knightsoftnet.mtwidgets.client.ui.widget.features
 
HasDataList - Interface in de.knightsoftnet.mtwidgets.client.ui.widget.features
 
HasDelete - Interface in de.knightsoftnet.mtwidgets.client.ui.widget.features
 
HasFormating - Interface in de.knightsoftnet.mtwidgets.client.ui.widget.features
interface for widgets with formating capabilities.
HasFormatingParser - Class in de.knightsoftnet.mtwidgets.client.ui.widget.helper
parse string in formating input widgets.
HasFormatingParser() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.helper.HasFormatingParser
 
HasFormatingRenderer - Class in de.knightsoftnet.mtwidgets.client.ui.widget.helper
render string with has formating value.
HasFormatingRenderer() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.helper.HasFormatingRenderer
 
HasFormNoValidate - Interface in de.knightsoftnet.mtwidgets.client.ui.widget.features
 
hashCode() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.IdAndNameBean
 
hashCode() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.IdAndNamePlusIconBean
 
HasMultiple - Interface in de.knightsoftnet.mtwidgets.client.ui.widget.features
 
HasPlaceholder - Interface in de.knightsoftnet.mtwidgets.client.ui.widget.features
 
HasRequired - Interface in de.knightsoftnet.mtwidgets.client.ui.widget.features
 
HasValidationMessageElement<T,E extends org.gwtproject.editor.client.Editor<T>> - Interface in de.knightsoftnet.mtwidgets.client.ui.widget.features
interface for widgets which can delegate validation messages to another dom element.
HasValidationPattern - Interface in de.knightsoftnet.mtwidgets.client.ui.widget.features
 
HasValidity - Interface in de.knightsoftnet.mtwidgets.client.ui.widget.features
 
hideSuggestionList() - Method in class com.google.gwt.user.client.ui.AbstractSuggestBoxNewEditor
hideSuggestions() - Method in class com.google.gwt.user.client.ui.AbstractSuggestBoxNewEditor.DefaultSuggestionDisplay
 
hideSuggestions() - Method in class com.google.gwt.user.client.ui.AbstractSuggestBoxNewEditor.SuggestionDisplay
Hide the list of suggestions from view.

I

IbanTextBox - Class in de.knightsoftnet.mtwidgets.client.ui.widget
input text box for iban.
IbanTextBox() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.IbanTextBox
 
ID_ASC - Enum constant in enum de.knightsoftnet.mtwidgets.client.ui.widget.helper.ListSortEnum
sort by id ascending.
ID_DSC - Enum constant in enum de.knightsoftnet.mtwidgets.client.ui.widget.helper.ListSortEnum
sort by id descending.
IdAndNameBean<T> - Class in de.knightsoftnet.mtwidgets.client.ui.widget.helper
helper bean for sorting entries.
IdAndNameBean(T, String) - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.helper.IdAndNameBean
constructor initializing fields.
IdAndNameIdComperator<T extends Comparable<T>> - Class in de.knightsoftnet.mtwidgets.client.ui.widget.helper
 
IdAndNameIdComperator() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.helper.IdAndNameIdComperator
 
IdAndNameListBox<T> - Class in de.knightsoftnet.mtwidgets.client.ui.widget
a list box with id and name.
IdAndNameListBox() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.IdAndNameListBox
constructor.
IdAndNameListBox(Collection<? extends IdAndNameBean<T>>) - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.IdAndNameListBox
constructor.
IdAndNameNameComperator<T extends Comparable<T>> - Class in de.knightsoftnet.mtwidgets.client.ui.widget.helper
 
IdAndNameNameComperator() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.helper.IdAndNameNameComperator
default constructor.
IdAndNamePlusIconBean<T> - Class in de.knightsoftnet.mtwidgets.client.ui.widget.helper
helper bean for sorting entries with icon.
IdAndNamePlusIconBean(T, String, String) - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.helper.IdAndNamePlusIconBean
constructor initializing fields.
IdAndNameSearchableListBox<T> - Class in de.knightsoftnet.mtwidgets.client.ui.widget
a searchable list box with id and name, based on input text box and HTML5 data list.
IdAndNameSearchableListBox() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.IdAndNameSearchableListBox
constructor.
IdAndNameSearchableListBox(Collection<? extends IdAndNameBean<T>>) - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.IdAndNameSearchableListBox
constructor.
ImageLazyLoading - Class in de.knightsoftnet.mtwidgets.client.ui.widget
Image lazy loading is based on the GWT Image and provides all the functionality inside.
ImageLazyLoading() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.ImageLazyLoading
 
ImageLazyLoading(Element) - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.ImageLazyLoading
 
ImageLazyLoading(ImageResource) - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.ImageLazyLoading
 
ImageLazyLoading(SafeUri) - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.ImageLazyLoading
 
ImageLazyLoading(SafeUri, int, int, int, int) - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.ImageLazyLoading
 
ImageLazyLoading(String) - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.ImageLazyLoading
 
ImageLazyLoading(String, int, int, int, int) - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.ImageLazyLoading
 
initializationStarted - Static variable in class de.knightsoftnet.mtwidgets.client.ui.widget.resourceloader.JsResources
 
InputLabel - Class in de.knightsoftnet.mtwidgets.client.ui.widget
label for input field, based on http://stackoverflow.com/questions/1533899/gwt-is-there-a-label-widget.
InputLabel() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.InputLabel
 
InputLabel(Element) - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.InputLabel
constructor.
instance() - Static method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.BigDecimalParser
returns the instance.
instance() - Static method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.BigDecimalRenderer
returns the instance.
instance() - Static method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.BooleanParser
returns the instance.
instance() - Static method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.BooleanRenderer
returns the instance.
instance() - Static method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.CurrencyBigDecimalParser
returns the instance.
instance() - Static method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.CurrencyBigDecimalRenderer
returns the instance.
instance() - Static method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.CurrencyDoubleParser
returns the instance.
instance() - Static method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.CurrencyDoubleRenderer
returns the instance.
instance() - Static method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.DateParser
returns the instance.
instance() - Static method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.DateRenderer
returns the instance.
instance() - Static method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.DateTimeLocalParser
returns the instance.
instance() - Static method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.DateTimeLocalRenderer
returns the instance.
instance() - Static method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.IntegerParserWithoutSeparator
returns the instance.
instance() - Static method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.IntegerRendererWithoutSeparator
returns the instance.
instance() - Static method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.LocalDateParser
returns the instance.
instance() - Static method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.LocalDateRenderer
returns the instance.
instance() - Static method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.LocalDateTimeParser
returns the instance.
instance() - Static method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.LocalDateTimeRenderer
returns the instance.
instance() - Static method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.LocalTimeParser
returns the instance.
instance() - Static method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.LocalTimeRenderer
returns the instance.
instance() - Static method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.LongParserWithoutSeparator
returns the instance.
instance() - Static method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.LongRendererWithoutSeparator
returns the instance.
instance() - Static method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.MonthParser
returns the instance.
instance() - Static method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.MonthRenderer
returns the instance.
instance() - Static method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.PercentBigDecimalParser
returns the instance.
instance() - Static method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.PercentBigDecimalRenderer
returns the instance.
instance() - Static method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.PercentDoubleParser
returns the instance.
instance() - Static method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.PercentDoubleRenderer
returns the instance.
instance() - Static method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.TimeParser
returns the instance.
instance() - Static method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.TimeRenderer
returns the instance.
IntegerBox - Class in de.knightsoftnet.mtwidgets.client.ui.widget
integer box for input with separators.
IntegerBox() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.IntegerBox
default constructor.
IntegerBoxWithoutSeparator - Class in de.knightsoftnet.mtwidgets.client.ui.widget
integer box for input without separators.
IntegerBoxWithoutSeparator() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.IntegerBoxWithoutSeparator
default constructor.
IntegerParserWithoutSeparator - Class in de.knightsoftnet.mtwidgets.client.ui.widget.helper
parse text to integer value.
IntegerParserWithoutSeparator() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.helper.IntegerParserWithoutSeparator
 
IntegerRendererWithoutSeparator - Class in de.knightsoftnet.mtwidgets.client.ui.widget.helper
render integer value to text without separators.
IntegerRendererWithoutSeparator() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.helper.IntegerRendererWithoutSeparator
 
IntersectionObserver - Class in de.knightsoftnet.mtwidgets.client.jswrapper
 
IntersectionObserver() - Constructor for class de.knightsoftnet.mtwidgets.client.jswrapper.IntersectionObserver
 
IntersectionObserverEntry - Class in de.knightsoftnet.mtwidgets.client.jswrapper
 
IntersectionObserverEntry() - Constructor for class de.knightsoftnet.mtwidgets.client.jswrapper.IntersectionObserverEntry
 
intersectionRatio - Variable in class de.knightsoftnet.mtwidgets.client.jswrapper.IntersectionObserverEntry
 
isAllowedCharacter(char) - Method in class de.knightsoftnet.mtwidgets.client.ui.handler.AbstractFilterAndReplaceKeyPressHandler
check if character is allowed to type in unchanged.
isAllowedCharacter(char) - Method in class de.knightsoftnet.mtwidgets.client.ui.handler.NumericAndUpperAsciiKeyPressHandler
 
isAllowedCharacter(char) - Method in class de.knightsoftnet.mtwidgets.client.ui.handler.PostalCodeKeyPressHandler
 
isAllowedCharacter(char) - Method in class de.knightsoftnet.mtwidgets.client.ui.handler.SimpleFilterAndReplaceKeyPressHandler
 
isAllowedCharacter(char) - Method in class de.knightsoftnet.mtwidgets.client.ui.handler.TaxNumberKeyPressHandler
 
isAllowedCharacter(char) - Method in class de.knightsoftnet.mtwidgets.client.ui.handler.TinKeyPressHandler
 
isAllowedCharacter(char) - Method in class de.knightsoftnet.mtwidgets.client.ui.handler.UpperAsciiKeyPressHandler
 
isAllowedCharacter(char) - Method in class de.knightsoftnet.mtwidgets.client.ui.handler.VatIdKeyPressHandler
 
isAllowedCharacter(char) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.AbstractPhoneNumberSuggestBox
 
isAllowedCharacter(char) - Method in interface de.knightsoftnet.mtwidgets.client.ui.widget.features.HasFormating
check a character if it's allowed input value.
isAllowedCharacter(char) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.IbanTextBox
 
isAllowedCharacter(char) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.Isbn10TextBox
 
isAllowedCharacter(char) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.Isbn13TextBox
 
isAllowedCharacter(char) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.IsbnTextBox
 
isAllowedCharacter(char) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.TextBoxWithFormating
 
isAnimationEnabled() - Method in class com.google.gwt.user.client.ui.AbstractSuggestBoxNewEditor.DefaultSuggestionDisplay
 
isAnimationEnabled() - Method in class com.google.gwt.user.client.ui.AbstractSuggestBoxNewEditor
isAutofocus() - Method in interface de.knightsoftnet.mtwidgets.client.ui.widget.features.HasAutofocus
get autofocus value.
isAutofocus() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.IdAndNameListBox
 
isAutofocus() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.IdAndNameSearchableListBox
 
isAutofocus() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.SortableIdAndNameRadioButton
 
isAutofocus() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.SuggestBoxWithEditorErrors
 
isAutofocus() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.TextArea
 
isAutofocus() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.ValueBoxBaseWithEditorErrors
 
isAutoSelectEnabled() - Method in class com.google.gwt.user.client.ui.AbstractSuggestBoxNewEditor
Returns whether or not the first suggestion will be automatically selected.
Isbn10TextBox - Class in de.knightsoftnet.mtwidgets.client.ui.widget
text box for isbn input, supported are isbn10 numbers.
Isbn10TextBox() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.Isbn10TextBox
default constructor.
Isbn13TextBox - Class in de.knightsoftnet.mtwidgets.client.ui.widget
text box for isbn input, supported are isbn13 numbers.
Isbn13TextBox() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.Isbn13TextBox
default constructor.
IsbnTextBox - Class in de.knightsoftnet.mtwidgets.client.ui.widget
text box for isbn input, supported are isbn10 and isbn13 numbers.
IsbnTextBox() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.IsbnTextBox
default constructor.
isCharacterToReplace(char) - Method in class de.knightsoftnet.mtwidgets.client.ui.handler.AbstractFilterAndReplaceKeyPressHandler
check if character is one which has to be replaced.
isCharacterToReplace(char) - Method in class de.knightsoftnet.mtwidgets.client.ui.handler.NumericAndUpperAsciiKeyPressHandler
 
isCharacterToReplace(char) - Method in class de.knightsoftnet.mtwidgets.client.ui.handler.SimpleFilterAndReplaceKeyPressHandler
 
isCharacterToReplace(char) - Method in class de.knightsoftnet.mtwidgets.client.ui.handler.UpperAsciiKeyPressHandler
 
isCharacterToReplace(char) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.AbstractPhoneNumberSuggestBox
 
isCharacterToReplace(char) - Method in interface de.knightsoftnet.mtwidgets.client.ui.widget.features.HasFormating
check a character if it's character to replace.
isCharacterToReplace(char) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.IbanTextBox
 
isCharacterToReplace(char) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.Isbn10TextBox
 
isCharacterToReplace(char) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.Isbn13TextBox
 
isCharacterToReplace(char) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.IsbnTextBox
 
isCharacterToReplace(char) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.TextBoxWithFormating
 
isDisplayStringHTML() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.oracle.AbstractPhoneNumberOracle
 
isDisplayStringHTML() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.oracle.BicOracle
 
isEnabled() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.SortableIdAndNameRadioButton
 
isEnabled() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.SuggestBoxNewEditor
Gets whether this widget is enabled.
isFormatingCharacter(char) - Method in interface de.knightsoftnet.mtwidgets.client.ui.widget.features.HasFormating
check a character if it's formating character.
isFormatingCharacter(char) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.IbanTextBox
 
isFormatingCharacter(char) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.Isbn10TextBox
 
isFormatingCharacter(char) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.Isbn13TextBox
 
isFormatingCharacter(char) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.IsbnTextBox
 
isFormatingCharacter(char) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.PhoneNumberCommonInterSuggestBox
 
isFormatingCharacter(char) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.PhoneNumberCommonSuggestBox
 
isFormatingCharacter(char) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.PhoneNumberDin5008InterSuggestBox
 
isFormatingCharacter(char) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.PhoneNumberDin5008SuggestBox
 
isFormatingCharacter(char) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.PhoneNumberE123InterSuggestBox
 
isFormatingCharacter(char) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.PhoneNumberE123SuggestBox
 
isFormatingCharacter(char) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.PhoneNumberMsSuggestBox
 
isFormatingCharacter(char) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.PhoneNumberUriSuggestBox
 
isFormatingCharacter(char) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.TextBoxWithFormating
 
isFormNoValidate() - Method in interface de.knightsoftnet.mtwidgets.client.ui.widget.features.HasFormNoValidate
check if validation of the widget is enabled (doesn't affect bean validation).
isFormNoValidate() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.TextArea
 
isFormNoValidate() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.ValueBoxBaseWithEditorErrors
 
isInHeader() - Static method in class de.knightsoftnet.mtwidgets.client.ui.widget.resourceloader.JQueryResources
check if script is already in the header.
isInHeader(String) - Static method in class de.knightsoftnet.mtwidgets.client.ui.widget.resourceloader.CssResources
check if script is already in the header.
isInHeader(String) - Static method in class de.knightsoftnet.mtwidgets.client.ui.widget.resourceloader.JsResources
check if script is already in the header.
isInitialized() - Static method in class de.knightsoftnet.mtwidgets.client.ui.widget.resourceloader.JQueryResources
check if script is available and initialized.
isInitialized(String) - Static method in class de.knightsoftnet.mtwidgets.client.ui.widget.resourceloader.JsResources
check if script is available and initialized.
isMultiple() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.EmailTextBox
 
isMultiple() - Method in interface de.knightsoftnet.mtwidgets.client.ui.widget.features.HasMultiple
get multiple value.
isNavigationKey(int) - Method in class de.knightsoftnet.mtwidgets.client.ui.handler.NavigationKeys
check if key value is a navigation key.
isRequired() - Method in interface de.knightsoftnet.mtwidgets.client.ui.widget.features.HasRequired
Reflects the required HTML attribute, indicating that the user must fill in a value before submitting a form.
isRequired() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.IdAndNameListBox
 
isRequired() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.IdAndNameSearchableListBox
 
isRequired() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.SuggestBoxWithEditorErrors
 
isRequired() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.TextArea
 
isRequired() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.ValueBoxBaseWithEditorErrors
 
isSuggestionListHiddenWhenEmpty() - Method in class com.google.gwt.user.client.ui.AbstractSuggestBoxNewEditor.DefaultSuggestionDisplay
Check whether or not the suggestion list is hidden when there are no suggestions to display.
isSuggestionListShowing() - Method in class com.google.gwt.user.client.ui.AbstractSuggestBoxNewEditor.DefaultSuggestionDisplay
 
isSuggestionListShowing() - Method in class com.google.gwt.user.client.ui.AbstractSuggestBoxNewEditor
isSuggestionListShowing() - Method in class com.google.gwt.user.client.ui.AbstractSuggestBoxNewEditor.SuggestionDisplay
Check whether or not the list of suggestions is being shown.

J

JQuery - Class in de.knightsoftnet.mtwidgets.client.jswrapper
JQuery wrapper.
JQuery() - Constructor for class de.knightsoftnet.mtwidgets.client.jswrapper.JQuery
 
JQueryResources - Class in de.knightsoftnet.mtwidgets.client.ui.widget.resourceloader
 
JQueryResources() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.resourceloader.JQueryResources
 
JsJQueryResourceDefinitionImpl - Class in de.knightsoftnet.mtwidgets.client.ui.widget.resourceloader
 
JsJQueryResourceDefinitionImpl() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.resourceloader.JsJQueryResourceDefinitionImpl
 
JsJQueryResourceDefinitionInterface - Interface in de.knightsoftnet.mtwidgets.client.ui.widget.resourceloader
 
JsResources - Class in de.knightsoftnet.mtwidgets.client.ui.widget.resourceloader
 
JsResources() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.resourceloader.JsResources
 

L

LeafValueEditorConverter - Class in de.knightsoftnet.mtwidgets.client.ui.widget.helper
 
limit - Variable in class com.google.gwt.user.client.ui.AbstractSuggestBoxNewEditor
 
LIMIT_DEFAULT - Static variable in class de.knightsoftnet.mtwidgets.client.ui.widget.oracle.AbstractPhoneNumberOracle
default limit suggests.
ListPositionChangeEvent<T> - Class in de.knightsoftnet.mtwidgets.client.event
event which can be thrown by a list editor entry to inform about it's movement.
ListPositionChangeEvent(Editor<T>, ListPositionChangeEvent.ListPositionEnum) - Constructor for class de.knightsoftnet.mtwidgets.client.event.ListPositionChangeEvent
 
ListPositionChangeEvent(Editor<T>, ListPositionChangeEvent.ListPositionEnum, int) - Constructor for class de.knightsoftnet.mtwidgets.client.event.ListPositionChangeEvent
constructor.
ListPositionChangeEvent.ListPositionChangeHandler<T> - Interface in de.knightsoftnet.mtwidgets.client.event
 
ListPositionChangeEvent.ListPositionChangeHandlers<T> - Interface in de.knightsoftnet.mtwidgets.client.event
 
ListPositionChangeEvent.ListPositionEnum - Enum in de.knightsoftnet.mtwidgets.client.event
 
ListSortEnum - Enum in de.knightsoftnet.mtwidgets.client.ui.widget.helper
The sort order of the output list.
LocalDateParser - Class in de.knightsoftnet.mtwidgets.client.ui.widget.helper
parse text to date value.
LocalDateParser(String) - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.helper.LocalDateParser
constructor.
LocalDateRenderer - Class in de.knightsoftnet.mtwidgets.client.ui.widget.helper
render date value to text without separators.
LocalDateRenderer(String) - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.helper.LocalDateRenderer
constructor.
LocalDateTimeParser - Class in de.knightsoftnet.mtwidgets.client.ui.widget.helper
parse text to date value.
LocalDateTimeParser(String) - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.helper.LocalDateTimeParser
constructor.
LocalDateTimeRenderer - Class in de.knightsoftnet.mtwidgets.client.ui.widget.helper
render date value to text without separators.
LocalDateTimeRenderer(String) - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.helper.LocalDateTimeRenderer
constructor.
LocalTimeParser - Class in de.knightsoftnet.mtwidgets.client.ui.widget.helper
parse text to date value.
LocalTimeParser(String) - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.helper.LocalTimeParser
constructor.
LocalTimeRenderer - Class in de.knightsoftnet.mtwidgets.client.ui.widget.helper
render date value to text without separators.
LocalTimeRenderer(String) - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.helper.LocalTimeRenderer
constructor.
LongBox - Class in de.knightsoftnet.mtwidgets.client.ui.widget
long box for input without separators.
LongBox() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.LongBox
default constructor.
LongBoxWithoutSeparator - Class in de.knightsoftnet.mtwidgets.client.ui.widget
long box for input without separators.
LongBoxWithoutSeparator() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.LongBoxWithoutSeparator
default constructor.
LongParserWithoutSeparator - Class in de.knightsoftnet.mtwidgets.client.ui.widget.helper
parse text to long value.
LongParserWithoutSeparator() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.helper.LongParserWithoutSeparator
 
LongRendererWithoutSeparator - Class in de.knightsoftnet.mtwidgets.client.ui.widget.helper
render long value to text without separators.
LongRendererWithoutSeparator() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.helper.LongRendererWithoutSeparator
 

M

MessagesForValues<T> - Interface in de.knightsoftnet.mtwidgets.client.ui.widget.helper
translate a code to a name.
messagesToList(Set<String>) - Static method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.ErrorMessageFormater
build a html list out of given message set.
messagesToString(Set<String>) - Static method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.ErrorMessageFormater
build a linefeed separated String with all messages out of given set.
MonthBox - Class in de.knightsoftnet.mtwidgets.client.ui.widget
html5 month box for input.
MonthBox() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.MonthBox
default constructor.
MonthParser - Class in de.knightsoftnet.mtwidgets.client.ui.widget.helper
parse text to date value.
MonthParser(String) - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.helper.MonthParser
constructor.
MonthRenderer - Class in de.knightsoftnet.mtwidgets.client.ui.widget.helper
render date value to text without separators.
MonthRenderer(String) - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.helper.MonthRenderer
constructor.
moveEntry(V, int) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.AbstractListEditor
move one entry in the list.
movePositionDown() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.AbstractListItemView
move position down.
movePositionUp() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.AbstractListItemView
move position up.
moveSelectionDown() - Method in class com.google.gwt.user.client.ui.AbstractSuggestBoxNewEditor.DefaultSuggestionDisplay
 
moveSelectionDown() - Method in class com.google.gwt.user.client.ui.AbstractSuggestBoxNewEditor.SuggestionDisplay
Highlight the suggestion directly below the current selection in the list.
moveSelectionUp() - Method in class com.google.gwt.user.client.ui.AbstractSuggestBoxNewEditor.DefaultSuggestionDisplay
 
moveSelectionUp() - Method in class com.google.gwt.user.client.ui.AbstractSuggestBoxNewEditor.SuggestionDisplay
Highlight the suggestion directly above the current selection in the list.
moveToPosition(int) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.AbstractListItemView
move to specified position.

N

name(int, int) - Method in interface de.knightsoftnet.mtwidgets.client.ui.widget.helper.PageNumberMessages
get pagination page text.
name(CountryEnum) - Method in interface de.knightsoftnet.mtwidgets.client.ui.widget.helper.CountryMessages
get country name for country code.
name(FieldTypeEnum) - Method in interface de.knightsoftnet.mtwidgets.client.ui.widget.helper.FieldTypeEnumMessages
get field type name for field type code.
name(T) - Method in interface de.knightsoftnet.mtwidgets.client.ui.widget.helper.MessagesForValues
get name for code.
NAME_ASC - Enum constant in enum de.knightsoftnet.mtwidgets.client.ui.widget.helper.ListSortEnum
sort by name ascending.
NAME_DSC - Enum constant in enum de.knightsoftnet.mtwidgets.client.ui.widget.helper.ListSortEnum
sort by name descending.
NavigationKeys - Class in de.knightsoftnet.mtwidgets.client.ui.handler
set of navigation keys which have to be allowed.
NavigationKeys() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.handler.NavigationKeys
default constructor.
needSuggest(String) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.oracle.AbstractPhoneNumberOracle
createInstance creates a new Instance.
needSuggest(String) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.oracle.PhoneNumberCommonOracle
 
needSuggest(String) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.oracle.PhoneNumberDin5008Oracle
 
needSuggest(String) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.oracle.PhoneNumberE123Oracle
 
needSuggest(String) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.oracle.PhoneNumberMsOracle
 
needSuggest(String) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.oracle.PhoneNumberUriOracle
 
numberParser - Variable in class de.knightsoftnet.mtwidgets.client.ui.widget.AbstractMinMaxTextBox
 
numberRenderer - Variable in class de.knightsoftnet.mtwidgets.client.ui.widget.AbstractMinMaxTextBox
 
NumericAndUpperAsciiKeyPressHandler - Class in de.knightsoftnet.mtwidgets.client.ui.handler
Key press handler which limits input to UperCase ASCII and numeric characters.
NumericAndUpperAsciiKeyPressHandler() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.handler.NumericAndUpperAsciiKeyPressHandler
default constructor.
NumericKeyPressHandler - Class in de.knightsoftnet.mtwidgets.client.ui.handler
KeyPress Handler which only allows characters 0 - 9.
NumericKeyPressHandler() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.handler.NumericKeyPressHandler
 
NumericWithSeparatorsKeyPressHandler - Class in de.knightsoftnet.mtwidgets.client.ui.handler
KeyPress Handler which allows the characters used for integer or long values.
NumericWithSeparatorsKeyPressHandler() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.handler.NumericWithSeparatorsKeyPressHandler
 

O

observe(HTMLElement) - Method in class de.knightsoftnet.mtwidgets.client.jswrapper.IntersectionObserver
Observes the target.
ObserverEventListenerCallback - Interface in de.knightsoftnet.mtwidgets.client.jswrapper
 
onBrowserEvent(Event) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.AbstractFormatingSuggestBox
 
onBrowserEvent(Event) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.AbstractFormatingTextBox
 
onEditorDelete(EditorDeleteEvent<T>) - Method in interface de.knightsoftnet.mtwidgets.client.event.EditorDeleteEvent.EditorDeleteHandler
 
onEnsureDebugId(String) - Method in class com.google.gwt.user.client.ui.AbstractSuggestBoxNewEditor.DefaultSuggestionDisplay
Affected Elements. -popup = The popup that appears with suggestions. -item# = The suggested item at the specified index.
onEnsureDebugId(String) - Method in class com.google.gwt.user.client.ui.AbstractSuggestBoxNewEditor
 
onEnsureDebugId(String) - Method in class com.google.gwt.user.client.ui.AbstractSuggestBoxNewEditor.SuggestionDisplay
Set the debug id of widgets used in the SuggestionDisplay.
onEnsureDebugId(String) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.IdAndNameSearchableListBox
 
onKeyPress(KeyPressEvent) - Method in class de.knightsoftnet.mtwidgets.client.ui.handler.AbstractFilterAndReplaceKeyPressHandler
 
onKeyPress(KeyPressEvent) - Method in class de.knightsoftnet.mtwidgets.client.ui.handler.AbstractFilterKeyPressHandler
 
onKeyPress(KeyPressEvent) - Method in class de.knightsoftnet.mtwidgets.client.ui.handler.FilterReplaceAndFormatKeyPressHandler
 
onKeyUp(KeyUpEvent) - Method in class de.knightsoftnet.mtwidgets.client.ui.handler.FormatKeyUpHandler
 
onListPositionChange(ListPositionChangeEvent<T>) - Method in interface de.knightsoftnet.mtwidgets.client.event.ListPositionChangeEvent.ListPositionChangeHandler
 
onSuggestionSelected(SuggestOracle.Suggestion) - Method in interface com.google.gwt.user.client.ui.AbstractSuggestBoxNewEditor.SuggestionCallback
 
option() - Method in interface de.knightsoftnet.mtwidgets.client.ui.widget.styling.SelectBoxInputStyle
 
options() - Method in interface de.knightsoftnet.mtwidgets.client.ui.widget.styling.SelectBoxInputStyle
 
oracle - Variable in class com.google.gwt.user.client.ui.AbstractSuggestBoxNewEditor
 

P

PageNumberListBox - Class in de.knightsoftnet.mtwidgets.client.ui.widget
list box to display and select page numbers.
PageNumberListBox() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.PageNumberListBox
widget ui constructor.
PageNumberMessages - Interface in de.knightsoftnet.mtwidgets.client.ui.widget.helper
 
parse(CharSequence) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.BigDecimalParser
 
parse(CharSequence) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.BooleanParser
 
parse(CharSequence) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.CurrencyBigDecimalParser
 
parse(CharSequence) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.CurrencyDoubleParser
 
parse(CharSequence) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.DateParser
 
parse(CharSequence) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.DateTimeLocalParser
 
parse(CharSequence) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.HasFormatingParser
 
parse(CharSequence) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.IntegerParserWithoutSeparator
 
parse(CharSequence) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.LocalDateParser
 
parse(CharSequence) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.LocalDateTimeParser
 
parse(CharSequence) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.LocalTimeParser
 
parse(CharSequence) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.LongParserWithoutSeparator
 
parse(CharSequence) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.MonthParser
 
parse(CharSequence) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.PercentBigDecimalParser
 
parse(CharSequence) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.PercentDoubleParser
 
parse(CharSequence) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.TimeParser
 
PasswordTextBox - Class in de.knightsoftnet.mtwidgets.client.ui.widget
A text box that visually masks its input to prevent eavesdropping.
PasswordTextBox() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.PasswordTextBox
Creates an empty password text box.
PercentBigDecimalBox - Class in de.knightsoftnet.mtwidgets.client.ui.widget
double box for percent input.
PercentBigDecimalBox() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.PercentBigDecimalBox
default constructor.
PercentBigDecimalParser - Class in de.knightsoftnet.mtwidgets.client.ui.widget.helper
parse currency text to double value.
PercentBigDecimalParser() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.helper.PercentBigDecimalParser
 
PercentBigDecimalRenderer - Class in de.knightsoftnet.mtwidgets.client.ui.widget.helper
render double value to currency.
PercentBigDecimalRenderer() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.helper.PercentBigDecimalRenderer
 
PercentDoubleBox - Class in de.knightsoftnet.mtwidgets.client.ui.widget
double box for percent input.
PercentDoubleBox() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.PercentDoubleBox
default constructor.
PercentDoubleParser - Class in de.knightsoftnet.mtwidgets.client.ui.widget.helper
parse currency text to double value.
PercentDoubleParser() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.helper.PercentDoubleParser
 
PercentDoubleRenderer - Class in de.knightsoftnet.mtwidgets.client.ui.widget.helper
render double value to currency.
PercentDoubleRenderer() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.helper.PercentDoubleRenderer
 
PercentKeyPressHandler - Class in de.knightsoftnet.mtwidgets.client.ui.handler
KeyPress Handler which allows the characters used for percent values.
PercentKeyPressHandler() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.handler.PercentKeyPressHandler
 
PhoneNumberCommonInterSuggestBox - Class in de.knightsoftnet.mtwidgets.client.ui.widget
phone number common international suggest widget.
PhoneNumberCommonInterSuggestBox() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.PhoneNumberCommonInterSuggestBox
default constructor.
PhoneNumberCommonItemSuggest - Class in de.knightsoftnet.mtwidgets.client.ui.widget.oracle
suggest entry of phone number common suggest widget.
PhoneNumberCommonItemSuggest(String, String, String, String) - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.oracle.PhoneNumberCommonItemSuggest
constructor initializing fields.
PhoneNumberCommonOracle - Class in de.knightsoftnet.mtwidgets.client.ui.widget.oracle
suggest oracle of phone number suggest widget.
PhoneNumberCommonOracle() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.oracle.PhoneNumberCommonOracle
default constructor.
PhoneNumberCommonSuggestBox - Class in de.knightsoftnet.mtwidgets.client.ui.widget
phone number common suggest widget.
PhoneNumberCommonSuggestBox() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.PhoneNumberCommonSuggestBox
default constructor.
PhoneNumberDin5008InterSuggestBox - Class in de.knightsoftnet.mtwidgets.client.ui.widget
phone number DIN5008 international suggest widget.
PhoneNumberDin5008InterSuggestBox() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.PhoneNumberDin5008InterSuggestBox
default constructor.
PhoneNumberDin5008ItemSuggest - Class in de.knightsoftnet.mtwidgets.client.ui.widget.oracle
suggest entry of phone number DIN5008 suggest widget.
PhoneNumberDin5008ItemSuggest(String, String, String, String) - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.oracle.PhoneNumberDin5008ItemSuggest
constructor initializing fields.
PhoneNumberDin5008Oracle - Class in de.knightsoftnet.mtwidgets.client.ui.widget.oracle
suggest oracle of phone number suggest widget.
PhoneNumberDin5008Oracle() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.oracle.PhoneNumberDin5008Oracle
default constructor.
PhoneNumberDin5008SuggestBox - Class in de.knightsoftnet.mtwidgets.client.ui.widget
phone number DIN5008 suggest widget.
PhoneNumberDin5008SuggestBox() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.PhoneNumberDin5008SuggestBox
default constructor.
PhoneNumberE123InterSuggestBox - Class in de.knightsoftnet.mtwidgets.client.ui.widget
phone number E123 international suggest widget.
PhoneNumberE123InterSuggestBox() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.PhoneNumberE123InterSuggestBox
default constructor.
PhoneNumberE123ItemSuggest - Class in de.knightsoftnet.mtwidgets.client.ui.widget.oracle
suggest entry of phone number E123 suggest widget.
PhoneNumberE123ItemSuggest(String, String, String, String) - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.oracle.PhoneNumberE123ItemSuggest
constructor initializing fields.
PhoneNumberE123Oracle - Class in de.knightsoftnet.mtwidgets.client.ui.widget.oracle
suggest oracle of phone number suggest widget.
PhoneNumberE123Oracle() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.oracle.PhoneNumberE123Oracle
default constructor.
PhoneNumberE123SuggestBox - Class in de.knightsoftnet.mtwidgets.client.ui.widget
phone number E123 suggest widget.
PhoneNumberE123SuggestBox() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.PhoneNumberE123SuggestBox
default constructor.
PhoneNumberKeyPressHandler - Class in de.knightsoftnet.mtwidgets.client.ui.handler
KeyPress Handler which only allows characters which are allowed in phone numbers.
PhoneNumberKeyPressHandler() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.handler.PhoneNumberKeyPressHandler
 
PhoneNumberMsItemSuggest - Class in de.knightsoftnet.mtwidgets.client.ui.widget.oracle
suggest entry of phone number ms suggest widget.
PhoneNumberMsItemSuggest(String, String, String, String) - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.oracle.PhoneNumberMsItemSuggest
constructor initializing fields.
PhoneNumberMsOracle - Class in de.knightsoftnet.mtwidgets.client.ui.widget.oracle
suggest oracle of phone number suggest widget.
PhoneNumberMsOracle() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.oracle.PhoneNumberMsOracle
default constructor.
PhoneNumberMsSuggestBox - Class in de.knightsoftnet.mtwidgets.client.ui.widget
phone number ms suggest widget.
PhoneNumberMsSuggestBox() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.PhoneNumberMsSuggestBox
default constructor.
PhoneNumberUriItemSuggest - Class in de.knightsoftnet.mtwidgets.client.ui.widget.oracle
suggest entry of phone number URI suggest widget.
PhoneNumberUriItemSuggest(String, String, String, String) - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.oracle.PhoneNumberUriItemSuggest
constructor initializing fields.
PhoneNumberUriOracle - Class in de.knightsoftnet.mtwidgets.client.ui.widget.oracle
suggest oracle of phone number suggest widget.
PhoneNumberUriOracle() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.oracle.PhoneNumberUriOracle
default constructor.
PhoneNumberUriSuggestBox - Class in de.knightsoftnet.mtwidgets.client.ui.widget
phone number URI suggest widget.
PhoneNumberUriSuggestBox() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.PhoneNumberUriSuggestBox
default constructor.
phoneNumberUtil - Variable in class de.knightsoftnet.mtwidgets.client.ui.widget.AbstractPhoneNumberSuggestBox
 
PostalCodeKeyPressHandler - Class in de.knightsoftnet.mtwidgets.client.ui.handler
KeyPress Handler which allows the input of characters which are part of matching string.
PostalCodeKeyPressHandler(TakesValue<?>) - Constructor for class de.knightsoftnet.mtwidgets.client.ui.handler.PostalCodeKeyPressHandler
constructor initializing reverence to country code field.
PostalCodeTextBox - Class in de.knightsoftnet.mtwidgets.client.ui.widget
Text input box for postal codes.
PostalCodeTextBox() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.PostalCodeTextBox
default constructor.

R

RadioButton - Class in de.knightsoftnet.mtwidgets.client.ui.widget
input field of type radio button (without label).
RadioButton() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.RadioButton
default constructor.
RangeBox - Class in de.knightsoftnet.mtwidgets.client.ui.widget
html 5 input range box.
RangeBox() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.RangeBox
default constructor.
ratingArea() - Method in interface de.knightsoftnet.mtwidgets.client.ui.widget.styling.RatingInputStyle
 
ratingDisplayStyle() - Method in interface de.knightsoftnet.mtwidgets.client.ui.widget.RatingDisplayWidget.Resources
The styles used in this widget.
RatingDisplayStyle - Interface in de.knightsoftnet.mtwidgets.client.ui.widget.styling
styling of the rating display widget.
RatingDisplayWidget - Class in de.knightsoftnet.mtwidgets.client.ui.widget
widget to display ratings, if you need a input field, see RatingInputWidget.
RatingDisplayWidget(int) - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.RatingDisplayWidget
default constructor.
RatingDisplayWidget(int, RatingDisplayWidget.Resources) - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.RatingDisplayWidget
constructor with styling information.
RatingDisplayWidget.Resources - Interface in de.knightsoftnet.mtwidgets.client.ui.widget
A ClientBundle that provides images and style sheets for the decorator.
ratingInputStyle() - Method in interface de.knightsoftnet.mtwidgets.client.ui.widget.RatingInputWidget.Resources
The styles used in this widget.
RatingInputStyle - Interface in de.knightsoftnet.mtwidgets.client.ui.widget.styling
styling of the rating input widget.
RatingInputWidget - Class in de.knightsoftnet.mtwidgets.client.ui.widget
input field for star ratings.
RatingInputWidget(int, String) - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.RatingInputWidget
default constructor.
RatingInputWidget(int, String, RatingInputWidget.Resources) - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.RatingInputWidget
constructor with styling information.
RatingInputWidget.Resources - Interface in de.knightsoftnet.mtwidgets.client.ui.widget
A ClientBundle that provides images and style sheets for the decorator.
reformatValue() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.AbstractFormatingSuggestBox
 
reformatValue() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.AbstractFormatingTextBox
 
reformatValue() - Method in interface de.knightsoftnet.mtwidgets.client.ui.widget.features.HasFormating
reformat value from widget.
reformatValue() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.TextBoxWithFormating
 
reformatValue(boolean) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.AbstractFormatingSuggestBox
 
reformatValue(boolean) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.AbstractFormatingTextBox
 
reformatValue(boolean) - Method in interface de.knightsoftnet.mtwidgets.client.ui.widget.features.HasFormating
reformat value from widget.
reformatValue(boolean) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.TextBoxWithFormating
 
refreshSuggestionList() - Method in class com.google.gwt.user.client.ui.AbstractSuggestBoxNewEditor
Refreshes the current list of suggestions.
RegExCheckedTextBox - Class in de.knightsoftnet.mtwidgets.client.ui.widget
text box for RegEx checked input.
RegExCheckedTextBox(String) - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.RegExCheckedTextBox
default constructor.
RegExKeyPressHandler - Class in de.knightsoftnet.mtwidgets.client.ui.handler
KeyPress Handler which allows the input of characters which are part of matching string.
RegExKeyPressHandler(String) - Constructor for class de.knightsoftnet.mtwidgets.client.ui.handler.RegExKeyPressHandler
 
rememberEvent - Static variable in class de.knightsoftnet.mtwidgets.client.ui.widget.resourceloader.JsResources
 
removeAttr(String) - Method in class de.knightsoftnet.mtwidgets.client.jswrapper.JQuery
Remove an attribute from each element in the set of matched elements.
removeEntry(int) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.AbstractListEditor
remove an existing entry.
removeEntry(V) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.AbstractListEditor
remove an existing entry.
removeThisEntry() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.AbstractListItemView
removes current entry from list.
render(Boolean) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.BooleanRenderer
 
render(Double) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.CurrencyDoubleRenderer
 
render(Double) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.PercentDoubleRenderer
 
render(Integer) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.IntegerRendererWithoutSeparator
 
render(Long) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.LongRendererWithoutSeparator
 
render(String) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.HasFormatingRenderer
 
render(BigDecimal) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.BigDecimalRenderer
 
render(BigDecimal) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.CurrencyBigDecimalRenderer
 
render(BigDecimal) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.PercentBigDecimalRenderer
 
render(LocalDate) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.LocalDateRenderer
 
render(LocalDateTime) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.LocalDateTimeRenderer
 
render(LocalTime) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.LocalTimeRenderer
 
render(Date) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.DateRenderer
 
render(Date) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.DateTimeLocalRenderer
 
render(Date) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.MonthRenderer
 
render(Date) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.TimeRenderer
 
replaceCharacter(char) - Method in class de.knightsoftnet.mtwidgets.client.ui.handler.AbstractFilterAndReplaceKeyPressHandler
replace character by another.
replaceCharacter(char) - Method in class de.knightsoftnet.mtwidgets.client.ui.handler.NumericAndUpperAsciiKeyPressHandler
 
replaceCharacter(char) - Method in class de.knightsoftnet.mtwidgets.client.ui.handler.SimpleFilterAndReplaceKeyPressHandler
 
replaceCharacter(char) - Method in class de.knightsoftnet.mtwidgets.client.ui.handler.UpperAsciiKeyPressHandler
 
replaceCharacter(char) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.AbstractPhoneNumberSuggestBox
 
replaceCharacter(char) - Method in interface de.knightsoftnet.mtwidgets.client.ui.widget.features.HasFormating
replace a character.
replaceCharacter(char) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.IbanTextBox
 
replaceCharacter(char) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.Isbn10TextBox
 
replaceCharacter(char) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.Isbn13TextBox
 
replaceCharacter(char) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.IsbnTextBox
 
replaceCharacter(char) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.TextBoxWithFormating
 
requestSuggestions(SuggestOracle.Request, SuggestOracle.Callback) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.oracle.AbstractPhoneNumberLocalOracle
 
requestSuggestions(SuggestOracle.Request, SuggestOracle.Callback) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.oracle.AbstractPhoneNumberOracle
 
requestSuggestions(SuggestOracle.Request, SuggestOracle.Callback) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.oracle.BicOracle
 

S

SCRIPT_TYPE - Static variable in class de.knightsoftnet.mtwidgets.client.ui.widget.resourceloader.JsResources
 
SearchTextBox - Class in de.knightsoftnet.mtwidgets.client.ui.widget
html 5 input field of type search.
SearchTextBox() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.SearchTextBox
default constructor.
selectBox() - Method in interface de.knightsoftnet.mtwidgets.client.ui.widget.styling.SelectBoxInputStyle
 
selectBoxInputStyle() - Method in interface de.knightsoftnet.mtwidgets.client.ui.widget.SelectBoxWithIconInputWidget.Resources
The styles used in this widget.
SelectBoxInputStyle - Interface in de.knightsoftnet.mtwidgets.client.ui.widget.styling
styling of the select box input widget.
selectBoxSelected() - Method in interface de.knightsoftnet.mtwidgets.client.ui.widget.styling.SelectBoxInputStyle
 
SelectBoxWithIconInputWidget<T extends Comparable<T>> - Class in de.knightsoftnet.mtwidgets.client.ui.widget
select box with icon field for star ratings.
SelectBoxWithIconInputWidget(String) - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.SelectBoxWithIconInputWidget
default constructor.
SelectBoxWithIconInputWidget(String, SelectBoxWithIconInputWidget.Resources) - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.SelectBoxWithIconInputWidget
constructor with styling information.
SelectBoxWithIconInputWidget.Resources - Interface in de.knightsoftnet.mtwidgets.client.ui.widget
A ClientBundle that provides images and style sheets for the decorator.
selectsFirstItem - Variable in class com.google.gwt.user.client.ui.AbstractSuggestBoxNewEditor
 
setAccessKey(char) - Method in class com.google.gwt.user.client.ui.AbstractSuggestBoxNewEditor
 
setAccessKey(char) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.RatingInputWidget
 
setAccessKey(char) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.SelectBoxWithIconInputWidget
 
setAccessKey(char) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.SortableIdAndNameRadioButton
 
setAccessKey(char) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.SuggestBoxNewEditor
 
setAllowedCharacters(String) - Method in class de.knightsoftnet.mtwidgets.client.ui.handler.AbstractFilterKeyPressHandler
 
setAllowedCharacters(String) - Method in class de.knightsoftnet.mtwidgets.client.ui.handler.SimpleFilterAndReplaceKeyPressHandler
 
setAllowedCharacters(Set<Character>) - Method in class de.knightsoftnet.mtwidgets.client.ui.handler.AbstractFilterKeyPressHandler
 
setAllowedCharacters(Set<Character>) - Method in class de.knightsoftnet.mtwidgets.client.ui.handler.SimpleFilterAndReplaceKeyPressHandler
 
setAnimationEnabled(boolean) - Method in class com.google.gwt.user.client.ui.AbstractSuggestBoxNewEditor.DefaultSuggestionDisplay
 
setAnimationEnabled(boolean) - Method in class com.google.gwt.user.client.ui.AbstractSuggestBoxNewEditor
setAreaCode(String) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.oracle.AbstractPhoneNumberItemSuggest
 
setAreaName(String) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.oracle.AbstractPhoneNumberItemSuggest
 
setAutocomplete(String) - Method in interface de.knightsoftnet.mtwidgets.client.ui.widget.features.HasAutocomplete
set autocomplete attribute value.
setAutocomplete(String) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.IdAndNameSearchableListBox
 
setAutocomplete(String) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.SuggestBoxWithEditorErrors
 
setAutocomplete(String) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.TextArea
 
setAutocomplete(String) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.ValueBoxBaseWithEditorErrors
 
setAutofocus(boolean) - Method in interface de.knightsoftnet.mtwidgets.client.ui.widget.features.HasAutofocus
set autofocus value.
setAutofocus(boolean) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.IdAndNameListBox
 
setAutofocus(boolean) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.IdAndNameSearchableListBox
 
setAutofocus(boolean) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.SortableIdAndNameRadioButton
 
setAutofocus(boolean) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.SuggestBoxWithEditorErrors
 
setAutofocus(boolean) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.TextArea
 
setAutofocus(boolean) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.ValueBoxBaseWithEditorErrors
 
setAutoSelectEnabled(boolean) - Method in class com.google.gwt.user.client.ui.AbstractSuggestBoxNewEditor
Turns on or off the behavior that automatically selects the first suggested item.
setBankName(String) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.oracle.BicItemSuggest
 
setBankNameWidget(HasText) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.BicSuggestBox
 
setBic(String) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.oracle.BicItemSuggest
 
setBicDisplay(String) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.oracle.BicItemSuggest
 
setBicInput(TakesValue<String>) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.IbanTextBox
 
setBicMapSharedConstants(BicMapSharedConstants) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.BicSuggestBox
 
setBicMapSharedConstants(BicMapSharedConstants) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.oracle.BicOracle
 
setCharacterWidth(int) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.TextArea
Sets the requested width of the text box (this is not an exact value, as not all characters are created equal).
setCountryCode(String) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.oracle.AbstractPhoneNumberItemSuggest
 
setCountryCodeReference(TakesValue<?>) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.AbstractPhoneNumberSuggestBox
 
setCountryCodeReference(TakesValue<?>) - Method in interface de.knightsoftnet.mtwidgets.client.ui.widget.features.HasCountryCodeReference
set reference to a field which contains the country code.
setCountryCodeReference(TakesValue<?>) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.PostalCodeTextBox
 
setCountryCodeReference(TakesValue<?>) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.TaxNumberTextBox
 
setCountryCodeReference(TakesValue<?>) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.TinTextBox
 
setCountryCodeReference(TakesValue<?>) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.VatIdTextBox
 
setCountryCodeReferenceField(TakesValue<?>) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.AbstractPhoneNumberSuggestBox
setCountryName(String) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.oracle.AbstractPhoneNumberItemSuggest
 
setCustomValidity(String) - Method in interface de.knightsoftnet.mtwidgets.client.ui.widget.features.HasValidationMessageElement
set custom validity value.
setCustomValidity(String) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.AbstractListEditor
 
setCustomValidity(String) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.IdAndNameListBox
 
setCustomValidity(String) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.IdAndNameSearchableListBox
 
setCustomValidity(String) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.RatingInputWidget
 
setCustomValidity(String) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.SelectBoxWithIconInputWidget
 
setCustomValidity(String) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.SortableIdAndNameRadioButton
 
setCustomValidity(String) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.SuggestBoxWithEditorErrors
 
setCustomValidity(String) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.TextArea
 
setCustomValidity(String) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.ValueBoxBaseWithEditorErrors
set custom validity if supported.
setDataListWidget(DataListWidget) - Method in interface de.knightsoftnet.mtwidgets.client.ui.widget.features.HasDataList
set reference to a data list widget.
setDataListWidget(DataListWidget) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.ValueBoxBaseWithEditorErrors
 
setDefaultValue(T) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.IdAndNameListBox
 
setDelegate(EditorDelegate<D>) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.AbstractListItemView
 
setDirectionEstimator(boolean) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.InputLabel
 
setDirectionEstimator(DirectionEstimator) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.InputLabel
 
setEnabled(boolean) - Method in class com.google.gwt.user.client.ui.AbstractSuggestBoxNewEditor
Sets whether this widget is enabled.
setEnabled(boolean) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.SortableIdAndNameRadioButton
 
setEnabled(boolean) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.SuggestBoxNewEditor
Sets whether this widget is enabled.
setFieldType(FieldTypeEnum, boolean) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.DynamicInputWidget
set type of the field.
setFocus(boolean) - Method in class com.google.gwt.user.client.ui.AbstractSuggestBoxNewEditor
 
setFocus(boolean) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.RatingInputWidget
 
setFocus(boolean) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.SelectBoxWithIconInputWidget
 
setFocus(boolean) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.SortableIdAndNameRadioButton
 
setFocus(boolean) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.SuggestBoxNewEditor
 
setFor(IsWidget) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.InputLabel
set widget to reference to.
setForm(String) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.InputLabel
 
setFormating(HasFormating) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.TextBoxWithFormating
set formating.
setFormatter(HasFormating) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.HasFormatingParser
 
setFormatter(HasFormating) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.HasFormatingRenderer
 
setFormNoValidate(boolean) - Method in interface de.knightsoftnet.mtwidgets.client.ui.widget.features.HasFormNoValidate
enable/disable validation of the widget (doesn't affect bean validation).
setFormNoValidate(boolean) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.TextArea
 
setFormNoValidate(boolean) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.ValueBoxBaseWithEditorErrors
 
setFormValue(String) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.RadioButton
Set the value property on the input element that backs this widget.
setHtml(SafeHtml) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.InputLabel
 
setIndex(V, int) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.AbstractItemEditorSource
 
setLimit(int) - Method in class com.google.gwt.user.client.ui.AbstractSuggestBoxNewEditor
Sets the limit to the number of suggestions the oracle should provide.
setMax(String) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.AbstractMinMaxTextBox
set maximum allowed value.
setMax(T) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.AbstractMinMaxTextBox
set maximum allowed value.
setMaxLength(int) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.TextArea
Sets the maximum allowable length of the text box.
setMaxLength(int) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.TextBox
Sets the maximum allowable length of the text box.
setMaxLength(int) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.ValueBox
Sets the maximum allowable length.
setMin(String) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.AbstractMinMaxTextBox
set minimum allowed value.
setMin(T) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.AbstractMinMaxTextBox
set minimum allowed value.
setMoreSuggestions(boolean, int) - Method in class com.google.gwt.user.client.ui.AbstractSuggestBoxNewEditor.SuggestionDisplay
setMultiple(boolean) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.EmailTextBox
 
setMultiple(boolean) - Method in interface de.knightsoftnet.mtwidgets.client.ui.widget.features.HasMultiple
set multiple value.
setNumPages(int) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.PageNumberListBox
set number pages, for each page a entry is created.
setOracle(SuggestOracle) - Method in class com.google.gwt.user.client.ui.AbstractSuggestBoxNewEditor
Sets the suggestion oracle used to create suggestions.
setParentDriver(BeanValidationEditorDriver<?, ?>) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.AbstractListEditor
set parent editor driver.
setPattern(String) - Method in interface de.knightsoftnet.mtwidgets.client.ui.widget.features.HasValidationPattern
set validation pattern.
setPattern(String) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.TextArea
 
setPattern(String) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.ValueBoxBaseWithEditorErrors
 
setPlaceholder(String) - Method in interface de.knightsoftnet.mtwidgets.client.ui.widget.features.HasPlaceholder
set place holder text.
setPlaceholder(String) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.IdAndNameSearchableListBox
 
setPlaceholder(String) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.SuggestBoxWithEditorErrors
 
setPlaceholder(String) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.TextArea
 
setPlaceholder(String) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.ValueBoxBaseWithEditorErrors
 
setPopupStyleName(String) - Method in class com.google.gwt.user.client.ui.AbstractSuggestBoxNewEditor.DefaultSuggestionDisplay
Sets the style name of the suggestion popup.
setPopupStyleName(String) - Method in class com.google.gwt.user.client.ui.AbstractSuggestBoxNewEditor
setPositionRelativeTo(UIObject) - Method in class com.google.gwt.user.client.ui.AbstractSuggestBoxNewEditor.DefaultSuggestionDisplay
Sets the UI object where the suggestion display should appear next to.
setRequired(boolean) - Method in interface de.knightsoftnet.mtwidgets.client.ui.widget.features.HasRequired
Reflects the required HTML attribute, indicating that the user must fill in a value before submitting a form.
setRequired(boolean) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.IdAndNameListBox
 
setRequired(boolean) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.IdAndNameSearchableListBox
 
setRequired(boolean) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.SuggestBoxWithEditorErrors
 
setRequired(boolean) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.TextArea
 
setRequired(boolean) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.ValueBoxBaseWithEditorErrors
 
setStep(Integer) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.AbstractMinMaxTextBox
set distance value should be increased/decreased when using up/down buttons.
setStep(String) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.AbstractMinMaxTextBox
set distance value should be increased/decreased when using up/down buttons.
setSuggestionListHiddenWhenEmpty(boolean) - Method in class com.google.gwt.user.client.ui.AbstractSuggestBoxNewEditor.DefaultSuggestionDisplay
Set whether or not the suggestion list should be hidden when there are no suggestions to display.
setTabIndex(int) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.RatingInputWidget
 
setTabIndex(int) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.SelectBoxWithIconInputWidget
 
setTabIndex(int) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.SortableIdAndNameRadioButton
 
setTabIndex(int) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.SuggestBoxNewEditor
 
setText(String) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.BicSuggestBox
 
setText(String) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.InputLabel
 
setText(String) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.SuggestBoxNewEditor
 
setText(String, HasDirection.Direction) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.InputLabel
 
setTextWithPos(ValueWithPos<String>, boolean) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.AbstractFormatingSuggestBox
 
setTextWithPos(ValueWithPos<String>, boolean) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.AbstractFormatingTextBox
 
setTextWithPos(ValueWithPos<String>, boolean) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.IbanTextBox
 
setTitle(String) - Method in interface de.knightsoftnet.mtwidgets.client.ui.widget.features.HasValidationMessageElement
set title of element.
setTitle(String) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.RatingInputWidget
 
setTitle(String) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.SelectBoxWithIconInputWidget
 
setTitle(String) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.SortableIdAndNameRadioButton
 
setUrl(SafeUri) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.ImageLazyLoading
 
setValidationMessageElement(HTMLPanel) - Method in interface de.knightsoftnet.mtwidgets.client.ui.widget.features.HasValidationMessageElement
set validation message element.
setValidationMessageElement(HTMLPanel) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.AbstractListEditor
 
setValidationMessageElement(HTMLPanel) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.IdAndNameListBox
 
setValidationMessageElement(HTMLPanel) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.IdAndNameSearchableListBox
 
setValidationMessageElement(HTMLPanel) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.RatingInputWidget
 
setValidationMessageElement(HTMLPanel) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.SelectBoxWithIconInputWidget
 
setValidationMessageElement(HTMLPanel) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.SortableIdAndNameRadioButton
 
setValidationMessageElement(HTMLPanel) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.SuggestBoxWithEditorErrors
 
setValidationMessageElement(HTMLPanel) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.ValueBoxBaseWithEditorErrors
 
setValue(Boolean, boolean) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.CheckBox
 
setValue(Boolean, boolean) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.RadioButton
 
setValue(Double) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.RatingDisplayWidget
 
setValue(Integer) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.RatingInputWidget
 
setValue(Integer, boolean) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.RatingInputWidget
 
setValue(String) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.BicSuggestBox
 
setValue(String) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.SuggestBoxNewEditor
 
setValue(String, boolean) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.BicSuggestBox
 
setValue(String, boolean) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.DynamicInputWidget
 
setValue(String, boolean) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.SuggestBoxNewEditor
 
setValue(Collection<? extends SuggestOracle.Suggestion>) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.DataListWidget
 
setValue(Date, boolean) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.MonthBox
 
setValue(T) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.IdAndNameListBox
 
setValue(T) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.IdAndNameSearchableListBox
 
setValue(T) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.SelectBoxWithIconInputWidget
 
setValue(T) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.SortableIdAndNameRadioButton
 
setValue(T, boolean) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.IdAndNameListBox
 
setValue(T, boolean) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.IdAndNameSearchableListBox
 
setValue(T, boolean) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.SelectBoxWithIconInputWidget
 
setValue(T, boolean) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.SortableIdAndNameRadioButton
 
setVisibleLength(int) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.TextBox
Sets the number of visible characters in the text box.
setVisibleLength(int) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.ValueBox
Sets the number of visible characters.
setVisibleLines(int) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.TextArea
Sets the number of text lines that are visible.
showErrors(List<EditorError>) - Method in interface de.knightsoftnet.mtwidgets.client.ui.widget.features.HasValidationMessageElement
 
showErrors(List<EditorError>) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.IdAndNameSearchableListBox
 
showErrors(Set<String>) - Method in interface de.knightsoftnet.mtwidgets.client.ui.widget.features.HasValidationMessageElement
show error messages.
showSuggestionList() - Method in class com.google.gwt.user.client.ui.AbstractSuggestBoxNewEditor
Show the current list of suggestions.
showSuggestions(AbstractSuggestBoxNewEditor, Collection<? extends SuggestOracle.Suggestion>, boolean, boolean, AbstractSuggestBoxNewEditor.SuggestionCallback) - Method in class com.google.gwt.user.client.ui.AbstractSuggestBoxNewEditor.DefaultSuggestionDisplay
 
showSuggestions(AbstractSuggestBoxNewEditor, Collection<? extends SuggestOracle.Suggestion>, boolean, boolean, AbstractSuggestBoxNewEditor.SuggestionCallback) - Method in class com.google.gwt.user.client.ui.AbstractSuggestBoxNewEditor.SuggestionDisplay
Update the list of visible suggestions.
SimpleFilterAndReplaceKeyPressHandler - Class in de.knightsoftnet.mtwidgets.client.ui.handler
Simple key press handler which limits input to allowed characters.
SimpleFilterAndReplaceKeyPressHandler(String, boolean) - Constructor for class de.knightsoftnet.mtwidgets.client.ui.handler.SimpleFilterAndReplaceKeyPressHandler
constructor initializing fields.
SimpleFilterAndReplaceKeyPressHandler(Set<Character>, boolean) - Constructor for class de.knightsoftnet.mtwidgets.client.ui.handler.SimpleFilterAndReplaceKeyPressHandler
constructor initializing fields.
SimpleTagPanel - Class in de.knightsoftnet.mtwidgets.client.ui.widget
simple panel with tag argument (normal simple panel always generates div elements.
SimpleTagPanel(String) - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.SimpleTagPanel
ui constructor.
SortableIdAndName<T extends Comparable<T>> - Interface in de.knightsoftnet.mtwidgets.client.ui.widget.features
functional interface for sortable id and name widgets.
SortableIdAndNameListBox<T extends Comparable<T>> - Class in de.knightsoftnet.mtwidgets.client.ui.widget
a list box with id and name which is sortable and returns id.
SortableIdAndNameListBox(ListSortEnum, MessagesForValues<T>, Collection<T>) - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.SortableIdAndNameListBox
widget ui constructor.
SortableIdAndNameListBox(ListSortEnum, MessagesForValues<T>, T...) - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.SortableIdAndNameListBox
widget ui constructor.
SortableIdAndNameRadioButton<T extends Comparable<T>> - Class in de.knightsoftnet.mtwidgets.client.ui.widget
a radio box with id and name which is sortable and returns id.
SortableIdAndNameRadioButton(String, ListSortEnum, MessagesForValues<T>, Collection<T>) - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.SortableIdAndNameRadioButton
widget ui constructor.
SortableIdAndNameRadioButton(String, ListSortEnum, MessagesForValues<T>, T...) - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.SortableIdAndNameRadioButton
widget ui constructor.
SortableIdAndNameRadioButton(String, Collection<IdAndNameBean<T>>) - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.SortableIdAndNameRadioButton
widget ui constructor.
SortableIdAndNameSearchableListBox<T extends Comparable<T>> - Class in de.knightsoftnet.mtwidgets.client.ui.widget
a list box with id and name which is sortable and returns id.
SortableIdAndNameSearchableListBox(ListSortEnum, MessagesForValues<T>, Collection<T>) - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.SortableIdAndNameSearchableListBox
widget ui constructor.
SortableIdAndNameSearchableListBox(ListSortEnum, MessagesForValues<T>, T...) - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.SortableIdAndNameSearchableListBox
widget ui constructor.
staricon() - Method in interface de.knightsoftnet.mtwidgets.client.ui.widget.styling.RatingDisplayStyle
 
STYLENAME_DEFAULT - Static variable in class com.google.gwt.user.client.ui.AbstractSuggestBoxNewEditor
 
SuggestBoxNewEditor - Class in de.knightsoftnet.mtwidgets.client.ui.widget
A SuggestBoxNewEditor is a text box or text area which displays a pre-configured set of selections that match the user's input.
SuggestBoxNewEditor() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.SuggestBoxNewEditor
Constructor for SuggestBoxNewEditor.
SuggestBoxNewEditor(SuggestOracle) - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.SuggestBoxNewEditor
Constructor for SuggestBoxNewEditor.
SuggestBoxNewEditor(SuggestOracle, ValueBoxBaseWithEditorErrors<String>) - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.SuggestBoxNewEditor
Constructor for SuggestBoxNewEditor.
SuggestBoxNewEditor(SuggestOracle, ValueBoxBaseWithEditorErrors<String>, AbstractSuggestBoxNewEditor.SuggestionDisplay) - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.SuggestBoxNewEditor
Constructor for SuggestBoxNewEditor.
SuggestBoxValueBoxEditor - Class in de.knightsoftnet.mtwidgets.client.ui.widget.helper
 
SuggestBoxValueBoxEditor(TakesValue<String>) - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.helper.SuggestBoxValueBoxEditor
 
SuggestBoxWithEditorErrors - Class in de.knightsoftnet.mtwidgets.client.ui.widget
Text input box with suggestions and editor error handling.
SuggestBoxWithEditorErrors() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.SuggestBoxWithEditorErrors
Constructor for SuggestBox.
SuggestBoxWithEditorErrors(SuggestOracle) - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.SuggestBoxWithEditorErrors
Constructor for SuggestBox.
SuggestBoxWithEditorErrors(SuggestOracle, ValueBoxBaseWithEditorErrors<String>) - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.SuggestBoxWithEditorErrors
Constructor for SuggestBox.
SuggestBoxWithEditorErrors(SuggestOracle, ValueBoxBaseWithEditorErrors<String>, AbstractSuggestBoxNewEditor.SuggestionDisplay) - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.SuggestBoxWithEditorErrors
Constructor for SuggestBox.
SuggestionDisplay() - Constructor for class com.google.gwt.user.client.ui.AbstractSuggestBoxNewEditor.SuggestionDisplay
 
supportCustomValidity(Element) - Static method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.FeatureCheck
Returns whether setCustomValidity is available in this dom element.

T

TAG_TYPE - Static variable in class de.knightsoftnet.mtwidgets.client.ui.widget.resourceloader.JsResources
 
takeRecords() - Method in class de.knightsoftnet.mtwidgets.client.jswrapper.IntersectionObserver
Takes records.
target - Variable in class de.knightsoftnet.mtwidgets.client.jswrapper.IntersectionObserverEntry
 
TaxNumberKeyPressHandler - Class in de.knightsoftnet.mtwidgets.client.ui.handler
KeyPress Handler which allows the input of characters which are part of matching string.
TaxNumberKeyPressHandler(TakesValue<?>) - Constructor for class de.knightsoftnet.mtwidgets.client.ui.handler.TaxNumberKeyPressHandler
constructor initializing reverence to country code field.
TaxNumberTextBox - Class in de.knightsoftnet.mtwidgets.client.ui.widget
Text input box for tax numbers.
TaxNumberTextBox() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.TaxNumberTextBox
 
TextArea - Class in de.knightsoftnet.mtwidgets.client.ui.widget
A text box that allows multiple lines of text to be entered.
TextArea() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.TextArea
Creates an empty text area.
TextArea(Element) - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.TextArea
This constructor may be used by subclasses to explicitly use an existing element.
TextBox - Class in de.knightsoftnet.mtwidgets.client.ui.widget
A standard single-line text box.
TextBox() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.TextBox
Creates an empty text box.
TextBox(Element) - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.TextBox
This constructor may be used by subclasses to explicitly use an existing element.
TextBox(Element, Renderer<String>, Parser<String>) - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.TextBox
Creates a text box that wraps the given browser element handle.
TextBox(Element, String) - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.TextBox
 
TextBox(HTMLInputElement, Renderer<String>, Parser<String>) - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.TextBox
Creates a text box that wraps the given browser element handle.
TextBoxBase - Class in de.knightsoftnet.mtwidgets.client.ui.widget
Abstract base class for most text entry widgets.
TextBoxBase(Element) - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.TextBoxBase
Creates a text box that wraps the given browser element handle.
TextBoxBase(Element, Renderer<String>, Parser<String>) - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.TextBoxBase
Creates a text box that wraps the given browser element handle.
TextBoxBase(HTMLInputElement, Renderer<String>, Parser<String>) - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.TextBoxBase
Creates a text box that wraps the given browser element handle.
TextBoxWithFormating - Class in de.knightsoftnet.mtwidgets.client.ui.widget
text box helper input field with formating support.
TextBoxWithFormating(HTMLInputElement, String) - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.TextBoxWithFormating
 
TimeBox - Class in de.knightsoftnet.mtwidgets.client.ui.widget
Html 5 time box for input.
TimeBox() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.TimeBox
default constructor.
TimeBoxLocalTime - Class in de.knightsoftnet.mtwidgets.client.ui.widget
Html 5 time box for input.
TimeBoxLocalTime() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.TimeBoxLocalTime
default constructor.
TimeParser - Class in de.knightsoftnet.mtwidgets.client.ui.widget.helper
parse text to date value.
TimeParser(String) - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.helper.TimeParser
constructor.
TimeRenderer - Class in de.knightsoftnet.mtwidgets.client.ui.widget.helper
render date value to text without separators.
TimeRenderer(String) - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.helper.TimeRenderer
constructor.
TinKeyPressHandler - Class in de.knightsoftnet.mtwidgets.client.ui.handler
KeyPress Handler which allows the input of characters which are part of matching string.
TinKeyPressHandler(TakesValue<?>) - Constructor for class de.knightsoftnet.mtwidgets.client.ui.handler.TinKeyPressHandler
constructor initializing reverence to country code field.
TinTextBox - Class in de.knightsoftnet.mtwidgets.client.ui.widget
Text input box for tin numbers.
TinTextBox() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.TinTextBox
 

U

UiLanguageListBox - Class in de.knightsoftnet.mtwidgets.client.ui.widget
list box which displays all languages available in the frontend.
UiLanguageListBox() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.UiLanguageListBox
default constructor.
unobserve(HTMLElement) - Method in class de.knightsoftnet.mtwidgets.client.jswrapper.IntersectionObserver
Removes the target from observation.
UP - Enum constant in enum de.knightsoftnet.mtwidgets.client.event.ListPositionChangeEvent.ListPositionEnum
 
updatePolyfill() - Method in class de.knightsoftnet.mtwidgets.client.jswrapper.JQuery
update polyfill usage of the element.
UpperAsciiKeyPressHandler - Class in de.knightsoftnet.mtwidgets.client.ui.handler
Key press handler which limits input to UperCase ASCII characters.
UpperAsciiKeyPressHandler() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.handler.UpperAsciiKeyPressHandler
default constructor.
UrlTextBox - Class in de.knightsoftnet.mtwidgets.client.ui.widget
html 5 input field of type url.
UrlTextBox() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.UrlTextBox
default constructor.

V

val() - Method in class de.knightsoftnet.mtwidgets.client.jswrapper.JQuery
Get the current value of the first element in the set of matched elements.
val(String) - Method in class de.knightsoftnet.mtwidgets.client.jswrapper.JQuery
Set the value of each element in the set of matched elements.
validationMessageElement - Variable in class de.knightsoftnet.mtwidgets.client.ui.widget.ValueBoxBaseWithEditorErrors
 
ValueBox<T> - Class in de.knightsoftnet.mtwidgets.client.ui.widget
A text box able to parse its displayed value.
ValueBox(HTMLInputElement, Renderer<T>, Parser<T>) - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.ValueBox
This constructor may be used by subclasses to explicitly use an existing element.
ValueBox(HTMLInputElement, String, Renderer<T>, Parser<T>) - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.ValueBox
This constructor may be used by subclasses to explicitly use an existing element.
ValueBoxBaseWithEditorErrors<T> - Class in de.knightsoftnet.mtwidgets.client.ui.widget
Text input box with editor error handling.
ValueBoxBaseWithEditorErrors(Element, Renderer<T>, Parser<T>) - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.ValueBoxBaseWithEditorErrors
 
ValueBoxBaseWithEditorErrors(HTMLInputElement, Renderer<T>, Parser<T>) - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.ValueBoxBaseWithEditorErrors
 
ValueBoxFromEvent<E> - Class in de.knightsoftnet.mtwidgets.client.ui.handler
helper with method which extracts ValueBoxBase from GwtEvent.
ValueBoxFromEvent() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.handler.ValueBoxFromEvent
 
valueOf(String) - Static method in enum de.knightsoftnet.mtwidgets.client.event.ListPositionChangeEvent.ListPositionEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.knightsoftnet.mtwidgets.client.ui.widget.helper.ListSortEnum
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.knightsoftnet.mtwidgets.client.event.ListPositionChangeEvent.ListPositionEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.knightsoftnet.mtwidgets.client.ui.widget.helper.ListSortEnum
Returns an array containing the constants of this enum type, in the order they are declared.
VatIdKeyPressHandler - Class in de.knightsoftnet.mtwidgets.client.ui.handler
KeyPress Handler which allows the input of characters which are part of matching string.
VatIdKeyPressHandler(TakesValue<?>) - Constructor for class de.knightsoftnet.mtwidgets.client.ui.handler.VatIdKeyPressHandler
constructor initializing reverence to country code field.
VatIdTextBox - Class in de.knightsoftnet.mtwidgets.client.ui.widget
Text input box for vat id's including key press filtering.
VatIdTextBox() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.VatIdTextBox
 

W

whenReady(EventListener) - Static method in class de.knightsoftnet.mtwidgets.client.ui.widget.resourceloader.JQueryResources
async load of resources.
whenReady(String, EventListener) - Static method in class de.knightsoftnet.mtwidgets.client.ui.widget.resourceloader.JsResources
async load of resources.
wrap(Element) - Static method in class de.knightsoftnet.mtwidgets.client.ui.widget.TextArea
Creates a TextArea widget that wraps an existing <textarea> element.
wrap(Element) - Static method in class de.knightsoftnet.mtwidgets.client.ui.widget.TextBox
Creates a TextBox widget that wraps an existing <input type='text'> element.
wrap(SuggestOracle, Element) - Static method in class de.knightsoftnet.mtwidgets.client.ui.widget.SuggestBoxNewEditor
Creates a SuggestBoxNewEditor widget that wraps an existing <input type='text'> element.
wrap(HTMLInputElement, Renderer<T>, Parser<T>) - Static method in class de.knightsoftnet.mtwidgets.client.ui.widget.ValueBox
Creates a ValueBox widget that wraps an existing <input type='text'> element.
$ A B C D E F G H I J L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values