Interface SupportedTypes

All Known Implementing Classes:
FilteredTypes

public interface SupportedTypes
Containers 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 final class 
    Supported types result to be returned from query().
  • Method Summary

    Modifier and Type
    Method
    Description
    Query the supported types, the same as calling the supported-types control on the providing container.
  • Method Details

    • 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