public abstract class MaskedTextBoxBaseFormatter extends Object implements MaskedFormatter
| Constructor and Description |
|---|
MaskedTextBoxBaseFormatter() |
| Modifier and Type | Method and Description |
|---|---|
void |
applyMask(com.google.gwt.user.client.ui.Widget widget) |
void |
applyMask(com.google.gwt.user.client.ui.Widget widget,
boolean clearIfNotValid) |
protected char |
getPlaceHolder() |
void |
removeMask(com.google.gwt.user.client.ui.Widget widget) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetMaskpublic void applyMask(com.google.gwt.user.client.ui.Widget widget)
applyMask in interface MaskedFormatterpublic void applyMask(com.google.gwt.user.client.ui.Widget widget,
boolean clearIfNotValid)
applyMask in interface MaskedFormatterpublic void removeMask(com.google.gwt.user.client.ui.Widget widget)
removeMask in interface MaskedFormatterprotected char getPlaceHolder()
Copyright © 2014. All rights reserved.