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

Method getRenderer

CodenameOne/src/com/codename1/ui/List.java:783–785  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

781 ///
782 /// the renderer which is used to draw list elements
783 public final ListCellRenderer getRenderer() {
784 return renderer;
785 }
786
787 /// Sets the renderer which is used to draw list elements
788 ///

Callers 15

refreshThemeMethod · 0.95
createCommandListMethod · 0.95
addPopupMethod · 0.95
testRendererMethod · 0.95
ComboBoxMethod · 0.45
setUIIDMethod · 0.45
getBaselineMethod · 0.45
createPopupListMethod · 0.45
invoke3Method · 0.45
invoke2Method · 0.45

Calls

no outgoing calls