All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.ibm.as400.ui.framework.java.DataFormatter | +----com.ibm.as400.ui.framework.java.StringFormatter
DataBean
s and user interface components.
If parsing is unsuccessful, an IllegalUserDataException
is thrown.
StringFormatter
.
String
object.
public StringFormatter(int minLength, int maxLength)
StringFormatter
.
public Object parse(String source) throws IllegalUserDataException
String
object.
Parsing includes trimming whitespace and checking length.
Throws an IllegalUserDataException
if parsing fails.
All Packages Class Hierarchy This Package Previous Next Index