Package com.ptc.expansionui.server
Interface ViewDelegate
- All Known Implementing Classes:
DefaultViewDelegate
public interface ViewDelegate
The delegate responsible for supplying list of view names and default view name for list of object identifiers.
Supported API: true
Extendable: true
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptiongetViewValuesBean(ViewContextBean viewContextBean) Gets the ViewValueBean that will provide the list of view names and default view name
Supported API: true
-
Method Details
-
getViewValuesBean
Gets the ViewValueBean that will provide the list of view names and default view name
Supported API: true- Parameters:
viewContextBean-- Returns:
- ViewValueBean
-