org.odlabs.wiquery.ui.datepicker
Class AbstractArrayOfDateNames
java.lang.Object
org.odlabs.wiquery.ui.datepicker.AbstractArrayOfDateNames
- All Implemented Interfaces:
- Serializable, IComplexOption
- Direct Known Subclasses:
- ArrayOfDayNames, ArrayOfMonthNames
public abstract class AbstractArrayOfDateNames
- extends Object
- implements IComplexOption
$Id: ArrayOfNames.java
Abstract class to store a list of names (for daynames, daynamesMin, monthnames, ...)
- Since:
- 1.0
- Author:
- Julien Roche
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractArrayOfDateNames
public AbstractArrayOfDateNames(String... names)
- Constructor
- Parameters:
names
- List of names
getJavascriptOption
public CharSequence getJavascriptOption()
- Description copied from interface:
IComplexOption
- Method retrieving the javascript representation of this complex option
- Specified by:
getJavascriptOption
in interface IComplexOption
- Returns:
- the javascript
getNumberOfName
public abstract Integer getNumberOfName()
- Returns:
- the number of desired names
Copyright © 2012. All Rights Reserved.