public interface TableRefDisplayContext extends SchemaNodeContext
TableRefDisplay
 in the context of its data model.| Modifier and Type | Method and Description | 
|---|---|
| void | setSortCriteria(RequestSortCriteria aSortCriteria)Sets the default sort criteria. | 
| void | setSortCriteria(RequestSortCriteria aSortCriteria,
               Locale aLocale)Defines how to sort the list to display when the end user uses the
 specified locale. | 
addError, addError, addInfo, addMessage, addWarning, getSchemaNodevoid setSortCriteria(RequestSortCriteria aSortCriteria)
void setSortCriteria(RequestSortCriteria aSortCriteria, Locale aLocale)
 If no sort criteria can be found for a current locale,
 the default criteria is used. If the default sort criteria is also unset
 (see method setSortCriteria(RequestSortCriteria)),
 the list is sorted by primary key.
 
 Note: The supported locales must be declared in
 module.xml (see
 Module Declaration).