| Package | Description |
|---|---|
| gwt.material.design.client.ui |
| Modifier and Type | Method and Description |
|---|---|
MaterialDatePicker.MaterialDatePickerType |
MaterialDatePicker.getSelectionType()
Get the pickers selection type.
|
static MaterialDatePicker.MaterialDatePickerType |
MaterialDatePicker.MaterialDatePickerType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MaterialDatePicker.MaterialDatePickerType[] |
MaterialDatePicker.MaterialDatePickerType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MaterialDatePicker.setDateSelectionType(MaterialDatePicker.MaterialDatePickerType type)
Deprecated.
|
void |
MaterialDatePicker.setSelectionType(MaterialDatePicker.MaterialDatePickerType selectionType)
Set the pickers selection type.
|
void |
MaterialDatePicker.setSelectionType(MaterialDatePicker.MaterialDatePickerType selectionType,
int yearsToDisplay)
Set the pickers selection type with the ability to set the number of years to display
in the dropdown list.
|
| Constructor and Description |
|---|
MaterialDatePicker(String placeholder,
Date value,
MaterialDatePicker.MaterialDatePickerType selectionType) |
Copyright © 2017. All rights reserved.