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

Method getNextComponent

CodenameOne/src/com/codename1/ui/Form.java:3109–3111  ·  view source on GitHub ↗
(Component current)

Source from the content-addressed store, hash-verified

3107 ///
3108 /// The next component in the focus traversal order.
3109 public Component getNextComponent(Component current) {
3110 return getTabIterator(current).getNext();
3111 }
3112
3113 /// Gets the previous component in focus traversal order. This will return the `Component#getNextFocusLeft()`
3114 /// if it is set. If not, it will return `Component#getNextFocusUp()` if it is set. If not, it will

Callers 8

endEditingMethod · 0.95
editFocusedTextAreaMethod · 0.95
runMethod · 0.95
runMethod · 0.95
getNextComponentMethod · 0.95
getNextEditComponentMethod · 0.95
editStringMethod · 0.95

Calls 2

getTabIteratorMethod · 0.95
getNextMethod · 0.45

Tested by

no test coverage detected