org.gwtbootstrap3.client.ui.base
Interface HasTabPosition

All Known Implementing Classes:
TabPanel

public interface HasTabPosition

Author:
Joshua Godi

Method Summary
 TabPosition getTabPosition()
          Gets the tab position
 void setTabPosition(TabPosition tabPosition)
          Sets the positions of the tab (left, right, bottom, top) Default: TOP
 

Method Detail

setTabPosition

void setTabPosition(TabPosition tabPosition)
Sets the positions of the tab (left, right, bottom, top) Default: TOP

Parameters:
tabPosition - position of the tabs

getTabPosition

TabPosition getTabPosition()
Gets the tab position

Returns:
tab position


Copyright © 2015. All rights reserved.