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

Method getModel

CodenameOne/src/com/codename1/ui/table/Table.java:621–626  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

619 ///
620 /// the model instance
621 public TableModel getModel() {
622 if (sortedColumn > -1) {
623 return ((SortableTableModel) model).getUnderlying();
624 }
625 return model;
626 }
627
628 /// Replaces the underlying model
629 ///

Callers 4

paintGlassMethod · 0.95
setSortSupportedMethod · 0.95
testSQLExplorerMethod · 0.95

Calls 1

getUnderlyingMethod · 0.45

Tested by 2

testSQLExplorerMethod · 0.76