Trapped-Demo.deploy.js 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. smalltalk.addPackage('Trapped-Demo', {});
  2. smalltalk.addClass('AppView', smalltalk.Widget, [], 'Trapped-Demo');
  3. smalltalk.addMethod(
  4. "_renderOn_",
  5. smalltalk.method({
  6. selector: "renderOn:",
  7. fn: function (html){
  8. var self=this;
  9. var $1,$2;
  10. smalltalk.send(smalltalk.send(html,"_h2",[]),"_trapShow_",[["title"]]);
  11. smalltalk.send(smalltalk.send(html,"_div",[]),"_trap_toggle_ifNotPresent_",[["items"],(function(){
  12. smalltalk.send(smalltalk.send(html,"_p",[]),"_with_",[(function(){
  13. smalltalk.send(smalltalk.send(html,"_span",[]),"_trapShow_",[[smalltalk.symbolFor("size")]]);
  14. return smalltalk.send(html,"_with_",[" item(s)."]);
  15. })]);
  16. return smalltalk.send(smalltalk.send(html,"_form",[]),"_with_",[(function(){
  17. return smalltalk.send(smalltalk.send(html,"_ul",[]),"_trapIter_tag_do_",[[],smalltalk.symbolFor("li"),(function(each){
  18. $1=smalltalk.send(html,"_input",[]);
  19. smalltalk.send($1,"_type_",["checkbox"]);
  20. $2=smalltalk.send($1,"_at_put_",["checked",true]);
  21. $2;
  22. return smalltalk.send(html,"_with_",[each]);
  23. })]);
  24. })]);
  25. }),(function(){
  26. return smalltalk.send(html,"_with_",["Loading ..."]);
  27. })]);
  28. return self}
  29. }),
  30. smalltalk.AppView);
  31. smalltalk.addClass('TrappedDumbDispatcher', smalltalk.TrappedDispatcher, ['queue'], 'Trapped-Demo');
  32. smalltalk.addMethod(
  33. "_add_",
  34. smalltalk.method({
  35. selector: "add:",
  36. fn: function (aSubscription){
  37. var self=this;
  38. smalltalk.send(self["@queue"],"_add_",[aSubscription]);
  39. smalltalk.send(self,"_dirty_",[smalltalk.send(aSubscription,"_isFlagged",[])]);
  40. return self}
  41. }),
  42. smalltalk.TrappedDumbDispatcher);
  43. smalltalk.addMethod(
  44. "_clean",
  45. smalltalk.method({
  46. selector: "clean",
  47. fn: function (){
  48. var self=this;
  49. self["@queue"]=smalltalk.send(self["@queue"],"_select_",[(function(each){
  50. return smalltalk.send(each,"_isEnabled",[]);
  51. })]);
  52. return self}
  53. }),
  54. smalltalk.TrappedDumbDispatcher);
  55. smalltalk.addMethod(
  56. "_do_",
  57. smalltalk.method({
  58. selector: "do:",
  59. fn: function (aBlock){
  60. var self=this;
  61. smalltalk.send(self["@queue"],"_do_",[aBlock]);
  62. return self}
  63. }),
  64. smalltalk.TrappedDumbDispatcher);
  65. smalltalk.addMethod(
  66. "_initialize",
  67. smalltalk.method({
  68. selector: "initialize",
  69. fn: function (){
  70. var self=this;
  71. self["@queue"]=smalltalk.send((smalltalk.OrderedCollection || OrderedCollection),"_new",[]);
  72. return self}
  73. }),
  74. smalltalk.TrappedDumbDispatcher);
  75. smalltalk.addClass('TrappedPlainModel', smalltalk.TrappedModelWrapper, [], 'Trapped-Demo');
  76. smalltalk.addMethod(
  77. "_initialize",
  78. smalltalk.method({
  79. selector: "initialize",
  80. fn: function (){
  81. var self=this;
  82. smalltalk.send(self,"_initialize",[],smalltalk.TrappedModelWrapper);
  83. smalltalk.send(self,"_dispatcher_",[smalltalk.send((smalltalk.TrappedDumbDispatcher || TrappedDumbDispatcher),"_new",[])]);
  84. return self}
  85. }),
  86. smalltalk.TrappedPlainModel);
  87. smalltalk.addMethod(
  88. "_modify_do_",
  89. smalltalk.method({
  90. selector: "modify:do:",
  91. fn: function (path,aBlock){
  92. var self=this;
  93. var newValue;
  94. var eavModel;
  95. eavModel=smalltalk.send(path,"_asEavModel",[]);
  96. newValue=smalltalk.send(aBlock,"_value_",[smalltalk.send(eavModel,"_on_",[smalltalk.send(self,"_payload",[])])]);
  97. smalltalk.send((function(){
  98. return smalltalk.send(eavModel,"_on_put_",[smalltalk.send(self,"_payload",[]),newValue]);
  99. }),"_ensure_",[(function(){
  100. return smalltalk.send(smalltalk.send(self,"_dispatcher",[]),"_changed_",[path]);
  101. })]);
  102. return self}
  103. }),
  104. smalltalk.TrappedPlainModel);
  105. smalltalk.addMethod(
  106. "_read_do_",
  107. smalltalk.method({
  108. selector: "read:do:",
  109. fn: function (path,aBlock){
  110. var self=this;
  111. var eavModel;
  112. eavModel=smalltalk.send(path,"_asEavModel",[]);
  113. smalltalk.send(aBlock,"_value_",[smalltalk.send(eavModel,"_on_",[smalltalk.send(self,"_payload",[])])]);
  114. return self}
  115. }),
  116. smalltalk.TrappedPlainModel);
  117. smalltalk.addClass('App', smalltalk.TrappedPlainModel, [], 'Trapped-Demo');
  118. smalltalk.addMethod(
  119. "_initialize",
  120. smalltalk.method({
  121. selector: "initialize",
  122. fn: function (){
  123. var self=this;
  124. smalltalk.send(self,"_initialize",[],smalltalk.TrappedPlainModel);
  125. smalltalk.send(self,"_payload_",[smalltalk.HashedCollection._fromPairs_([smalltalk.send("title","__minus_gt",["To-Do List"])])]);
  126. smalltalk.send((function(){
  127. smalltalk.send(smalltalk.send(self,"_payload",[]),"_at_put_",["items",["hello", "world"]]);
  128. return smalltalk.send(self,"_payload_",[smalltalk.send(self,"_payload",[])]);
  129. }),"_valueWithTimeout_",[(2000)]);
  130. return self}
  131. }),
  132. smalltalk.App);