Package de.hirola.sportslibrary.ui
Class ModalOptionDialog.Button
- java.lang.Object
-
- de.hirola.sportslibrary.ui.ModalOptionDialog.Button
-
- Enclosing class:
- ModalOptionDialog
public static final class ModalOptionDialog.Button extends Object
-
-
Constructor Summary
Constructors Constructor Description Button()
-
-
-
Field Detail
-
OK
public static final int OK
- See Also:
- Constant Field Values
-
CANCEL
public static final int CANCEL
- See Also:
- Constant Field Values
-
YES
public static int YES
-
NO
public static int NO
-
OPTION_1
public static final int OPTION_1
- See Also:
- Constant Field Values
-
OPTION_2
public static final int OPTION_2
- See Also:
- Constant Field Values
-
OPTION_3
public static final int OPTION_3
- See Also:
- Constant Field Values
-
-