public static class DateRangePickerOptions.LocaleOptions extends Object implements Serializable
| Constructor and Description |
|---|
DateRangePickerOptions.LocaleOptions() |
| Modifier and Type | Method and Description |
|---|---|
String |
getApplyLabel() |
String |
getClearLabel() |
String |
getCustomRange() |
String |
getFromLabel() |
String |
getToLabel() |
String |
getWeekLabel() |
DateRangePickerOptions.LocaleOptions |
setApplyLabel(String applyLabel) |
DateRangePickerOptions.LocaleOptions |
setClearLabel(String clearLabel) |
DateRangePickerOptions.LocaleOptions |
setCustomRange(String customRange) |
DateRangePickerOptions.LocaleOptions |
setFromLabel(String fromLabel) |
DateRangePickerOptions.LocaleOptions |
setToLabel(String toLabel) |
DateRangePickerOptions.LocaleOptions |
setWeekLabel(String weekLabel) |
public DateRangePickerOptions.LocaleOptions()
public String getApplyLabel()
public DateRangePickerOptions.LocaleOptions setApplyLabel(String applyLabel)
public String getClearLabel()
public DateRangePickerOptions.LocaleOptions setClearLabel(String clearLabel)
public String getFromLabel()
public DateRangePickerOptions.LocaleOptions setFromLabel(String fromLabel)
public String getToLabel()
public DateRangePickerOptions.LocaleOptions setToLabel(String toLabel)
public String getWeekLabel()
public DateRangePickerOptions.LocaleOptions setWeekLabel(String weekLabel)
public String getCustomRange()
public DateRangePickerOptions.LocaleOptions setCustomRange(String customRange)
Copyright © 2013. All Rights Reserved.