Class Picker.LightweightPopupButtonPlacement
java.lang.Object
com.codename1.ui.spinner.Picker.LightweightPopupButtonPlacement
- Enclosing class:
Picker
Placement options for custom lightweight popup buttons.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intPlace the custom button row directly above the spinner wheels.static final intPlace the custom button row directly below the spinner wheels.static final intPlace the custom button in the top button row between theCancelandDonegroups. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
BETWEEN_CANCEL_AND_DONE
public static final int BETWEEN_CANCEL_AND_DONEPlace the custom button in the top button row between theCancelandDonegroups.- See Also:
-
ABOVE_SPINNER
public static final int ABOVE_SPINNERPlace the custom button row directly above the spinner wheels.- See Also:
-
BELOW_SPINNER
public static final int BELOW_SPINNERPlace the custom button row directly below the spinner wheels.- See Also:
-
-
Constructor Details
-
LightweightPopupButtonPlacement
public LightweightPopupButtonPlacement()
-