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

Method setRenderer

CodenameOne/src/com/codename1/ui/List.java:792–794  ·  view source on GitHub ↗
(ListCellRenderer renderer)

Source from the content-addressed store, hash-verified

790 ///
791 /// - `renderer`: cell renderer instance
792 public final void setRenderer(ListCellRenderer renderer) {
793 setListCellRenderer(renderer);
794 }
795
796 /// Returns the list orientation
797 ///

Callers 15

runMethod · 0.95
runMethod · 0.95
addPopupMethod · 0.95
testMonitorMethod · 0.95
RSSReaderMethod · 0.45
setIconPlaceholderMethod · 0.45
initImagesComboBoxMethod · 0.45
initUIIDComboBoxMethod · 0.45
ImageMultiEditorMethod · 0.45
PickMIDletMethod · 0.45

Calls 1

setListCellRendererMethod · 0.95

Tested by 2

testMonitorMethod · 0.76