Package com.orchestranetworks.schema
Interface TableRefDisplayContext
- All Superinterfaces:
- SchemaNodeContext
 
 - public interface TableRefDisplayContext extends SchemaNodeContext Provides methods for setting up a- TableRefDisplayin the context of its data model.
-   Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetSortCriteria (RequestSortCriteria aSortCriteria)Sets the default sort criteria.voidsetSortCriteria (RequestSortCriteria aSortCriteria, Locale aLocale)Defines how to sort the list to display when the end user uses the specified locale.-   Methods inherited from interface com.orchestranetworks.schema.SchemaNodeContextaddError, addError, addInfo, addMessage, addWarning, getSchemaNode
 
-   
 
-   
-   Method Detail- setSortCriteria- void setSortCriteria(RequestSortCriteria aSortCriteria) Sets the default sort criteria.
 - setSortCriteria- void setSortCriteria(RequestSortCriteria aSortCriteria, Locale aLocale) Defines how to sort the list to display when the end user uses the specified locale.- 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).
 
 
-