Skip navigation links
A B C D E F G H I L M N O P R S T U V 

A

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(Set<Character>, boolean) - Constructor for class de.knightsoftnet.mtwidgets.client.ui.handler.AbstractFilterKeyPressHandler
constructor initializing fields.
AbstractFilterKeyPressHandler(String, boolean) - Constructor for class de.knightsoftnet.mtwidgets.client.ui.handler.AbstractFilterKeyPressHandler
constructor initializing fields.
AbstractFormatingSuggestBox - Class in de.knightsoftnet.mtwidgets.client.ui.widget
 
AbstractFormatingSuggestBox(SuggestOracle) - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.AbstractFormatingSuggestBox
Constructor for SuggestBox.
AbstractFormatingTextBox - Class in de.knightsoftnet.mtwidgets.client.ui.widget
 
AbstractFormatingTextBox() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.AbstractFormatingTextBox
default 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(Class<T>) - 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(Class<T>) - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.oracle.AbstractPhoneNumberOracle
constructor initializing with suggestion type.
AbstractPhoneNumberSuggestBox - Class in de.knightsoftnet.mtwidgets.client.ui.widget
phone number common international suggest widget.
AbstractPhoneNumberSuggestBox(SuggestOracle) - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.AbstractPhoneNumberSuggestBox
default constructor.
addBlurHandler(BlurHandler) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.AbstractFormatingSuggestBox
 
addCountryCodeReference(HasValue<?>) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.PostalCodeTextBox
add a reference to input field contains country code.
addFocusHandler(FocusHandler) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.AbstractFormatingSuggestBox
 
addValueChangeHandler(ValueChangeHandler<T>) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.SortableIdAndNameListBox
 
addValueChangeHandler(ValueChangeHandler<T>) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.SortableIdAndNameRadioButton
 
addValueChangeHandler(ValueChangeHandler<String>) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.UiLanguageListBox
 

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
 
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.

C

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
 
countryCodeField - Variable in class de.knightsoftnet.mtwidgets.client.ui.widget.AbstractPhoneNumberSuggestBox
 
CountryEnum - Enum in de.knightsoftnet.mtwidgets.shared.models
Country enumeration.
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.
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
 
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
 

D

de.knightsoftnet.mtwidgets.client - package de.knightsoftnet.mtwidgets.client
this package contains all the things which are used only on client side.
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.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.shared.models - package de.knightsoftnet.mtwidgets.shared.models
 
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
 

E

ensureDomEventHandlers() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.SortableIdAndNameListBox
 
ensureDomEventHandlers() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.SortableIdAndNameRadioButton
 
ensureDomEventHandlers() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.UiLanguageListBox
 
equals(Object) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.IdAndNameBean
 

F

fillBankName(String) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.BicSuggestBox
 
fillCountryEntries(CountryEnum...) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.CountryListBox
Deprecated.
As of release 0.22.0, replaced by #fillEntries()
fillEntries(Collection<T>) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.SortableIdAndNameListBox
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.
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 interface de.knightsoftnet.mtwidgets.client.ui.widget.HasFormating
format and set value.
formatValue(ValueWithPos<String>) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.IbanTextBox
 
formatValue(ValueWithPos<String>) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.Isbn10TextBox
 
formatValue(ValueWithPos<String>) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.Isbn13TextBox
 
formatValue(ValueWithPos<String>) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.IsbnTextBox
 
formatValue(ValueWithPos<String>) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.PhoneNumberCommonInterSuggestBox
 
formatValue(ValueWithPos<String>) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.PhoneNumberCommonSuggestBox
 
formatValue(ValueWithPos<String>) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.PhoneNumberDin5008InterSuggestBox
 
formatValue(ValueWithPos<String>) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.PhoneNumberDin5008SuggestBox
 
formatValue(ValueWithPos<String>) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.PhoneNumberE123InterSuggestBox
 
formatValue(ValueWithPos<String>) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.PhoneNumberE123SuggestBox
 
formatValue(ValueWithPos<String>) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.PhoneNumberMsSuggestBox
 
formatValue(ValueWithPos<String>) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.PhoneNumberUriSuggestBox
 

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
 
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
 
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.
getDecimalKeyPressHandler() - Static method in class de.knightsoftnet.mtwidgets.client.ui.handler.HandlerFactory
get a decimal key press handler.
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
 
