|
|||||||||
| 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.ComboBox.ComboBoxMessages
com.extjs.gxt.ui.client.widget.form.TimeField.TimeFieldMessages
public class TimeField.TimeFieldMessages
TimeField error messages.
| Constructor Summary | |
|---|---|
TimeField.TimeFieldMessages()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAriaText()
|
java.lang.String |
getMaxText()
Returns the max text. |
java.lang.String |
getMinText()
Returns the minimum text. |
void |
setAriaText(java.lang.String ariaText)
Sets the aria instruction text. |
void |
setInvalidText(java.lang.String invalidText)
Sets the error text to display when the time in the field is invalid (defaults to '{value} is not a valid time - it must be in the format {format}'). |
void |
setMaxText(java.lang.String maxText)
Sets the error text to display when the time is after maxValue (defaults to 'The time in this field must be equal to or before {0}'). |
void |
setMinText(java.lang.String minText)
Sets the error text to display when the date in the cell is before minValue (defaults to 'The time in this field must be equal to or after {0}'). |
| Methods inherited from class com.extjs.gxt.ui.client.widget.form.ComboBox.ComboBoxMessages |
|---|
getLoadingText, getValueNoutFoundText, setLoadingText, setValueNoutFoundText |
| 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 com.extjs.gxt.ui.client.widget.form.Field.FieldMessages |
|---|
getInvalidText |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TimeField.TimeFieldMessages()
| Method Detail |
|---|
public java.lang.String getAriaText()
public java.lang.String getMaxText()
public java.lang.String getMinText()
public void setAriaText(java.lang.String ariaText)
ariaText - public void setInvalidText(java.lang.String invalidText)
setInvalidText in class Field.FieldMessagesinvalidText - the invalid textpublic void setMaxText(java.lang.String maxText)
maxText - the max textpublic void setMinText(java.lang.String minText)
minText - the min text
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||