goog.ui.editor.AbstractDialog.Builder |
editorDialog
: goog.ui.editor.AbstractDialog
Editor dialog object
that will wrap the wrapped dialog object this builder will create.
|
Adds a custom button to the dialog.
Arguments:
Returns: !goog.ui.editor.AbstractDialog.Builder
This.
|
code » | ||||
Adds a Cancel button to the dialog. Clicking this button will cause
handleCancel to run, subsequently dispatching a CANCEL event.
Arguments:
Returns: !goog.ui.editor.AbstractDialog.Builder
This.
|
code » | ||||
Puts a CSS class on the dialog's main element.
Arguments:
Returns: !goog.ui.editor.AbstractDialog.Builder
This.
|
code » | ||||
Adds an OK button to the dialog. Clicking this button will cause
handleOk to run, subsequently dispatching an OK event.
Arguments:
Returns: !goog.ui.editor.AbstractDialog.Builder
This.
|
code » | ||||
Builds the wrapped dialog control. May only be called once, after which
no more methods may be called on this builder.
Returns: !goog.ui.Dialog
The wrapped dialog control.
|
code » | ||||
Sets the content element of the dialog.
Arguments:
Returns: !goog.ui.editor.AbstractDialog.Builder
This.
|
code » | ||||
Sets the title of the dialog.
Arguments:
Returns: !goog.ui.editor.AbstractDialog.Builder
This.
|
code » |
![]()
Map from keys that will be returned in the wrapped dialog SELECT events to
handler functions to be called to handle those events.
|
Code » | |
Set of buttons to be added to the wrapped dialog control.
|
Code » | |
Editor dialog that will wrap the wrapped dialog this builder will create.
|
Code » | |
wrapped dialog control being built by this builder.
|
Code » |