public class DatePickerNumberOfMonths extends Object implements IComplexOption
Bean for the numberOfMonths option for the DatePicker component
| Constructor and Description |
|---|
DatePickerNumberOfMonths(ArrayItemOptions<IntegerItemOptions> arrayParam)
Constructor
|
DatePickerNumberOfMonths(Short shortParam)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
ArrayItemOptions<IntegerItemOptions> |
getArrayParam() |
CharSequence |
getJavascriptOption()
Method retrieving the javascript representation of this complex option
|
Short |
getShortParam() |
void |
setArrayParam(ArrayItemOptions<IntegerItemOptions> arrayParam)
Set's the array parameter
|
void |
setShortParam(Short shortParam)
Set's the short parameter
|
public DatePickerNumberOfMonths(Short shortParam)
shortParam - Short parameterpublic DatePickerNumberOfMonths(ArrayItemOptions<IntegerItemOptions> arrayParam)
arrayParam - Array parameterpublic ArrayItemOptions<IntegerItemOptions> getArrayParam()
public Short getShortParam()
public CharSequence getJavascriptOption()
IComplexOptiongetJavascriptOption in interface IComplexOptionpublic void setArrayParam(ArrayItemOptions<IntegerItemOptions> arrayParam)
arrayParam - the array to setpublic void setShortParam(Short shortParam)
shortParam - short parameterCopyright © 2009-2012. All Rights Reserved.