tabbar.js
No description.

File Location

/goog/ui/tabbar.js

Classes

goog.ui.TabBar
Tab bar UI component. A tab bar contains tabs, rendered above, below, before, or after tab contents. Tabs in tab bars dispatch the following events:
  • goog.ui.Component.EventType.ACTION when activated via the keyboard or the mouse,
  • goog.ui.Component.EventType.SELECT when selected, and
  • goog.ui.Component.EventType.UNSELECT when deselected.
Clients may listen for all of the above events on the tab bar itself, and refer to the event target to identify the tab that dispatched the event. When an unselected tab is clicked for the first time, it dispatches both a SELECT event and an ACTION event; subsequent clicks on an already selected tab only result in ACTION events.

Public Protected Private

Enumerations

Global Functions

goog.ui.TabBar.getOrientationFromLocation(location) goog.ui.Container.Orientation
Returns the goog.ui.Container.Orientation that is implied by the given goog.ui.TabBar.Location.
Arguments:
location : goog.ui.TabBar.Location
Tab bar location.
Returns: goog.ui.Container.Orientation  Corresponding orientation.
code »

Global Variables

function%113 :
No description.
Code »

Directory ui

File Reference