public abstract class AbstractArrayOfDateNames extends Object implements IComplexOption
Abstract class to store a list of names (for daynames, daynamesMin, monthnames, ...)
| Constructor and Description |
|---|
AbstractArrayOfDateNames(String... names)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
CharSequence |
getJavascriptOption()
Method retrieving the javascript representation of this complex option
|
abstract Integer |
getNumberOfName() |
public AbstractArrayOfDateNames(String... names)
names - List of namespublic CharSequence getJavascriptOption()
IComplexOptiongetJavascriptOption in interface IComplexOptionpublic abstract Integer getNumberOfName()
Copyright © 2009-2012. All Rights Reserved.