()
| 2948 | return "." + SplitViewPage.getDetailsFormClass(); |
| 2949 | } |
| 2950 | function _getListofSelectedRow() { |
| 2951 | const CURRENT_ROW = _tableObject.getCurrentRow(); |
| 2952 | return CURRENT_ROW === null |
| 2953 | ? [] |
| 2954 | : _.compact(_.map(_tableObject.getSelection(), "jpos_posno")); |
| 2955 | } |
| 2956 | function getSelectionCount() { |
| 2957 | const selection = _tableObject.getSelection(); |
| 2958 | return selection.length; |
no outgoing calls
no test coverage detected