com.extjs.gxt.ui.client.widget.form
Class ComboBox.ComboBoxMessages

java.lang.Object
  extended by com.extjs.gxt.ui.client.widget.form.Field.FieldMessages
      extended by com.extjs.gxt.ui.client.widget.form.TextField.TextFieldMessages
          extended by com.extjs.gxt.ui.client.widget.form.ComboBox.ComboBoxMessages
Direct Known Subclasses:
TimeField.TimeFieldMessages
Enclosing class:
ComboBox<D extends ModelData>

public class ComboBox.ComboBoxMessages
extends TextField.TextFieldMessages

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

ComboBox.ComboBoxMessages

public ComboBox.ComboBoxMessages()
Method Detail

getLoadingText

public java.lang.String getLoadingText()
Returns the loading text.

Returns:
the loading text

getValueNoutFoundText

public java.lang.String getValueNoutFoundText()
Returns the value not found error text.

Returns:
the error text

setLoadingText

public void setLoadingText(java.lang.String loadingText)
Sets the loading text.

Parameters:
loadingText - the loading text

setValueNoutFoundText

public 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.

Parameters:
valueNoutFoundText -