Method Summary |
|
native protected JavaScriptObject | create(JavaScriptObject jsObj) |
protected JavaScriptObject | getConfigPrototype() |
public String | getXType() |
public void | setAltFormats(String altFormats) Multiple date formats separated by "|" to try when parsing a user input value and it doesn't match the defined format (defaults to 'm/d/Y|m-d-y|m-d-Y|m/d|m-d|d'). |
public void | setFormat(String format) The default date format string which can be overriden for localization support. |
public void | setIncrement(int increment) The number of minutes between each time value in the list (defaults to 15). |
public void | setInvalidText(String invalidtext) 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}'). |
public void | setMaxText(String maxText) 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}'). |
public void | setMaxValue(Date maxValue) The maximum allowed time. |
public void | setMaxValue(String maxValue) The maximum allowed time in valid date format. |
public void | setMinText(String minText) 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}'). |
public void | setMinValue(Date minValue) The minimum allowed time. |
public void | setMinValue(String minValue) The minimum allowed time in valid date format. |