List Navigation Profile
List Navigation profile for RWMBook. Whenever presenting lists of records, services SHOULD emit a set of navigation links that help the client move forward and back in the list, select an item from the list and exit the list navigation.
- ALPS
- Application State Diagram
- Semantic Descriptors
- exitList (semantic), The controlled exit state (after you leave the list).
- goExit (safe), Exist the list.
- goFirst (safe), Move to the first page in the list.
- goHome (safe), Go to the Home resource (exiting the list).
- goLast (safe), Move to the last page in the list.
- goList (safe), Go to the list (usually, the start of the list).
- goNext (safe), Move forward to the next page in the last
- goPrevious (safe), Move back to the previous page in the list.
- goSelect (safe), Select an item from the list
- home (semantic), The Home state before you enter the list.
- href (semantic), URL of the link.
- list (semantic), The list and all the options.
- navlink (semantic), List navigation link object.
- rel (semantic), Rel value of the link.
- selectRecord (semantic), A single record from the list.
- title (semantic), Title text of the link.
- type (semantic), Media type for the link (optional).
- Tags