google-code-export / gwt-ext

Automatically exported from code.google.com/p/gwt-ext
0 stars 0 forks source link

ColumnModel missing isLocked method #113

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
ColumnModel is missing isLocked.  I know its not in their java docs, but it
is accessible in the columnmodel.

Original issue reported on code.google.com by nvoskerj...@sbcglobal.net on 13 Sep 2007 at 10:28

GoogleCodeExporter commented 9 years ago
Added, and reported as Ext doc bug.

Original comment by sanjiv.j...@gmail.com on 14 Sep 2007 at 1:26

GoogleCodeExporter commented 9 years ago
Shouldn't there also be a setLocked method to go along with this?  I probably
should've noted that in my original issue.  Also, isLocked doesn't seem to be 
picking
up a locked column.   I've tested setting columns to be locked and then cycled
through the column model.  None of the columns come back as isLocked being true 
for
some reason.

Original comment by nvoskerj...@sbcglobal.net on 14 Sep 2007 at 4:33