Interface VDDTabContainer
- All Known Implementing Classes:
JmixMainTabSheetWidget,VDDAccordion,VDDTabSheet
public interface VDDTabContainer
An interface for layouts which has separated tab and content from each other
- Since:
- 0.6.3
-
Method Summary
Modifier and TypeMethodDescriptionintgetTabContentPosition(com.google.gwt.user.client.ui.Widget w) Get the position of a tabs contentintgetTabPosition(com.google.gwt.user.client.ui.Widget tab) Returns the position of a tab
-
Method Details
-
getTabContentPosition
int getTabContentPosition(com.google.gwt.user.client.ui.Widget w) Get the position of a tabs content- Parameters:
w- The tabs content
-
getTabPosition
int getTabPosition(com.google.gwt.user.client.ui.Widget tab) Returns the position of a tab- Parameters:
tab- The tab in the tabbar- Returns:
-