Create an instance of IBoardDialog with the arguments supplied to this builder.
Return an instance of IBoardDialog.
Set a dialog's alignment. If setAnchor has been set, then alignment will be ignored.
Available alignment types are:
A type of horizontal alignment. Default is DialogInterface.ALIGN_CENTER.
A type of vertical alignment. Default is DialogInterface.ALIGN_CENTER.
Set a dialog anchor position. The coordinates are relative to the application's client area. If anchor has been set, then setAlignment will be ignored.
A type of anchor where is for dialog.
A two positions that may be to set the position of the dialog.
Set a background dim on the dialog.
Set whether the background dim is enabled or not.
Set a button.
Which button to set.
A text to display in the button.
True if this view is enabled, false otherwise.
A OnClickListener to be invoked when this button is pressed.
Set a button.
Which button to set.
A OnClickListener to be invoked when this button is pressed.
Sets whether this dialog is canceled when touched outside the dialog's bounds. If user close a dialog via touched outside the dialog's bounds, then OnCancelListener will be called.
Whether the dialog should be canceled when touched outside the dialog's bounds.
Sets a close button in the dialog. The button is shown at top right corner in the dialog. If user close a dialog via this button, then OnCancelListener will be called.
Set whether the close button is enabled or not.
Set the content view for this dialog.
A view to display in the custom content view area.
Sets whether this dialog is draggable. It a dialog is set as draggable, then setAnchor, setAlignment and setCancelable will be ignored.
Whether the dialog is draggable.
The [x, y] position at which the popup screen will be displayed. If is not set, then the dialog will be positioned at center.
Set the message for this dialog.
A text to display in the content.
Sets a listener to be invoked when the dialog is canceled.
The OnCancelListener to use.
Sets a listener to be invoked when the dialog is dismissed.
The OnDismissListener to use.
Sets a listener to be invoked when the dialog is shown.
The OnShowListener to use.
Set a dialog width type.
Type of a width size.
Set the title text for this dialog.
A text to display in the title.
Generated using TypeDoc
A class to build a board dialog.
1