ui.RoundedPanel

Classes


Public Protected Private

Enumerations

goog.ui.RoundedPanel.Classes_ :
CSS class name suffixes for the elements comprising the RoundedPanel.
Constants:
BACKGROUND
No description.
CONTENT
No description.
PANEL
No description.
Code »
goog.ui.RoundedPanel.Corner :
Enum for specifying which corners to render.
Constants:
ALL
No description.
BOTTOM
No description.
BOTTOM_LEFT
No description.
BOTTOM_RIGHT
No description.
LEFT
No description.
NONE
No description.
RIGHT
No description.
TOP
No description.
TOP_LEFT
No description.
TOP_RIGHT
No description.
Code »

Global Functions

goog.ui.RoundedPanel.create(radiusborderWidthborderColoropt_backgroundColoropt_cornersopt_domHelper) !goog.ui.BaseRoundedPanel
Factory method that returns an instance of a BaseRoundedPanel.
Arguments:
radius : number
The radius of the rounded corner(s), in pixels.
borderWidth : number
The thickness of the border, in pixels.
borderColor : string
The border color of the panel.
opt_backgroundColor : string=
The background color of the panel.
opt_corners : number=
The corners of the panel to be rounded. Any corners not specified will be rendered as square corners. Will default to all square corners if not specified.
opt_domHelper : goog.dom.DomHelper=
The DOM helper object for the document we want to render in.
Returns: !goog.ui.BaseRoundedPanel  An instance of a goog.ui.BaseRoundedPanel subclass.
code »

Package ui

Package Reference