()
| 2945 | SplitViewPage.hideForm(); |
| 2946 | } |
| 2947 | function _getFormSelector() { |
| 2948 | return "." + SplitViewPage.getDetailsFormClass(); |
| 2949 | } |
| 2950 | function _getListofSelectedRow() { |
| 2951 | const CURRENT_ROW = _tableObject.getCurrentRow(); |
| 2952 | return CURRENT_ROW === null |