MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / hideTabs

Method hideTabs

CodenameOne/src/com/codename1/ui/Tabs.java:1453–1456  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1451
1452 /// Hide the tabs bar
1453 public void hideTabs() {
1454 removeComponent(tabsContainerHost != null ? tabsContainerHost : tabsContainer);
1455 revalidateLater();
1456 }
1457
1458 /// Show the tabs bar if it was hidden
1459 public void showTabs() {

Callers

nothing calls this directly

Calls 2

removeComponentMethod · 0.45
revalidateLaterMethod · 0.45

Tested by

no test coverage detected