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

Method showTabs

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

Source from the content-addressed store, hash-verified

1457
1458 /// Show the tabs bar if it was hidden
1459 public void showTabs() {
1460 int tp = tabPlacement;
1461 tabPlacement = -1;
1462 setTabPlacement(tp);
1463 revalidateLater();
1464 }
1465
1466 /// Returns true if the swipe between tabs is activated, this is relevant for
1467 /// touch devices only

Callers

nothing calls this directly

Calls 2

setTabPlacementMethod · 0.95
revalidateLaterMethod · 0.45

Tested by

no test coverage detected