|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.gwt.core.client.JavaScriptObject
org.cruxframework.crux.plugin.gadget.client.features.Tab
public class Tab
Flap class for gadgets. You create tabs using the Tabs addTab() method. To get Flap objects, use the Tabs getSelectedTab() or getTabs() methods.
| Constructor Summary | |
|---|---|
protected |
Tab()
|
| Method Summary | |
|---|---|
com.google.gwt.user.client.Element |
getContentContainer()
Returns the HTML element where the tab content is rendered. |
int |
getIndex()
Returns the tab's index. |
String |
getName()
Returns the label of the tab as a string (may contain HTML). |
com.google.gwt.user.client.Element |
getNameContainer()
Returns the HTML element that contains the tab's label. |
| Methods inherited from class com.google.gwt.core.client.JavaScriptObject |
|---|
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected Tab()
| Method Detail |
|---|
public final com.google.gwt.user.client.Element getContentContainer()
public final int getIndex()
public final String getName()
public final com.google.gwt.user.client.Element getNameContainer()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||