getFilterReplAndFormatStrKeyPressHandler() - Static method in class de.knightsoftnet.mtwidgets.client.ui.handler.HandlerFactory
get a filter replace and format String key press handler.
getFormatStrKeyUpHandler() - Static method in class de.knightsoftnet.mtwidgets.client.ui.handler.HandlerFactory
get a format key up handler.
getId() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.IdAndNameBean
 
getLimit(SuggestOracle.Request) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.oracle.AbstractPhoneNumberOracle
 
getName() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.IdAndNameBean
 
getNavigationChars() - Method in class de.knightsoftnet.mtwidgets.client.ui.handler.NavigationKeysGeckoImpl
 
getNavigationChars() - Method in class de.knightsoftnet.mtwidgets.client.ui.handler.NavigationKeysImpl
 
getNavigationChars() - Method in interface de.knightsoftnet.mtwidgets.client.ui.handler.NavigationKeysInterface
get a set of navigation character keys.
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.
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.
getPostalCodeKeyPressHandler(HasValue<?>) - 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.
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
 
getTabIndex() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.SortableIdAndNameRadioButton
 
getTextBoxFromEvent(GwtEvent<?>) - Method in class de.knightsoftnet.mtwidgets.client.ui.handler.ValueBoxFromEvent
get ValueBoxBase which produced the event.
getUpperAsciiKeyPressHandler() - Static method in class de.knightsoftnet.mtwidgets.client.ui.handler.HandlerFactory
get a upper case key press handler.
getValue() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.SortableIdAndNameListBox
 
getValue() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.SortableIdAndNameRadioButton
 
getValue() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.UiLanguageListBox
 
getValueOrThrow() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.RegExCheckedTextBox
 
GwtMtWidgets - Class in de.knightsoftnet.mtwidgets.client
dummy entry point.
GwtMtWidgets() - Constructor for class de.knightsoftnet.mtwidgets.client.GwtMtWidgets
 

H

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
 
HasFormating - Interface in de.knightsoftnet.mtwidgets.client.ui.widget
interface for widgets with formating capabilities.
hashCode() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.IdAndNameBean
 

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
 
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
 
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.
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.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.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.PercentDoubleParser
returns the instance.
instance() - Static method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.PercentDoubleRenderer
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
 
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.UpperAsciiKeyPressHandler
 
isAllowedCharacter(char) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.AbstractPhoneNumberSuggestBox
 
isAllowedCharacter(char) - Method in interface de.knightsoftnet.mtwidgets.client.ui.widget.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
 
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.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
 
isDisplayStringHTML() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.oracle.AbstractPhoneNumberOracle
 
isDisplayStringHTML() - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.oracle.BicOracle
 
isFormatingCharacter(char) - Method in interface de.knightsoftnet.mtwidgets.client.ui.widget.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
 
isNavigationKey(int) - Method in class de.knightsoftnet.mtwidgets.client.ui.handler.NavigationKeysGeckoImpl
 
isNavigationKey(int) - Method in class de.knightsoftnet.mtwidgets.client.ui.handler.NavigationKeysImpl
 
isNavigationKey(int) - Method in interface de.knightsoftnet.mtwidgets.client.ui.handler.NavigationKeysInterface
check if key value is a navigation key.

L

LIMIT_DEFAULT - Static variable in class de.knightsoftnet.mtwidgets.client.ui.widget.oracle.AbstractPhoneNumberOracle
default limit suggests.
ListSortEnum - Enum in de.knightsoftnet.mtwidgets.client.ui.widget.helper
The sort order of the output list.
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.

N

name(CountryEnum) - Method in interface de.knightsoftnet.mtwidgets.client.ui.widget.helper.CountryMessages
get country name for country code.
name(T) - Method in interface de.knightsoftnet.mtwidgets.client.ui.widget.helper.MessagesForValues
get name for code.
NavigationKeysGeckoImpl - Class in de.knightsoftnet.mtwidgets.client.ui.handler
gecko (Firefox) implementation of NavigationKeysInterface.
NavigationKeysGeckoImpl() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.handler.NavigationKeysGeckoImpl
default constructor.
NavigationKeysImpl - Class in de.knightsoftnet.mtwidgets.client.ui.handler
default implementation of NavigationKeysInterface.
NavigationKeysImpl() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.handler.NavigationKeysImpl
default constructor.
NavigationKeysInterface - Interface in de.knightsoftnet.mtwidgets.client.ui.handler
Interface for browser specific navigation key result.
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
 
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

onBrowserEvent(Event) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.AbstractFormatingSuggestBox
 
onBrowserEvent(Event) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.AbstractFormatingTextBox
 
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
 
