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

Method getPosition

CodenameOne/src/com/codename1/ui/Sheet.java:936–941  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

934 ///
935 /// - #setPosition(java.lang.String, java.lang.String)
936 public String getPosition() {
937 if (CN.isTablet()) {
938 return tabletPosition;
939 }
940 return position;
941 }
942
943 /// Sets the position where the Sheet is to be displayed.
944 /// One of `BorderLayout#CENTER`, `BorderLayout#NORTH`, `BorderLayout#SOUTH`,

Callers 2

showMethod · 0.95
getPositionIntMethod · 0.95

Calls 1

isTabletMethod · 0.95

Tested by

no test coverage detected