A horizontal bar of folder-style tabs, most commonly used as part of a
TabPanel
.
CSS Style Rules
- .gwt-TabBar { the tab bar itself }
- .gwt-TabBar .gwt-TabBarFirst { the left edge of the bar }
- .gwt-TabBar .gwt-TabBarFirst-wrapper { table cell around the left edge }
- .gwt-TabBar .gwt-TabBarRest { the right edge of the bar }
- .gwt-TabBar .gwt-TabBarRest-wrapper { table cell around the right edge }
- .gwt-TabBar .gwt-TabBarItem { unselected tabs }
- .gwt-TabBar .gwt-TabBarItem-disabled { disabled tabs }
- .gwt-TabBar .gwt-TabBarItem-wrapper { table cell around tab }
- .gwt-TabBar .gwt-TabBarItem-wrapper-disabled { table cell around disabled tab }
- .gwt-TabBar .gwt-TabBarItem-selected { additional style for selected }
Example