|
|||||||||
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
public class ComboBox.ComboBoxMessages
ComboBox error messages.
Constructor Summary | |
---|---|
ComboBox.ComboBoxMessages()
|
Method Summary | |
---|---|
java.lang.String |
getLoadingText()
Returns the loading text. |
java.lang.String |
getValueNoutFoundText()
Returns the value not found error text. |
void |
setLoadingText(java.lang.String loadingText)
Sets the loading text. |
void |
setValueNoutFoundText(java.lang.String valueNoutFoundText)
When using a name/value combo, if the value passed to setValue is not found in the store, valueNotFoundText will be displayed as the field text if defined. |
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, setInvalidText |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ComboBox.ComboBoxMessages()
Method Detail |
---|
public java.lang.String getLoadingText()
public java.lang.String getValueNoutFoundText()
public void setLoadingText(java.lang.String loadingText)
loadingText
- the loading textpublic void setValueNoutFoundText(java.lang.String valueNoutFoundText)
valueNoutFoundText
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |