Interface Facet

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

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

    • getId

      @Nullable String getId()
    • setId

      void setId(@Nullable String id)
    • getOwner

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

      void setOwner(@Nullable Screen<?> owner)