-
- All Known Implementing Classes:
FilteredTypes
public interface SupportedTypesContainers can expose an instance of this interface in their lookup to facilitate child container support of the supported-types control. Child containers that wish to support the same component types as their parent can respond to a call to the supported-types control with the result of the query.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSupportedTypes.ResultSupported types result to be returned fromquery().
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SupportedTypes.Resultquery()Query the supported types, the same as calling the supported-types control on the providing container.
-
-
-
Method Detail
-
query
SupportedTypes.Result query()
Query the supported types, the same as calling the supported-types control on the providing container. The same result will be returned unless the data has changed or otherwise refreshed, so object identity can be used to verify any cached data.- Returns:
- supported types result
-
-