Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

9
LINES

< > BotCompany Repo | #1021146 // dm_checkBox - synonym of dm_fieldCheckBox. with label

JavaX fragment (include)

1  
static JCheckBox mapMethodLike dm_checkBox(S field) {
2  
  ret dm_fieldCheckBox(field);
3  
}
4  
5  
6  
7  
static JCheckBox dm_checkBox(S text, S field) {
8  
  ret dm_fieldCheckBox(text, field);
9  
}

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1021146
Snippet name: dm_checkBox - synonym of dm_fieldCheckBox. with label
Eternal ID of this version: #1021146/3
Text MD5: 698e566bc8645764764356777f888396
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-11-03 17:26:37
Source code size: 184 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 282 / 359
Version history: 2 change(s)
Referenced in: [show references]