Parent Directory
|
Revision Log
|
Patch
revision 256 by alfonx, Fri Jul 31 14:43:47 2009 UTC | revision 304 by alfonx, Wed Aug 19 12:03:12 2009 UTC | |
---|---|---|
# | Line 64 public class AttributeMetaData { | Line 64 public class AttributeMetaData { |
64 | this.title = title; | this.title = title; |
65 | this.desc = desc; | this.desc = desc; |
66 | if (colIdx == 0){ | if (colIdx == 0){ |
67 | // The first attribut is THE_GEOM and shall never be visible! | // The first attribute is THE_GEOM and shall never be visible! |
68 | this.visible = false; | this.visible = false; |
69 | }else | }else |
70 | this.visible = visible; | this.visible = visible; |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |