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

Method hideNotify

CodenameOne/src/com/codename1/ui/Form.java:951–953  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

949 /// this method isn't called for form based events and is generally usable for
950 /// suspend/resume based behavior
951 protected void hideNotify() {
952 setVisible(false);
953 }
954
955 /// This method is only invoked when the underlying canvas for the form is shown
956 /// this method isn't called for form based events and is generally usable for

Callers 1

handleEventMethod · 0.95

Calls 1

setVisibleMethod · 0.95

Tested by

no test coverage detected