com.extjs.gxt.ui.client.widget.form
Class TimeField.TimeFieldMessages

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
              extended by com.extjs.gxt.ui.client.widget.form.TimeField.TimeFieldMessages
Enclosing class:
TimeField

public class TimeField.TimeFieldMessages
extends ComboBox.ComboBoxMessages

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

TimeField.TimeFieldMessages

public TimeField.TimeFieldMessages()
Method Detail

getAriaText

public java.lang.String getAriaText()

getMaxText

public java.lang.String getMaxText()
Returns the max text.

Returns:
the max text

getMinText

public java.lang.String getMinText()
Returns the minimum text.

Returns:
the minimum text

setAriaText

public void setAriaText(java.lang.String ariaText)
Sets the aria instruction text.

Parameters:
ariaText -

setInvalidText

public 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}').

Overrides:
setInvalidText in class Field.FieldMessages
Parameters:
invalidText - the invalid text

setMaxText

public 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}').

Parameters:
maxText - the max text

setMinText

public 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}').

Parameters:
minText - the min text