|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.extjs.gxt.ui.client.widget.form.Field.FieldMessages
com.extjs.gxt.ui.client.widget.form.TextField.TextFieldMessages
com.extjs.gxt.ui.client.widget.form.DateField.DateFieldMessages
public class DateField.DateFieldMessages
DateField error messages.
Constructor Summary | |
---|---|
DateField.DateFieldMessages()
|
Method Summary | |
---|---|
java.lang.String |
getAriaText()
Returns the ARIA instruction text. |
java.lang.String |
getInvalidText()
Returns the invalid text. |
java.lang.String |
getMaxText()
Returns the max error text. |
java.lang.String |
getMinText()
Returns the min error text. |
void |
setAriaText(java.lang.String ariaText)
Sets the ARIA instructions for invoking the date picker (defaults to 'Press Down arrow to select date from a calendar grid'). |
void |
setInvalidText(java.lang.String invalidText)
"The error text to display when the date in the field is invalid " + "(defaults to '{value} is not a valid date - it must be in the format {format}')." |
void |
setMaxText(java.lang.String maxText)
Sets the error text to display when the date in the cell is after maxValue (defaults to 'The date in this field must be before { DateField.setMaxValue(java.util.Date) '). |
void |
setMinText(java.lang.String minText)
The error text to display when the date in the cell is before minValue (defaults to 'The date in this field must be after DateField.setMinValue(java.util.Date)
'). |
Methods inherited from class com.extjs.gxt.ui.client.widget.form.TextField.TextFieldMessages |
---|
getBlankText, getMaxLengthText, getMinLengthText, getRegexText, setBlankText, setMaxLengthText, setMinLengthText, setRegexText |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DateField.DateFieldMessages()
Method Detail |
---|
public java.lang.String getAriaText()
public java.lang.String getInvalidText()
getInvalidText
in class Field.FieldMessages
public java.lang.String getMaxText()
public java.lang.String getMinText()
public void setAriaText(java.lang.String ariaText)
ariaText
- the aria textpublic void setInvalidText(java.lang.String invalidText)
setInvalidText
in class Field.FieldMessages
invalidText
- the invalid textpublic void setMaxText(java.lang.String maxText)
DateField.setMaxValue(java.util.Date)
').
maxText
- the max error textpublic void setMinText(java.lang.String minText)
DateField.setMinValue(java.util.Date)
').
minText
- the min text
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |