Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
paintGlass
Method · 0.95
setSortSupported
Method · 0.95
testSQLExplorer
Method · 0.95
testTableLayoutConstraintBuilders
Method · 0.95
Calls
1
getUnderlying
Method · 0.45
Tested by
2
testSQLExplorer
Method · 0.76
testTableLayoutConstraintBuilders
Method · 0.76