Class Picker.LightweightPopupButtonPlacement

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

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

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Place the custom button row directly above the spinner wheels.
    static final int
    Place the custom button row directly below the spinner wheels.
    static final int
    Place the custom button in the top button row between the Cancel and Done groups.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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()