- List Control Overview : Building Disconnected Applications
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Data Controls/List/_Building Disconnected Applications/index.xml
The List Control is the fundamental building block for creating mobile applications with offline support. Interfaces for editing data via a Detail View and searching records with sophisticated Search controls are also easily added and configured to work with the List Control. Fetching, editing, and synchronizing data are all handled by the List Control.
- listObj._clearServerSideErrors Method
/documentation/pages/Ref/Client_Api/UX/list object methods/_clearServerSideErrors Method.xml
Used internally. Clears error messages from the Detail View controls.
- listObj.newDetailViewRecord Method
/documentation/pages/Ref/Client_Api/UX/list object methods/newDetailViewRecord Method.xml
Sets all of the controls in the List Detail view to their 'new record' value and deselects the current row in the List.
- listObj.updateListFromUXControls Method
/documentation/pages/Ref/Client_Api/UX/list object methods/updateListFromUXControls Method.xml
Updates the data in the List with edits made in the List's Detail View controls.
- listObj.disableDetailView Method
/documentation/pages/Ref/Client_Api/UX/list object methods/disableDetailView Method.xml
Enable or disable all of the controls in the Detail View.
- listObj.queryByFormClearControls Method
/documentation/pages/Ref/Client_Api/UX/list object methods/queryByFormClearControls Method.xml
Removes the search criteria from the Detail View form when the List is in 'search' mode.
- listObj.searchModeOff Method
/documentation/pages/Ref/Client_Api/UX/list object methods/searchModeOff Method.xml
If the List Search Part is set to 'QueryByForm' then turns search mode off.
- {dialog.object}._isControlInListDetailView Method
/documentation/pages/Ref/Client_Api/UX/UX methods/List Control/_isControlInDetailView Method.xml
Returns true if the *[js:colName]* is inside the Detail View of any List on the UX.
- {dialog.object}._getListForDetailViewControl Method
/documentation/pages/Ref/Client_Api/UX/UX methods/List Control/_getListForDetailViewControl Method.xml
Returns the name of the List control for the specified column name if the column is referenced in a Detail View.
- listObj.listRowIsNew Method
/documentation/pages/Ref/Client_Api/UX/list object methods/listRowIsNew Method.xml
Returns true if the current row in the List is a new row. You can optionally specify a zero based row number.