Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codenameone/CodenameOne
/ getOrientation
Method
getOrientation
CodenameOne/src/com/codename1/ui/List.java:807–809 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
805
///
806
/// - #VERTICAL
807
public
int
getOrientation() {
808
return
orientation;
809
}
810
811
/// Sets the list orientation HORIZONTAL or VERTICAL
812
///
Callers
5
getDragRegionStatus
Method · 0.95
keyPressed
Method · 0.95
selectElement
Method · 0.95
pointerReleasedImpl
Method · 0.95
testOrientation
Method · 0.95
Calls
no outgoing calls
Tested by
1
testOrientation
Method · 0.76