MCPcopy Create free account
hub / github.com/Odoo-mobile/framework / setIcon

Method setIcon

src/com/odoo/support/Module.java:153–155  ·  view source on GitHub ↗

Sets the icon. @param icon the new icon

(int icon)

Source from the content-addressed store, hash-verified

151 * the new icon
152 */
153 public void setIcon(int icon) {
154 this.icon = icon;
155 }
156
157 /**
158 * Checks if is load default.

Callers 4

onCreateMethod · 0.45
onDrawerClosedMethod · 0.45
onCreateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected