Interface DialogFlags


public interface DialogFlags
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Destroy the dialog when its parent is destroyed
    static final int
    Make the constructed dialog modal
    static final int
    Create dialog with actions in header
    bar instead of action area
  • Field Details

    • DESTROY_WITH_PARENT

      static final int DESTROY_WITH_PARENT
      Destroy the dialog when its parent is destroyed
      See Also:
    • USE_HEADER_BAR

      static final int USE_HEADER_BAR
      Create dialog with actions in header
      bar instead of action area
      See Also: