com.sencha.gxt.widget.core.client
Interface DatePicker.DatePickerMessages

All Known Implementing Classes:
DatePicker.DatePickerDefaultMessages
Enclosing class:
DatePicker

public static interface DatePicker.DatePickerMessages

The translatable strings (e.g. button text and ToolTips) for date picker.


Method Summary
 java.lang.String cancelText()
          Returns the "Cancel" button text.
 java.lang.String maxText()
          Returns the advisory title of elements after the maximum date.
 java.lang.String minText()
          Returns the advisory title of elements before the maximum date.
 java.lang.String monthYearText()
          Returns the advisory title of the month / year element.
 java.lang.String nextText()
          Returns the advisory title of the next month element.
 java.lang.String okText()
          Returns the "OK" button text.
 java.lang.String prevText()
          Returns the advisory title of the previous month element.
 java.lang.String todayText()
          Returns the "Today" button text.
 java.lang.String todayTip(java.lang.String date)
          Returns the ToolTip to use with the Today button.
 

Method Detail

cancelText

java.lang.String cancelText()
Returns the "Cancel" button text.

Returns:
the "Cancel" button text

maxText

java.lang.String maxText()
Returns the advisory title of elements after the maximum date.

Returns:
the advisory title of elements after the maximum date.

minText

java.lang.String minText()
Returns the advisory title of elements before the maximum date.

Returns:
the advisory title of elements before the maximum date.

monthYearText

java.lang.String monthYearText()
Returns the advisory title of the month / year element.

Returns:
the advisory title of the month / year element

nextText

java.lang.String nextText()
Returns the advisory title of the next month element.

Returns:
the adivisory title of the next month element.

okText

java.lang.String okText()
Returns the "OK" button text.

Returns:
the "OK" button text

prevText

java.lang.String prevText()
Returns the advisory title of the previous month element.

Returns:
the adivisory title of the previous month element.

todayText

java.lang.String todayText()
Returns the "Today" button text.

Returns:
the "Today" button text

todayTip

java.lang.String todayTip(java.lang.String date)
Returns the ToolTip to use with the Today button.

Parameters:
date - formatted representation of today's date
Returns:
the ToolTip for the Today button


Copyright © 2012. All Rights Reserved.