Class Picker.LightweightPopupButtonPlacement

java.lang.Object
com.codename1.ui.spinner.Picker.LightweightPopupButtonPlacement
Enclosing class:
Picker

public static final class Picker.LightweightPopupButtonPlacement extends Object
Placement options for custom lightweight popup buttons.
  • Field Details

    • BETWEEN_CANCEL_AND_DONE

      public static final int BETWEEN_CANCEL_AND_DONE
      Place the custom button in the top button row between the Cancel and Done groups.
      See Also:
    • ABOVE_SPINNER

      public static final int ABOVE_SPINNER
      Place the custom button row directly above the spinner wheels.
      See Also:
    • BELOW_SPINNER

      public static final int BELOW_SPINNER
      Place the custom button row directly below the spinner wheels.
      See Also:
  • Constructor Details

    • LightweightPopupButtonPlacement

      public LightweightPopupButtonPlacement()