-
- All Implemented Interfaces:
-
java.io.Serializable
,kotlin.Comparable
public enum MonthYearPickerDialog.Mode extends Enum<MonthYearPickerDialog.Mode>
Enum that defines UI mode of dialog.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description YEAR_ONLY
User can select only year. Month picker will not be shown.
MONTH_ONLY
User can select only month. Year picker will not be shown.
MONTH_AND_YEAR
User can select month and year.
-
Method Summary
Modifier and Type Method Description final String
getName()
final Integer
getOrdinal()
-
-
Method Detail
-
getOrdinal
final Integer getOrdinal()
-
-
-
-