public class DatePickerShortYearCutOff extends Object implements IComplexOption
Bean for the shortYearCutOff option for the DatePicker component
| Constructor and Description |
|---|
DatePickerShortYearCutOff(Short shortParam)
Constructor
|
DatePickerShortYearCutOff(String literalParam)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
CharSequence |
getJavascriptOption()
Method retrieving the javascript representation of this complex option
|
String |
getLiteralParam() |
Short |
getShortParam() |
void |
setLiteralParam(String literalParam)
Set's the literal parameter
|
void |
setShortParam(Short shortParam)
Set's the short parameter
|
public DatePickerShortYearCutOff(Short shortParam)
shortParam - Short parameterpublic DatePickerShortYearCutOff(String literalParam)
literalParam - Literal parameterpublic String getLiteralParam()
public Short getShortParam()
public CharSequence getJavascriptOption()
IComplexOptiongetJavascriptOption in interface IComplexOptionpublic void setLiteralParam(String literalParam)
literalParam - the literal to setpublic void setShortParam(Short shortParam)
shortParam - short parameterCopyright © 2009-2012. All Rights Reserved.