* Sets the position of the dialog. Currently only supports 'BOTTOM', with * an option of switching to 'CENTER' on desktop screens.
()
| 11308 | * an option of switching to 'CENTER' on desktop screens. |
| 11309 | */ |
| 11310 | setPosition_() { |
| 11311 | setImportantStyles$1(this.getElement(), this.getPositionStyle_()); |
| 11312 | } |
| 11313 | |
| 11314 | /** |
| 11315 | * Returns whether or not the dialog should have position 'CENTER'. |
no test coverage detected