onModuleLoad() - Method in class de.knightsoftnet.mtwidgets.client.GwtMtWidgets
 

P

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.IntegerParserWithoutSeparator
 
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.PercentDoubleParser
 
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(HasValue<?>) - 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
 
PostalCodeTextBox() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.PostalCodeTextBox
default constructor.

R

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.HasFormating
reformat value from widget.
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
 
render(Double) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.CurrencyDoubleRenderer
 
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(Double) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.helper.PercentDoubleRenderer
 
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.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
 
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

setAccessKey(char) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.SortableIdAndNameRadioButton
 
setAllowedCharacters(Set<Character>) - Method in class de.knightsoftnet.mtwidgets.client.ui.handler.AbstractFilterKeyPressHandler
 
setAllowedCharacters(String) - Method in class de.knightsoftnet.mtwidgets.client.ui.handler.AbstractFilterKeyPressHandler
 
setAllowedCharacters(Set<Character>) - Method in class de.knightsoftnet.mtwidgets.client.ui.handler.SimpleFilterAndReplaceKeyPressHandler
 
setAllowedCharacters(String) - Method in class de.knightsoftnet.mtwidgets.client.ui.handler.SimpleFilterAndReplaceKeyPressHandler
 
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
 
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
 
setCountryCode(String) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.oracle.AbstractPhoneNumberItemSuggest
 
setCountryCodeReferenceField(HasValue<?>) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.AbstractPhoneNumberSuggestBox
set reference to a field which contains the country code.
setCountryName(String) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.oracle.AbstractPhoneNumberItemSuggest
 
setFocus(boolean) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.SortableIdAndNameRadioButton
 
setTabIndex(int) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.SortableIdAndNameRadioButton
 
setText(String) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.BicSuggestBox
 
setTextWithPos(ValueWithPos<String>) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.AbstractFormatingSuggestBox
 
setTextWithPos(ValueWithPos<String>) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.AbstractFormatingTextBox
 
setValue(String) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.BicSuggestBox
 
setValue(String, boolean) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.BicSuggestBox
 
setValue(T) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.SortableIdAndNameListBox
 
setValue(T, boolean) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.SortableIdAndNameListBox
 
setValue(T) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.SortableIdAndNameRadioButton
 
setValue(T, boolean) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.SortableIdAndNameRadioButton
 
setValue(String) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.UiLanguageListBox
 
setValue(String, boolean) - Method in class de.knightsoftnet.mtwidgets.client.ui.widget.UiLanguageListBox
 
SimpleFilterAndReplaceKeyPressHandler - Class in de.knightsoftnet.mtwidgets.client.ui.handler
Simple key press handler which limits input to allowed characters.
SimpleFilterAndReplaceKeyPressHandler(Set<Character>, boolean) - Constructor for class de.knightsoftnet.mtwidgets.client.ui.handler.SimpleFilterAndReplaceKeyPressHandler
constructor initializing fields.
SimpleFilterAndReplaceKeyPressHandler(String, boolean) - Constructor for class de.knightsoftnet.mtwidgets.client.ui.handler.SimpleFilterAndReplaceKeyPressHandler
constructor initializing fields.
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>, T...) - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.SortableIdAndNameListBox
widget ui constructor.
SortableIdAndNameListBox(ListSortEnum, MessagesForValues<T>, Collection<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 list box with id and name which is sortable and returns id.
SortableIdAndNameRadioButton(String, ListSortEnum, MessagesForValues<T>, T...) - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.SortableIdAndNameRadioButton
widget ui constructor.
SortableIdAndNameRadioButton(String, ListSortEnum, MessagesForValues<T>, Collection<T>) - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.SortableIdAndNameRadioButton
widget ui constructor.

T

type - Variable in class de.knightsoftnet.mtwidgets.client.ui.widget.oracle.AbstractPhoneNumberOracle
class type.

U

UiLanguageListBox - Class in de.knightsoftnet.mtwidgets.client.ui.widget
 
UiLanguageListBox() - Constructor for class de.knightsoftnet.mtwidgets.client.ui.widget.UiLanguageListBox
default constructor.
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.

V

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.ui.widget.helper.ListSortEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.knightsoftnet.mtwidgets.shared.models.CountryEnum
Returns the enum constant of this type with the specified name.
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.
values() - Static method in enum de.knightsoftnet.mtwidgets.shared.models.CountryEnum
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G H I L M N O P R S T U V 
Skip navigation links

Copyright © 2015–2017. All rights reserved.