Commit 69ab62634297a08d77f0be8147aaf1177ba61827
1 parent
51fe496b
manage the renaming of hk_list_view to hk_viewer and hk_edit_view to hk_editor
Showing
2 changed files
with
17 additions
and
5 deletions
Show diff stats
model/display.anubis
| @@ -12,12 +12,12 @@ transmit calexium_lib/CXM_message_constants.anubis | @@ -12,12 +12,12 @@ transmit calexium_lib/CXM_message_constants.anubis | ||
| 12 | transmit calexium_lib/web/CXM_json.anubis | 12 | transmit calexium_lib/web/CXM_json.anubis |
| 13 | 13 | ||
| 14 | transmit hayamiki_lib/view/types/hk_display.anubis | 14 | transmit hayamiki_lib/view/types/hk_display.anubis |
| 15 | -transmit hayamiki_lib/view/types/hk_list_view.anubis | ||
| 16 | -transmit hayamiki_lib/view/types/hk_edit_view.anubis | 15 | +transmit hayamiki_lib/view/types/hk_viewer.anubis |
| 16 | +transmit hayamiki_lib/view/types/hk_editor.anubis | ||
| 17 | transmit hayamiki_lib/view/types/hk_fk_view.anubis | 17 | transmit hayamiki_lib/view/types/hk_fk_view.anubis |
| 18 | transmit hayamiki_lib/model/types/hk_icon.anubis | 18 | transmit hayamiki_lib/model/types/hk_icon.anubis |
| 19 | 19 | ||
| 20 | -public define HK_List_View | 20 | +public define HK_Viewer |
| 21 | list_view | 21 | list_view |
| 22 | ( | 22 | ( |
| 23 | String view_name, | 23 | String view_name, |
| @@ -26,7 +26,7 @@ public define HK_List_View | @@ -26,7 +26,7 @@ public define HK_List_View | ||
| 26 | list_view(view_name, columns, no_action). | 26 | list_view(view_name, columns, no_action). |
| 27 | 27 | ||
| 28 | 28 | ||
| 29 | -public define HK_Edit_View | 29 | +public define HK_Editor |
| 30 | edit_view_list_form | 30 | edit_view_list_form |
| 31 | ( | 31 | ( |
| 32 | String view_name, | 32 | String view_name, |
view/types/hk_editor_table.anubis
| 1 | -/* | 1 | +/* |
| 2 | * Created by 伝作 (Densaku). | 2 | * Created by 伝作 (Densaku). |
| 3 | * Types & Messages generator written by フランスのトトロ aka (David RENÉ) | 3 | * Types & Messages generator written by フランスのトトロ aka (David RENÉ) |
| 4 | * Date: 2017-04-12 | 4 | * Date: 2017-04-12 |
| @@ -40,9 +40,21 @@ public type HK_Editor_Table: | @@ -40,9 +40,21 @@ public type HK_Editor_Table: | ||
| 40 | ) | 40 | ) |
| 41 | . | 41 | . |
| 42 | 42 | ||
| 43 | +public define Maybe(HK_Editor_Table_Line) | ||
| 44 | + from_Message | ||
| 45 | + ( | ||
| 46 | + Message _hk_editor_table_line_message | ||
| 47 | + ) | ||
| 48 | +. | ||
| 49 | + | ||
| 43 | HK_Editor_Table_Cell message format | 50 | HK_Editor_Table_Cell message format |
| 44 | =================================== | 51 | =================================== |
| 45 | 52 | ||
| 53 | +public define Message | ||
| 54 | + to_Message | ||
| 55 | + ( | ||
| 56 | + HK_Editor_Table_Line _hk_editor_table_line | ||
| 57 | + ). | ||
| 46 | 58 | ||
| 47 | public define Message | 59 | public define Message |
| 48 | to_Message | 60 | to_Message |