new TitleBarCellRenderer()
- Source:
Extends
- goog.ui.ControlRenderer
Members
-
<static> CSS_CLASS :string
-
Default CSS class to be applied to the root element of components rendered by this renderer.
Type:
- string
- Source:
Methods
-
createDom(cellControl) → {Element}
-
Returns the control's contents wrapped in a DIV, with the renderer's own CSS class and additional state-specific classes applied to it.
Parameters:
Name Type Description cellControlgoog.ui.Control Control to render. - Source:
Returns:
Root element for the cell control.- Type
- Element
-
getCssClass() → {string}
-
Returns the CSS class name to be applied to the root element of all components rendered or decorated using this renderer. The class name is expected to uniquely identify the renderer class, i.e. no two renderer classes are expected to share the same CSS class name.
- Source:
Returns:
Renderer-specific CSS class name.- Type
- string