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 getValueNoutFoundText()
          Returns the value not found error 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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComboBox.ComboBoxMessages

public ComboBox.ComboBoxMessages()
Method Detail

getValueNoutFoundText

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

Returns:
the error 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 -