|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.odlabs.wiquery.ui.datepicker.DateOption
public class DateOption
$Id: DateOption.java
Bean for the defaultDate, maxDate, minDate option for the DatePicker component
Constructor Summary | |
---|---|
DateOption(Date dateParam)
Constructor |
|
DateOption(Short shortParam)
Constructor |
|
DateOption(String literalParam)
Constructor |
Method Summary | |
---|---|
Date |
getDateParam()
|
CharSequence |
getJavascriptOption()
Method retrieving the javascript representation of this complex option |
String |
getLiteralParam()
|
Short |
getShortParam()
|
void |
setDateParam(Date dateParam)
Set's the date parameter |
void |
setLiteralParam(String literalParam)
Set's the literal parameter |
void |
setShortParam(Short shortParam)
Set's the short parameter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DateOption(Short shortParam)
shortParam
- Short parameterpublic DateOption(String literalParam)
literalParam
- literal parameterpublic DateOption(Date dateParam)
dateParam
- short parameterMethod Detail |
---|
public Date getDateParam()
public String getLiteralParam()
public Short getShortParam()
public CharSequence getJavascriptOption()
IComplexOption
getJavascriptOption
in interface IComplexOption
public void setDateParam(Date dateParam)
dateParam
- short parameterpublic void setLiteralParam(String literalParam)
literalParam
- literal parameterpublic void setShortParam(Short shortParam)
shortParam
- short parameter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |