public static final class Picker.LightweightPopupButtonPlacement

  1. Object
  2. Picker.LightweightPopupButtonPlacement
Placement options for custom lightweight popup buttons.

Fields

public static final int BETWEEN_CANCEL_AND_DONE = 0Place the custom button in the top button row between the Cancel and Done groups.
public static final int ABOVE_SPINNER = 1Place the custom button row directly above the spinner wheels.
public static final int BELOW_SPINNER = 2Place the custom button row directly below the spinner wheels.

Constructors

public LightweightPopupButtonPlacement()

Inherited methods

Field details

BETWEEN_CANCEL_AND_DONE

public static final int BETWEEN_CANCEL_AND_DONE = 0
Place the custom button in the top button row between the Cancel and Done groups.

ABOVE_SPINNER

public static final int ABOVE_SPINNER = 1
Place the custom button row directly above the spinner wheels.

BELOW_SPINNER

public static final int BELOW_SPINNER = 2
Place the custom button row directly below the spinner wheels.

Constructor details

LightweightPopupButtonPlacement

public LightweightPopupButtonPlacement()