src/Builder4/PopoverProperty.bjs
[app.Builder.js] / src / Builder4 / PopoverProperty.bjs
1 {
2  "name" : "PopoverProperty",
3  "parent" : "",
4  "title" : "",
5  "path" : "/home/alan/gitlive/app.Builder.js/src/Builder4/PopoverProperty.bjs",
6  "permname" : "",
7  "modOrder" : "",
8  "build_module" : "builder",
9  "items" : [
10   {
11    "listeners" : {
12     "closed" : "() => {\n  if (!this.done) {\n    _this.el.show();\n  \n  }\n} "
13    },
14    "id" : "PopoverProperty",
15    "@ void success" : "(Project.Project pr, JsRender.JsRender file)",
16    "| void show" : "(Gtk.Widget btn, JsRender.Node node, string type,  string key) \n\t{\n\t\n\tstring kname = \"\", kflag = \"\", ktype = \"\";\n\tif (key.length > 0) {\n\t\tnode.normalize_key( key, out  kname, out  kflag, out ktype);\n\t}\n\n\t_this.kname.el.set_text(kname);\n\t_this.ktype.el.set_text(ktype);\n\t\n\t_this.dbmodel.loadData(kflag);\n\t// does node have this property...\n\n\n\tif (key.length > 0) {\n\t\tthis.save_btn.el.set_label(\"Save\");\n\t} else {\n\t\tthis.save_btn.el.set_label(\"Create\");\n\t}\n\n\t_this.node = node;\n\t//console.log('show all');\n\tthis.el.set_modal(true);\n\tthis.el.set_relative_to(btn);\n\n\tthis.el.set_position(Gtk.PositionType.TOP);\n\n\t// window + header?\n\t print(\"SHOWALL - POPIP\\n\");\n\tthis.el.show_all();\n\tthis.kname.el.grab_focus();\n\n\t//this.success = c.success;\n \n}",
17    "bool done" : false,
18    "|   void updateNodeFromValues" : "() {\n\n     /*   _this.file.title = _this.title.el.get_text();\n        _this.file.region = _this.region.el.get_text();            \n        _this.file.parent = _this.parent.el.get_text();                        \n        _this.file.permname = _this.permname.el.get_text();                                    \n        _this.file.modOrder = _this.modOrder.el.get_text();\n        \n        if (_this.file.name.length  > 0 && _this.file.name != _this.name.el.get_text()) {\n            _this.file.renameTo(_this.name.el.get_text());\n        }\n        // store the module...\n        _this.file.build_module = \"\";        \n         Gtk.TreeIter iter; \n        if (_this.build_module.el.get_active_iter (out iter)) {\n             Value vfname;\n             this.dbmodel.el.get_value (iter, 0, out vfname);\n             if (((string)vfname).length > 0) {\n                 _this.file.build_module = (string)vfname;\n             }\n    \n        }\n        */\n        \n        \n\n                                                    \n}    ",
19    "xtype" : "Popover",
20    "Gtk.PositionType position" : "Gtk.PositionType.RIGHT",
21    "$ xns" : "Gtk",
22    "Xcls_MainWindow mainwindow" : "null",
23    "bool modal" : true,
24    "uint border_width" : 0,
25    "JsRender.Node node" : "",
26    "items" : [
27     {
28      "bool homogeneous" : false,
29      "$ pack" : "add",
30      "xtype" : "Box",
31      "$ xns" : "Gtk",
32      "Gtk.Orientation orientation" : "Gtk.Orientation.VERTICAL",
33      "items" : [
34       {
35        "id" : "header",
36        "* pack" : "pack_start,false,true,0",
37        "xtype" : "HeaderBar",
38        "$ xns" : "Gtk",
39        "string title" : "Modify / Create Property"
40       },
41       {
42        "int margin_right" : 4,
43        "* pack" : "pack_start,false,false,4",
44        "xtype" : "Table",
45        "uint row_spacing" : 2,
46        "n_columns" : 2,
47        "$ xns" : "Gtk",
48        "n_rows" : 3,
49        "$ homogeneous" : true,
50        "int margin_left" : 4,
51        "items" : [
52         {
53          "label" : "Special Flags",
54          "xalign" : 0.90000000000000002,
55          "* pack" : "attach_defaults,0,1,0,1",
56          "xtype" : "Label",
57          "$ justify" : "Gtk.Justification.RIGHT",
58          "x_options" : 4,
59          "$ xns" : "Gtk"
60         },
61         {
62          "id" : "kflag",
63          "* init" : "this.el.add_attribute(_this.dbcellrenderer.el , \"markup\", 1 );",
64          "* pack" : "attach_defaults,1,2,0,1",
65          "xtype" : "ComboBox",
66          "$ xns" : "Gtk",
67          "items" : [
68           {
69            "id" : "dbcellrenderer",
70            "xtype" : "CellRendererText",
71            "* pack" : "pack_start,true",
72            "$ xns" : "Gtk"
73           },
74           {
75            "id" : "dbmodel",
76            "xtype" : "ListStore",
77            "* pack" : "set_model",
78            "$ columns" : "typeof(string),typeof(string)",
79            "n_columns" : 2,
80            "$ xns" : "Gtk",
81            "| void loadData" : "  (string kflag) {\n    this.el.clear();                                    \n    Gtk.TreeIter iter;\n    var el = this.el;\n    \n    \n    // vala signal.. '@'\n    // raw value '$'\n    // user defined property '#'\n    // user defined method '|'\n    // special property '*' => prop  |args|ctor|init\n    \n    \n    \n   /// el.append(out iter);\n    \n     \n   // el.set_value(iter, 0, \"\");\n   // el.set_value(iter, 1, \"aaa  - Just add Element - aaa\");\n\n    el.append(out iter);\n    el.set(iter, 0, \"\", 1,   \"Normal Property\", -1);\n\t \n\tif (_this.mainwindow.windowstate.file.xtype == \"Gtk\") {\n\t\tel.append(out iter);\n\t\tel.set(iter, 0, \"$\", 1,   \"($) Raw Property (not escaped)\", -1);\n\t\t \n\t\t\n\t\tel.append(out iter);\n\t\tel.set(iter, 0, \"#\", 1,   \"(#) User defined property\", -1);\n\t\t \n\t\tel.append(out iter);\n\t\tel.set(iter, 0, \"|\", 1,   \"(|) User defined method\", -1);\n\t\t \n\t\tel.append(out iter);\n\t\tel.set(iter, 0, \"*\", 1,   \"(*) Special property (eg. prop | args | ctor | init )\", -1);\n\t\t \n\t\t\n\t\tel.append(out iter);\n\t    el.set(iter, 0, \"@\", 1,   \"(@) Vala Signal\", -1);\n\t\t \n\t\t\n\t} else { \n\t\t// javascript\n\t\tel.append(out iter);\n\t\tel.set(iter, 0, \"$\", 1,   \"($) Raw Property (not escaped)\", -1);\n\t\t \n\t\tel.append(out iter);\n\t\tel.set(iter, 0, \"|\", 1,   \"(|) User defined method\", -1);\n\t \n\t\tel.append(out iter);\n\t\tel.set(iter, 0, \"*\", 1,   \"(*) Special property (eg. prop )\", -1);\n\t\t \n\t\n\t}\n\tel.foreach((tm, tp, titer) => {\n\t\tGLib.Value val;\n\t\tel.get_value(titer, 0, out val);\n\t\t \n\t\tprint(\"check %s against %s\\n\", (string)val, kflag);\n\t\tif (((string)val) == kflag) {\n\t\t\t_this.kflag.el.set_active_iter(titer);\n\t\t\treturn true;\n\t\t}\n\t\treturn false;\n\t});\n\t\n\n                                     \n}\n"
82           }
83          ]
84         },
85         {
86          "label" : "Type",
87          "$ visible" : true,
88          "xalign" : 0.90000000000000002,
89          "* pack" : "attach_defaults,0,1,1,2",
90          "xtype" : "Label",
91          "$ justify" : "Gtk.Justification.RIGHT",
92          "x_options" : 4,
93          "$ xns" : "Gtk"
94         },
95         {
96          "id" : "ktype",
97          "$ visible" : true,
98          "xtype" : "Entry",
99          "* pack" : "attach_defaults,1,2,1,2",
100          "$ xns" : "Gtk"
101         },
102         {
103          "label" : "Name",
104          "tooltip_text" : "center, north, south, east, west",
105          "$ visible" : true,
106          "xalign" : 0.90000000000000002,
107          "* pack" : "attach_defaults,0,1,2,3",
108          "xtype" : "Label",
109          "$ justify" : "Gtk.Justification.RIGHT",
110          "x_options" : 4,
111          "$ xns" : "Gtk"
112         },
113         {
114          "id" : "kname",
115          "$ visible" : true,
116          "xtype" : "Entry",
117          "* pack" : "attach_defaults,1,2,2,3",
118          "$ xns" : "Gtk"
119         }
120        ]
121       },
122       {
123        "int margin_bottom" : 4,
124        "int margin_right" : 4,
125        "* pack" : "pack_end,false,true,0",
126        "xtype" : "HButtonBox",
127        "$ xns" : "Gtk",
128        "int margin_left" : 4,
129        "items" : [
130         {
131          "listeners" : {
132           "clicked" : "() => { \n\n  _this.done = true;\n    _this.el.hide(); \n}"
133          },
134          "string label" : "Cancel",
135          "* pack" : "add",
136          "xtype" : "Button",
137          "$ xns" : "Gtk"
138         },
139         {
140          "listeners" : {
141           "clicked" : "( ) =>  { \n\n  \n/*\n\n\tif (_this.name.el.get_text().length  < 1) {\n\t    StandardErrorDialog.show(\n\t        _this.mainwindow.el,\n\t        \"You have to set Component name \"\n\t    );\n\t     \n\t    return;\n\t}\n\t// what does this do?\n\t\n\tvar isNew = _this.file.name.length  > 0 ? false : true;\n\t \n\t \n\t\n  \n\t// FIXME - this may be more complicated...\n\t//for (var i in this.def) {\n\t//    this.file[i] =  this.get(i).el.get_text();\n\t//}\n\n\tif (!isNew) {\n\t    try {\n\t         _this.updateFileFromEntry();\n\t     } catch( JsRender.Error.RENAME_FILE_EXISTS er) {\n\t          Xcls_StandardErrorDialog.singleton().show(\n\t            _this.mainwindow.el,\n\t            \"The name you used already exists \"\n\t        );\n\t        return;\n\t         \n\t     }\n\n\t      _this.done = true;\n\t    _this.file.save();\n\t    _this.el.hide();\n\t    return;\n\t}\n\tvar fn = _this.name.el.get_text();\n\tvar dir = _this.project.firstPath();\n   \n\tif (GLib.FileUtils.test(dir + \"/\" + fn + \".bjs\", GLib.FileTest.EXISTS)) {\n\t    Xcls_StandardErrorDialog.singleton().show(\n\t        _this.mainwindow.el,\n\t        \"That file already exists\"\n\t    ); \n\t    return;\n\t}\n   \n   var f =  JsRender.JsRender.factory(\n\t\t_this.file.project.xtype,  \n\t\t_this.file.project, \n\t\tdir + \"/\" + fn + \".bjs\");\n\n\t_this.file = f;\n\t\n\n\t\n\t_this.updateFileFromEntry();\n\t_this.file.loaded = true;\n\t_this.file.save();\n\t_this.file.project.addFile(_this.file);\n\t\n \n\t// what about .js ?\n   _this.done = true;\n\t_this.el.hide();\n\n\t\n\t\n\t_this.success(_this.project, _this.file);\n\t*/\n   \n}"
142          },
143          "id" : "save_btn",
144          "* pack" : "add",
145          "xtype" : "Button",
146          "string label" : "Save",
147          "$ xns" : "Gtk"
148         }
149        ]
150       }
151      ]
152     }
153    ]
154   }
155  ]
156 }