org.cruxframework.crux.plugin.gadget.client.features.impl
Class TabsFeatureImpl

java.lang.Object
  extended by org.cruxframework.crux.plugin.gadget.client.features.impl.TabsFeatureImpl
All Implemented Interfaces:
TabsFeature

public class TabsFeatureImpl
extends Object
implements TabsFeature

Author:
Thiago da Rosa de Bustamante

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.cruxframework.crux.plugin.gadget.client.features.TabsFeature
TabsFeature.Callback
 
Method Summary
 Tabs getTabs()
          Create a new TabSet
 Tabs getTabs(String moduleId)
          Create a new TabSet
 Tabs getTabs(String moduleId, String selectedTab)
          Create a new TabSet
 Tabs getTabs(String moduleId, String selectedTab, com.google.gwt.user.client.Element htmlContainer)
          Create a new TabSet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getTabs

public Tabs getTabs()
Description copied from interface: TabsFeature
Create a new TabSet

Specified by:
getTabs in interface TabsFeature
Returns:

getTabs

public Tabs getTabs(String moduleId)
Description copied from interface: TabsFeature
Create a new TabSet

Specified by:
getTabs in interface TabsFeature
Returns:

getTabs

public Tabs getTabs(String moduleId,
                    String selectedTab)
Description copied from interface: TabsFeature
Create a new TabSet

Specified by:
getTabs in interface TabsFeature
Returns:

getTabs

public Tabs getTabs(String moduleId,
                    String selectedTab,
                    com.google.gwt.user.client.Element htmlContainer)
Description copied from interface: TabsFeature
Create a new TabSet

Specified by:
getTabs in interface TabsFeature
Returns:


Copyright © 2014. All rights reserved.