Renderer for toolbar separators.
extends goog.ui.MenuSeparatorRenderer| Instance Method Summary | |
createDom(?goog.ui.Separator separator) ⇒ ?ElementReturns a styled toolbar separator implemented by the following DOM: Overrides {@link goog.ui.MenuSeparatorRenderer#createDom}. | |
decorate(?goog.ui.Separator separator, ?Element element) ⇒ ?ElementTakes an existing element, and decorates it with the separator. Overrides {@link goog.ui.MenuSeparatorRenderer#decorate}. | |
getCssClass() ⇒ stringReturns the CSS class to be applied to the root element of components rendered using this renderer. | |