org.odlabs.wiquery.ui.datepicker
Class DatePickerOptions

java.lang.Object
  extended by org.odlabs.wiquery.core.options.Options
      extended by org.odlabs.wiquery.ui.datepicker.DatePickerOptions
All Implemented Interfaces:
Serializable, org.apache.wicket.IClusterable, org.apache.wicket.model.IDetachable, org.apache.wicket.model.IModel<Options>

public class DatePickerOptions
extends Options

An options class to store date picker info so that both InlineDatePiker and datePicker can share them.

Since:
1.0.2
Author:
Ernesto Reinaldo Barreiro (reiern70@gmail.com)
See Also:
Serialized Form

Constructor Summary
DatePickerOptions(org.apache.wicket.Component owner)
          Constructor
 
Method Summary
 String getAltField()
           
 String getAltFormat()
           
 String getAppendText()
           
 String getButtonImage()
           
 String getButtonText()
           
 String getCloseText()
           
 String getCurrentText()
           
 String getDateFormat()
          Returns the ISO date format to use.
 ArrayOfDayNames getDayNames()
           
 ArrayOfDayNames getDayNamesMin()
           
 ArrayOfDayNames getDayNamesShort()
           
 DateOption getDefaultDate()
           
 DatePickerDuration getDuration()
           
 short getFirstDay()
          Returns the calendar's starting day.
 DateOption getMaxDate()
           
 DateOption getMinDate()
           
 ArrayOfMonthNames getMonthNames()
           
 ArrayOfMonthNames getMonthNamesShort()
           
 String getNextText()
           
 DatePickerNumberOfMonths getNumberOfMonths()
          Returns the number of months displayed on the date picker.
 Options getOptions()
           
 String getPrevText()
           
 DatePickerShortYearCutOff getShortYearCutoff()
          Returns the shortYearCutoff option value.
 String getShowAnim()
           
 short getShowCurrentAtPos()
           
 DatePicker.ShowOnEnum getShowOn()
           
 ListItemOptions<LiteralOption> getShowOptions()
           
 boolean getShowOtherMonths()
          Deprecated. will be removed in 1.2 Returns if the next/previous months are showed in the calendar.
 short getStepMonths()
          Returns the number of months stepped when the next/previous button are hit.
 String getWeekHeader()
           
 DatePickerYearRange getYearRange()
           
 String getYearSuffix()
           
 boolean isAutoSize()
           
 boolean isButtonImageOnly()
           
 boolean isChangeMonth()
          Returns true if the date's month is selectable in a drop down list, returns false otherwise.
 boolean isChangeYear()
          Returns true if the date's year is selectable in a drop down list, returns false otherwise.
 boolean isConstrainInput()
           
 boolean isDisabled()
           
 boolean isGotoCurrent()
           
 boolean isHideIfNoPrevNext()
           
 boolean isIsRTL()
           
 boolean isNavigationAsDateFormat()
           
 boolean isSelectOtherMonths()
           
 boolean isShowButtonPanel()
           
 boolean isShowMonthAfterYear()
           
 boolean isShowOtherMonths()
          Returns if the next/previous months are showed in the calendar.
 boolean isShowWeek()
           
 void setAltField(String altField)
          The jQuery selector for another field that is to be updated with the selected date from the datepicker.
 void setAltFormat(String altFormat)
          The dateFormat to be used for the altField option.
 void setAppendText(String appendText)
          Set's the text to display after each date field, e.g.
 void setAutoSize(boolean autoSize)
          Set to true to automatically resize the input field to accomodate dates in the current dateFormat.
 void setBeforeShowDayEvent(JsScopeUiDatePickerEvent beforeShowDay)
          The function takes a date as a parameter and must return an array with [0] equal to true/false indicating whether or not this date is selectable, [1] equal to a CSS class name(s) or '' for the default presentation and [2] an optional popup tooltip for this date.
 void setBeforeShowEvent(JsScopeUiEvent beforeShow)
          Set's the callback before the datepicker is displayed.
 void setButtonImage(String buttonImage)
          Set's URL for the popup button image.
 void setButtonImageOnly(boolean buttonImageOnly)
          Set to true to place an image after the field to use as the trigger without it appearing on a button.
 void setButtonText(String buttonText)
          Set's the text to display on the trigger button.
 void setCalculateWeek(JsScope calculateWeek)
          A function to calculate the week of the year for a given date.
 void setChangeMonth(boolean changeMonth)
          Sets if the date's month is selectable in a drop down list or not.
 void setChangeYear(boolean changeYear)
          Sets if the date's year is selectable in a drop down list or not.
 void setCloseText(String closeText)
          Set's the text to display for the close link.
 void setConstrainInput(boolean constrainInput)
          True if the input field is constrained to the current date format.
 void setCurrentText(String currentText)
          Set's the text to display for the current day link.
 void setDateFormat(String dateFormat)
          Sets the ISO date format to use.
 void setDayNames(ArrayOfDayNames dayNames)
          Set's the list of long day names, starting from Sunday, for use as requested via the dateFormat setting.
 void setDayNamesMin(ArrayOfDayNames dayNamesMin)
          Set's the list of minimised day names, starting from Sunday, for use as column headers within the datepicker.
 void setDayNamesShort(ArrayOfDayNames dayNamesShort)
          Set's the list of abbreviated day names, starting from Sunday, for use as requested via the dateFormat setting.
 void setDefaultDate(DateOption defaultDate)
          Set the date to highlight on first opening if the field is blank.
 void setDisabled(boolean disabled)
          Disables (true) or enables (false) the datepicker.
 void setDuration(DatePickerDuration duration)
          Control the speed at which the datepicker appears, it may be a time in milliseconds, a string representing one of the three predefined speeds ("slow", "normal", "fast"), or '' for immediately.
 void setFirstDay(short firstDay)
          Sets the calendar's starting day.
 void setGotoCurrent(boolean gotoCurrent)
          If true, the current day link moves to the currently selected date instead of today.
 void setHideIfNoPrevNext(boolean hideIfNoPrevNext)
          Normally the previous and next links are disabled when not applicable (see minDate/maxDate).
 void setIsRTL(boolean isRTL)
          True if the current language is drawn from right to left.
 void setMaxDate(DateOption maxDate)
          Set a maximum selectable date via a Date object, or a number of days from today (e.g.
 void setMinDate(DateOption minDate)
          Set a minimum selectable date via a Date object, or a number of days from today (e.g.
 void setMonthNames(ArrayOfMonthNames monthNames)
          Set's the list of full month names, as used in the month header on each datepicker and as requested via the dateFormat setting.
 void setMonthNamesShort(ArrayOfMonthNames monthNamesShort)
          Set's the list of abbreviated month names, for use as requested via the dateFormat setting.
 void setNavigationAsDateFormat(boolean navigationAsDateFormat)
          When true the formatDate function is applied to the prevText, nextText, and currentText values before display, allowing them to display the target month names for example.
 void setNextText(String nextText)
          Set's the text to display for the next month link.
 void setNumberOfMonths(DatePickerNumberOfMonths numberOfMonths)
          Sets the number of months displayed on the date picker.
 void setOnChangeMonthYearEvent(JsScopeUiDatePickerOnChangeEvent onChangeMonthYear)
          Allows you to define your own event when the datepicker moves to a new month and/or year.
 void setOnCloseEvent(JsScopeUiDatePickerDateTextEvent onClose)
          Allows you to define your own event when the datepicker is closed, whether or not a date is selected.
 void setOnSelectEvent(JsScopeUiDatePickerDateTextEvent onSelect)
          Allows you to define your own event when the datepicker is selected.
 void setPrevText(String prevText)
          Set's the text to display for the previous month link.
 void setSelectOtherMonths(boolean selectOtherMonths)
          When true days in other months shown before or after the current month are selectable.
 void setShortYearCutoff(DatePickerShortYearCutOff shortYearCutoff)
          Set the cutoff year for determining the century for a date
 void setShowAnim(String showAnim)
          Set the name of the animation used to show/hide the datepicker.
 void setShowButtonPanel(boolean showButtonPanel)
          Whether to show the button panel.
 void setShowCurrentAtPos(short showCurrentAtPos)
          Specify where in a multi-month display the current month shows, starting from 0 at the top/left.
 void setShowMonthAfterYear(boolean showMonthAfterYear)
          Whether to show the month after the year in the header.
 void setShowOn(DatePicker.ShowOnEnum showOn)
          Have the datepicker appear automatically when the field receives focus ('focus'), appear only when a button is clicked ('button'), or appear when either event takes place ('both').
 void setShowOptions(ListItemOptions<LiteralOption> showOptions)
          If using one of the jQuery UI effects for showAnim, you can provide additional settings for that animation via this option.
 void setShowOtherMonths(boolean showOtherMonths)
          Sets if the next/previous months are showed in the calendar.
 void setShowWeek(boolean showWeek)
          When true a column is added to show the week of the year.
 void setStepMonths(short stepMonths)
          Sets the number of months stepped when the next/previous button are hit.
 void setWeekHeader(String weekHeader)
          The text to display for the week of the year column heading.
 void setYearRange(DatePickerYearRange yearRange)
          Sets the selectable year range.
 void setYearSuffix(String yearSuffix)
          Additional text to display after the year in the month headers.
 
Methods inherited from class org.odlabs.wiquery.core.options.Options
containsKey, detach, get, getBoolean, getComplexOption, getDouble, getFloat, getInt, getJavaScriptOptions, getJsScope, getListItemOptions, getLiteral, getObject, getShort, isEmpty, put, put, put, put, put, put, put, put, put, put, putBoolean, putDouble, putFloat, putInteger, putLiteral, putLiteral, putLong, putShort, putString, removeOption, setObject, setOwner, setRenderer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DatePickerOptions

public DatePickerOptions(org.apache.wicket.Component owner)
Constructor

Method Detail

setAltField

public void setAltField(String altField)
The jQuery selector for another field that is to be updated with the selected date from the datepicker. Use the altFormat setting below to change the format of the date within this field. Leave as blank for no alternate field.

Parameters:
altField -

getAltField

public String getAltField()
Returns:
the altField option value

setAltFormat

public void setAltFormat(String altFormat)
The dateFormat to be used for the altField option. This allows one date format to be shown to the user for selection purposes, while a different format is actually sent behind the scenes. The format can be combinations of the following:

Parameters:
altFormat -

getAltFormat

public String getAltFormat()
Returns:
the altFormat option value

setAppendText

public void setAppendText(String appendText)
Set's the text to display after each date field, e.g. to show the required format.

Parameters:
appendText -

getAppendText

public String getAppendText()
Returns:
the appendText option value

setAutoSize

public void setAutoSize(boolean autoSize)
Set to true to automatically resize the input field to accomodate dates in the current dateFormat.


isAutoSize

public boolean isAutoSize()
Returns:
the autoSize option

setButtonImage

public void setButtonImage(String buttonImage)
Set's URL for the popup button image. If set, button text becomes the alt value and is not directly displayed.

Parameters:
buttonImage -

getButtonImage

public String getButtonImage()
Returns:
the buttonImage option value

setButtonImageOnly

public void setButtonImageOnly(boolean buttonImageOnly)
Set to true to place an image after the field to use as the trigger without it appearing on a button.

Parameters:
buttonImageOnly -

isButtonImageOnly

public boolean isButtonImageOnly()
Returns:
the buttonImageOnly option value

setButtonText

public void setButtonText(String buttonText)
Set's the text to display on the trigger button. Use in conjunction with showOn equal to 'button' or 'both'.

Parameters:
buttonText -

getButtonText

public String getButtonText()
Returns:
the buttonText option value

setCalculateWeek

public void setCalculateWeek(JsScope calculateWeek)
A function to calculate the week of the year for a given date. The default implementation uses the ISO 8601 definition: weeks start on a Monday; the first week of the year contains the first Thursday of the year. Default: $.datepicker.iso8601Week

Parameters:
calculateWeek -

setChangeMonth

public void setChangeMonth(boolean changeMonth)
Sets if the date's month is selectable in a drop down list or not.


isChangeMonth

public boolean isChangeMonth()
Returns true if the date's month is selectable in a drop down list, returns false otherwise.


setWeekHeader

public void setWeekHeader(String weekHeader)
The text to display for the week of the year column heading. This attribute is one of the regionalisation attributes. Use showWeek to display this column.

Parameters:
weekHeader -

getWeekHeader

public String getWeekHeader()
Returns:
the weekHeader option value

setYearRange

public void setYearRange(DatePickerYearRange yearRange)
Sets the selectable year range. This range can either be defined by a start year and an end year (like 2001 to 2010), or it can be defined relatively to the today's date (like current-10 to current+10).

Parameters:
yearRange -

getYearRange

public DatePickerYearRange getYearRange()
Returns:
the year range valu option

setYearSuffix

public void setYearSuffix(String yearSuffix)
Additional text to display after the year in the month headers. This attribute is one of the regionalisation attributes.

Parameters:
yearSuffix -

getYearSuffix

public String getYearSuffix()
Returns:
the yearSuffix option value

setChangeYear

public void setChangeYear(boolean changeYear)
Sets if the date's year is selectable in a drop down list or not.


isChangeYear

public boolean isChangeYear()
Returns true if the date's year is selectable in a drop down list, returns false otherwise.


setCloseText

public void setCloseText(String closeText)
Set's the text to display for the close link. This attribute is one of the regionalisation attributes. Use the showButtonPanel to display this button.

Parameters:
closeText -

getCloseText

public String getCloseText()
Returns:
the closeText option value

setConstrainInput

public void setConstrainInput(boolean constrainInput)
True if the input field is constrained to the current date format.

Parameters:
constrainInput -

isConstrainInput

public boolean isConstrainInput()
Returns:
the buttonImageOnly option value

setCurrentText

public void setCurrentText(String currentText)
Set's the text to display for the current day link. This attribute is one of the regionalisation attributes. Use the showButtonPanel to display this button.

Parameters:
currentText -

getCurrentText

public String getCurrentText()
Returns:
the currentText option value

setFirstDay

public void setFirstDay(short firstDay)
Sets the calendar's starting day. 0 is for sunday, 1 for monday ...

Parameters:
firstDay -

getFirstDay

public short getFirstDay()
Returns the calendar's starting day.


setGotoCurrent

public void setGotoCurrent(boolean gotoCurrent)
If true, the current day link moves to the currently selected date instead of today.

Parameters:
gotoCurrent -

isGotoCurrent

public boolean isGotoCurrent()
Returns:
the gotoCurrent option value

setHideIfNoPrevNext

public void setHideIfNoPrevNext(boolean hideIfNoPrevNext)
Normally the previous and next links are disabled when not applicable (see minDate/maxDate). You can hide them altogether by setting this attribute to true.

Parameters:
hideIfNoPrevNext -

isHideIfNoPrevNext

public boolean isHideIfNoPrevNext()
Returns:
the hideIfNoPrevNext option value

setIsRTL

public void setIsRTL(boolean isRTL)
True if the current language is drawn from right to left. This attribute is one of the regionalisation attributes.

Parameters:
isRTL -

isIsRTL

public boolean isIsRTL()
Returns:
the isRTL option value

setMaxDate

public void setMaxDate(DateOption maxDate)
Set a maximum selectable date via a Date object, or a number of days from today (e.g. +7) or a string of values and periods ('y' for years, 'm' for months, 'w' for weeks, 'd' for days, e.g. '+1m +1w'), or null for no limit.

Parameters:
maxDate -

getMaxDate

public DateOption getMaxDate()
Returns:
the maxDate option value

setMinDate

public void setMinDate(DateOption minDate)
Set a minimum selectable date via a Date object, or a number of days from today (e.g. +7) or a string of values and periods ('y' for years, 'm' for months, 'w' for weeks, 'd' for days, e.g. '+1m +1w'), or null for no limit.

Parameters:
minDate -

getMinDate

public DateOption getMinDate()
Returns:
the minDate option value

setMonthNames

public void setMonthNames(ArrayOfMonthNames monthNames)
Set's the list of full month names, as used in the month header on each datepicker and as requested via the dateFormat setting. This attribute is one of the regionalisation attributes.

Parameters:
monthNames -

getMonthNames

public ArrayOfMonthNames getMonthNames()
Returns:
the monthNames option value

setMonthNamesShort

public void setMonthNamesShort(ArrayOfMonthNames monthNamesShort)
Set's the list of abbreviated month names, for use as requested via the dateFormat setting. This attribute is one of the regionalisation attributes.

Parameters:
monthNamesShort -

getMonthNamesShort

public ArrayOfMonthNames getMonthNamesShort()
Returns:
the monthNames option value

setNavigationAsDateFormat

public void setNavigationAsDateFormat(boolean navigationAsDateFormat)
When true the formatDate function is applied to the prevText, nextText, and currentText values before display, allowing them to display the target month names for example.

Parameters:
navigationAsDateFormat -

isNavigationAsDateFormat

public boolean isNavigationAsDateFormat()
Returns:
the navigationAsDateFormat option value

setNextText

public void setNextText(String nextText)
Set's the text to display for the next month link. This attribute is one of the regionalisation attributes. With the standard ThemeRoller styling, this value is replaced by an icon.

Parameters:
nextText -

getNextText

public String getNextText()
Returns:
the nextText option value

setShowOtherMonths

public void setShowOtherMonths(boolean showOtherMonths)
Sets if the next/previous months are showed in the calendar.


getShowOtherMonths

public boolean getShowOtherMonths()
Deprecated. will be removed in 1.2 Returns if the next/previous months are showed in the calendar.


isShowOtherMonths

public boolean isShowOtherMonths()
Returns if the next/previous months are showed in the calendar.


setNumberOfMonths

public void setNumberOfMonths(DatePickerNumberOfMonths numberOfMonths)
Sets the number of months displayed on the date picker.


getNumberOfMonths

public DatePickerNumberOfMonths getNumberOfMonths()
Returns the number of months displayed on the date picker.


setPrevText

public void setPrevText(String prevText)
Set's the text to display for the previous month link. This attribute is one of the regionalisation attributes. With the standard ThemeRoller styling, this value is replaced by an icon.

Parameters:
prevText -

getPrevText

public String getPrevText()
Returns:
the prevText option value

setSelectOtherMonths

public void setSelectOtherMonths(boolean selectOtherMonths)
When true days in other months shown before or after the current month are selectable. This only applies if showOtherMonths is also true.

Parameters:
selectOtherMonths -

isSelectOtherMonths

public boolean isSelectOtherMonths()
Returns:
the selectOtherMonths option

setShortYearCutoff

public void setShortYearCutoff(DatePickerShortYearCutOff shortYearCutoff)
Set the cutoff year for determining the century for a date

Parameters:
shortYearCutoff -

getShortYearCutoff

public DatePickerShortYearCutOff getShortYearCutoff()
Returns the shortYearCutoff option value.


setShowAnim

public void setShowAnim(String showAnim)
Set the name of the animation used to show/hide the datepicker. Use 'show' (the default), 'slideDown', 'fadeIn', or any of the show/hide jQuery UI effects

Parameters:
showAnim -

getShowAnim

public String getShowAnim()
Returns:
the showAnim option value

setShowButtonPanel

public void setShowButtonPanel(boolean showButtonPanel)
Whether to show the button panel.

Parameters:
showButtonPanel -

isShowButtonPanel

public boolean isShowButtonPanel()
Returns:
the showButtonPanel option value

setShowCurrentAtPos

public void setShowCurrentAtPos(short showCurrentAtPos)
Specify where in a multi-month display the current month shows, starting from 0 at the top/left.

Parameters:
showCurrentAtPos -

getShowCurrentAtPos

public short getShowCurrentAtPos()
Returns:
the showCurrentAtPos option value

setShowMonthAfterYear

public void setShowMonthAfterYear(boolean showMonthAfterYear)
Whether to show the month after the year in the header.

Parameters:
showMonthAfterYear -

isShowMonthAfterYear

public boolean isShowMonthAfterYear()
Returns:
the showMonthAfterYear option value

setShowOn

public void setShowOn(DatePicker.ShowOnEnum showOn)
Have the datepicker appear automatically when the field receives focus ('focus'), appear only when a button is clicked ('button'), or appear when either event takes place ('both').

Parameters:
showOn -

getShowOn

public DatePicker.ShowOnEnum getShowOn()
Returns:
the showOn option value

setShowOptions

public void setShowOptions(ListItemOptions<LiteralOption> showOptions)
If using one of the jQuery UI effects for showAnim, you can provide additional settings for that animation via this option.

Parameters:
showOptions -

getShowOptions

public ListItemOptions<LiteralOption> getShowOptions()
Returns:
the showOptions option value

setShowWeek

public void setShowWeek(boolean showWeek)
When true a column is added to show the week of the year. The calculateWeek option determines how the week of the year is calculated. You may also want to change the firstDay option.


isShowWeek

public boolean isShowWeek()
Returns:
the showWeek option

setStepMonths

public void setStepMonths(short stepMonths)
Sets the number of months stepped when the next/previous button are hit.


getStepMonths

public short getStepMonths()
Returns the number of months stepped when the next/previous button are hit.


setDateFormat

public void setDateFormat(String dateFormat)
Sets the ISO date format to use. The format can be combinations of the following:


getDateFormat

public String getDateFormat()
Returns the ISO date format to use.


setDayNames

public void setDayNames(ArrayOfDayNames dayNames)
Set's the list of long day names, starting from Sunday, for use as requested via the dateFormat setting. They also appear as popup hints when hovering over the corresponding column headings. This attribute is one of the regionalisation attributes.

Parameters:
dayNames -

getDayNames

public ArrayOfDayNames getDayNames()
Returns:
the dayNames option value

setDayNamesMin

public void setDayNamesMin(ArrayOfDayNames dayNamesMin)
Set's the list of minimised day names, starting from Sunday, for use as column headers within the datepicker. This attribute is one of the regionalisation attributes.

Parameters:
dayNamesMin -

getDayNamesMin

public ArrayOfDayNames getDayNamesMin()
Returns:
the dayNamesMin option value

setDayNamesShort

public void setDayNamesShort(ArrayOfDayNames dayNamesShort)
Set's the list of abbreviated day names, starting from Sunday, for use as requested via the dateFormat setting. This attribute is one of the regionalisation attributes.

Parameters:
dayNamesShort -

getDayNamesShort

public ArrayOfDayNames getDayNamesShort()
Returns:
the dayNamesShort option value

setDefaultDate

public void setDefaultDate(DateOption defaultDate)
Set the date to highlight on first opening if the field is blank. Specify either an actual date via a Date object, or a number of days from today (e.g. +7) or a string of values and periods ('y' for years, 'm' for months, 'w' for weeks, 'd' for days, e.g. '+1m +7d'), or null for today.

Parameters:
defaultDate -

getDefaultDate

public DateOption getDefaultDate()
Returns:
the defaultDate option value

setDisabled

public void setDisabled(boolean disabled)
Disables (true) or enables (false) the datepicker. Can be set when initialising (first creating) the datepicker.

Parameters:
disabled -

isDisabled

public boolean isDisabled()
Returns:
the disabled option

setDuration

public void setDuration(DatePickerDuration duration)
Control the speed at which the datepicker appears, it may be a time in milliseconds, a string representing one of the three predefined speeds ("slow", "normal", "fast"), or '' for immediately.

Parameters:
duration -

getDuration

public DatePickerDuration getDuration()
Returns:
the duration option value

setBeforeShowEvent

public void setBeforeShowEvent(JsScopeUiEvent beforeShow)
Set's the callback before the datepicker is displayed.

Parameters:
beforeShow -

setBeforeShowDayEvent

public void setBeforeShowDayEvent(JsScopeUiDatePickerEvent beforeShowDay)
The function takes a date as a parameter and must return an array with [0] equal to true/false indicating whether or not this date is selectable, [1] equal to a CSS class name(s) or '' for the default presentation and [2] an optional popup tooltip for this date. It is called for each day in the datepicker before is it displayed.

Parameters:
beforeShowDay -

setOnChangeMonthYearEvent

public void setOnChangeMonthYearEvent(JsScopeUiDatePickerOnChangeEvent onChangeMonthYear)
Allows you to define your own event when the datepicker moves to a new month and/or year. The function receives the selected year, month (1-12), and the datepicker instance as parameters. this refers to the associated input field.

Parameters:
onChangeMonthYear -

setOnCloseEvent

public void setOnCloseEvent(JsScopeUiDatePickerDateTextEvent onClose)
Allows you to define your own event when the datepicker is closed, whether or not a date is selected. The function receives the selected date as text and the datepicker instance as parameters. this refers to the associated input field.

Parameters:
onClose -

setOnSelectEvent

public void setOnSelectEvent(JsScopeUiDatePickerDateTextEvent onSelect)
Allows you to define your own event when the datepicker is selected. The function receives the selected date as text and the datepicker instance as parameters. this refers to the associated input field.

Parameters:
onSelect -

getOptions

public Options getOptions()


Copyright © 2012. All Rights Reserved.