org.cruxframework.crux.widgets.client.maskedtextbox
Class AlphaNumericFilterFormatter
java.lang.Object
org.cruxframework.crux.widgets.client.maskedtextbox.FilteredTextBoxBaseFormatter
org.cruxframework.crux.widgets.client.maskedtextbox.AlphaNumericFilterFormatter
- All Implemented Interfaces:
- FilterFormatter, Formatter
public class AlphaNumericFilterFormatter
- extends FilteredTextBoxBaseFormatter
- Author:
- Thiago da Rosa de Bustamante
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AlphaNumericFilterFormatter
public AlphaNumericFilterFormatter()
getFilter
public String getFilter()
format
public String format(Object input)
throws InvalidFormatException
- Throws:
InvalidFormatException
unformat
public Object unformat(String input)
throws InvalidFormatException
- Throws:
InvalidFormatException
Copyright © 2014. All rights reserved.