public final class ExampleTabPanel extends MultiRowTabPanel
| Constructor and Description |
|---|
ExampleTabPanel(int widgetsPerRow) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Example example)
Add another example to demonstrate.
|
static com.google.gwt.user.client.ui.HTML |
describe(java.lang.Class<?>[] classes,
java.lang.String description)
Describe an example in a consistent way by including a description and the name of the
DropController used in the example. |
add, addTabBarStyleName, getTabCount, selectTab, selectTabByHistoryTokengetWidget, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, performDetachedInitialization, render, render, resolvePotentialElement, setWidget, wrapElementaddAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isOrWasAttached, onLoad, onUnload, removeFromParent, setLayoutData, sinkEventsaddStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkBitlessEvent, toString, unsinkEventspublic static com.google.gwt.user.client.ui.HTML describe(java.lang.Class<?>[] classes,
java.lang.String description)
DropController used in the example.classes - the primary DropController used in this exampledescription - a brief description of the examplepublic void add(Example example)
example - the example panel to add