Interface Facet

All Known Subinterfaces:
DataLoadCoordinator, DynAttrFacet, SettingsFacet, Timer, UrlQueryParametersFacet
All Known Implementing Classes:
AbstractFacet, DataLoadCoordinatorImpl, DynAttrFacetImpl, SettingsFacetImpl, TimerImpl, UrlQueryParametersFacetImpl

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)