|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.dse.gui.TextFieldMinLengthProperty
The TextFieldMinLengthProperty class is used by the TextFieldMinLengthEditor to encapsulate the minimum number char and the error message specified by the user in a SpTexField.
Constructor Summary | |
---|---|
TextFieldMinLengthProperty()
This constructor creates a TextFieldMinLengthProperty object. |
|
TextFieldMinLengthProperty(int minLength,
java.lang.String eMessage)
This constructor creates a TextFieldMinLengthProperty object. |
Method Summary | |
---|---|
java.lang.String |
getErrorMessage()
Gets the error message property value. |
int |
getMinLength()
Gets the minimum length property value. |
void |
setErrorMessage(java.lang.String newValue)
Sets the error message property (java.lang.String) value. |
void |
setMinLength(int newValue)
Sets the minimum length property (int) value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TextFieldMinLengthProperty()
public TextFieldMinLengthProperty(int minLength, java.lang.String eMessage)
minLength
- int Minimum char number.eMessage
- String Error Message when user input is not correct length.Method Detail |
public java.lang.String getErrorMessage()
public int getMinLength()
public void setErrorMessage(java.lang.String newValue)
public void setMinLength(int newValue)
newValue
- int, the new value for the property.
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |