Class HasFormatingParser
- java.lang.Object
-
- de.knightsoftnet.mtwidgets.client.ui.widget.helper.HasFormatingParser
-
-
Constructor Summary
Constructors Constructor Description HasFormatingParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringparse(CharSequence pobject)voidsetFormatter(HasFormating formatter)
-
-
-
Method Detail
-
setFormatter
public void setFormatter(HasFormating formatter)
-
parse
public final String parse(CharSequence pobject) throws ParseException
- Specified by:
parsein interfacecom.google.gwt.text.shared.Parser<String>- Throws:
ParseException
-
-