Tabnine Logo
TabPanel.asWidgetOrNull
Code IndexAdd Tabnine to your IDE (free)

How to use
asWidgetOrNull
method
in
com.google.gwt.user.client.ui.TabPanel

Best Java code snippets using com.google.gwt.user.client.ui.TabPanel.asWidgetOrNull (Showing top 20 results out of 315)

origin: com.google.gwt/gwt-servlet

/**
 * Convenience overload to allow {@link IsWidget} to be used directly.
 */
public void add(IsWidget w, IsWidget tabWidget) {
 add(asWidgetOrNull(w), asWidgetOrNull(tabWidget));
}
origin: com.google.gwt/gwt-servlet

/**
 * Convenience overload to allow {@link IsWidget} to be used directly.
 */
public void insert(IsWidget widget, IsWidget tabWidget, int beforeIndex) {
 insert(asWidgetOrNull(widget), asWidgetOrNull(tabWidget), beforeIndex);
}
origin: com.google.gwt/gwt-servlet

/**
 * Convenience overload to allow {@link IsWidget} to be used directly.
 */
public void insert(IsWidget widget, String tabText, int beforeIndex) {
 insert(asWidgetOrNull(widget), tabText, beforeIndex);
}
origin: com.google.gwt/gwt-servlet

/**
 * Convenience overload to allow {@link IsWidget} to be used directly.
 */
public void add(IsWidget w, String tabText) {
 add(asWidgetOrNull(w), tabText);
}
origin: com.google.gwt/gwt-servlet

/**
 * Convenience overload to allow {@link IsWidget} to be used directly.
 */
@Override
public int getWidgetIndex(IsWidget child) {
 return getWidgetIndex(asWidgetOrNull(child));
}
origin: com.google.gwt/gwt-servlet

/**
 * Convenience overload to allow {@link IsWidget} to be used directly.
 */
public void add(IsWidget w, @IsSafeHtml String tabText, boolean asHTML) {
 add(asWidgetOrNull(w), tabText, asHTML);
}
origin: com.google.gwt/gwt-servlet

/**
 * Convenience overload to allow {@link IsWidget} to be used directly.
 */
public void insert(IsWidget widget, @IsSafeHtml String tabText, boolean asHTML, int beforeIndex) {
 insert(asWidgetOrNull(widget), tabText, asHTML, beforeIndex);
}
origin: com.vaadin.external.gwt/gwt-user

/**
 * Convenience overload to allow {@link IsWidget} to be used directly.
 */
public void insert(IsWidget widget, IsWidget tabWidget, int beforeIndex) {
 insert(asWidgetOrNull(widget), asWidgetOrNull(tabWidget), beforeIndex);
}
origin: net.wetheinter/gwt-user

/**
 * Convenience overload to allow {@link IsWidget} to be used directly.
 */
public void add(IsWidget w, IsWidget tabWidget) {
 add(asWidgetOrNull(w), asWidgetOrNull(tabWidget));
}
origin: net.wetheinter/gwt-user

/**
 * Convenience overload to allow {@link IsWidget} to be used directly.
 */
public void insert(IsWidget widget, IsWidget tabWidget, int beforeIndex) {
 insert(asWidgetOrNull(widget), asWidgetOrNull(tabWidget), beforeIndex);
}
origin: com.vaadin.external.gwt/gwt-user

/**
 * Convenience overload to allow {@link IsWidget} to be used directly.
 */
public void add(IsWidget w, IsWidget tabWidget) {
 add(asWidgetOrNull(w), asWidgetOrNull(tabWidget));
}
origin: net.wetheinter/gwt-user

/**
 * Convenience overload to allow {@link IsWidget} to be used directly.
 */
public void insert(IsWidget widget, String tabText, boolean asHTML,
  int beforeIndex) {
 insert(asWidgetOrNull(widget), tabText, asHTML, beforeIndex);
}
origin: com.vaadin.external.gwt/gwt-user

/**
 * Convenience overload to allow {@link IsWidget} to be used directly.
 */
public void insert(IsWidget widget, String tabText, boolean asHTML,
  int beforeIndex) {
 insert(asWidgetOrNull(widget), tabText, asHTML, beforeIndex);
}
origin: net.wetheinter/gwt-user

/**
 * Convenience overload to allow {@link IsWidget} to be used directly.
 */
public void add(IsWidget w, String tabText) {
 add(asWidgetOrNull(w), tabText);
}
origin: net.wetheinter/gwt-user

/**
 * Convenience overload to allow {@link IsWidget} to be used directly.
 */
public void add(IsWidget w, String tabText, boolean asHTML) {
 add(asWidgetOrNull(w), tabText, asHTML);
}
origin: net.wetheinter/gwt-user

/**
 * Convenience overload to allow {@link IsWidget} to be used directly.
 */
public void insert(IsWidget widget, String tabText, int beforeIndex) {
 insert(asWidgetOrNull(widget), tabText, beforeIndex);
}
origin: com.vaadin.external.gwt/gwt-user

/**
 * Convenience overload to allow {@link IsWidget} to be used directly.
 */
public void add(IsWidget w, String tabText, boolean asHTML) {
 add(asWidgetOrNull(w), tabText, asHTML);
}
origin: com.vaadin.external.gwt/gwt-user

/**
 * Convenience overload to allow {@link IsWidget} to be used directly.
 */
@Override
public int getWidgetIndex(IsWidget child) {
 return getWidgetIndex(asWidgetOrNull(child));
}
origin: com.vaadin.external.gwt/gwt-user

/**
 * Convenience overload to allow {@link IsWidget} to be used directly.
 */
public void insert(IsWidget widget, String tabText, int beforeIndex) {
 insert(asWidgetOrNull(widget), tabText, beforeIndex);
}
origin: net.wetheinter/gwt-user

/**
 * Convenience overload to allow {@link IsWidget} to be used directly.
 */
@Override
public int getWidgetIndex(IsWidget child) {
 return getWidgetIndex(asWidgetOrNull(child));
}
com.google.gwt.user.client.uiTabPanelasWidgetOrNull

Popular methods of TabPanel

  • add
    Adds a widget to the tab panel. If the Widget is already attached to the TabPanel, it will be moved
  • selectTab
    Programmatically selects the specified tab.
  • <init>
    Creates an empty tab panel.
  • getWidgetCount
  • setStyleName
  • addBeforeSelectionHandler
  • addSelectionHandler
  • remove
    Removes the given widget, and its associated tab.
  • addHandler
  • createTabTextWrapper
    Create a SimplePanel that will wrap the contents in a tab. Subclasses can use this method to wrap ta
  • getWidget
  • getWidgetIndex
  • getWidget,
  • getWidgetIndex,
  • initWidget,
  • insert,
  • addStyleName,
  • getElement,
  • isAnimationEnabled,
  • setVisible

Popular in Java

  • Reactive rest calls using spring rest template
  • startActivity (Activity)
  • runOnUiThread (Activity)
  • requestLocationUpdates (LocationManager)
  • Kernel (java.awt.image)
  • FileInputStream (java.io)
    An input stream that reads bytes from a file. File file = ...finally if (in != null) in.clos
  • TreeMap (java.util)
    Walk the nodes of the tree left-to-right or right-to-left. Note that in descending iterations, next
  • ConcurrentHashMap (java.util.concurrent)
    A plug-in replacement for JDK1.5 java.util.concurrent.ConcurrentHashMap. This version is based on or
  • Join (org.hibernate.mapping)
  • Reflections (org.reflections)
    Reflections one-stop-shop objectReflections scans your classpath, indexes the metadata, allows you t
  • Top Sublime Text plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now