org.cruxframework.crux.widgets.client.maskedtextbox
Class LongFilterFormatter

java.lang.Object
  extended by org.cruxframework.crux.widgets.client.maskedtextbox.FilteredTextBoxBaseFormatter
      extended by org.cruxframework.crux.widgets.client.maskedtextbox.LongFilterFormatter
All Implemented Interfaces:
FilterFormatter, Formatter

public class LongFilterFormatter
extends FilteredTextBoxBaseFormatter

Author:
Thiago da Rosa de Bustamante

Constructor Summary
LongFilterFormatter()
           
 
Method Summary
 String format(Object input)
           
 String getFilter()
           
 Object unformat(String input)
           
 
Methods inherited from class org.cruxframework.crux.widgets.client.maskedtextbox.FilteredTextBoxBaseFormatter
applyFilter, removeFilter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LongFilterFormatter

public LongFilterFormatter()
Method Detail

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.