Interface Facet

All Known Subinterfaces:
DataLoadCoordinator, QueryParametersFacet
All Known Implementing Classes:
AbstractFacet, DataLoadCoordinatorImpl, QueryParametersFacetImpl

public interface Facet
Non-visual component of a View.
  • Method Details

    • getId

      @Nullable String getId()
    • setId

      void setId(@Nullable String id)
    • getOwner

      @Nullable View<?> getOwner()
      Returns:
      a view containing this facet
    • setOwner

      void setOwner(@Nullable View<?> owner)