// if the model from the binding is null, build a model from source and columns
if (m_objTableModel == null)
m_objTableModel = generateTableModel(null);
if (m_objTableModel == null)
throw new ApplicationRuntimeException(
TableUtils.format("missing-table-model", getExtendedId()));
return m_objTableModel;
}