public abstract class AbstractFormatKeyUpHandler extends Object implements com.google.gwt.event.dom.client.KeyUpHandler
| Constructor and Description |
|---|
AbstractFormatKeyUpHandler() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
formatValue(String pvalue)
format value of the widget.
|
abstract boolean |
isFormatingCharacter(char pcharacter)
check if character is a formating character.
|
void |
onKeyUp(com.google.gwt.event.dom.client.KeyUpEvent pevent) |
public void onKeyUp(com.google.gwt.event.dom.client.KeyUpEvent pevent)
onKeyUp in interface com.google.gwt.event.dom.client.KeyUpHandlerpublic abstract boolean isFormatingCharacter(char pcharacter)
pcharacter - character to checkCopyright © 2015. All rights reserved.