Interface ContextDefinition

  • All Known Implementing Classes:
    ContextDefinitionImpl

    @JsType
    public interface ContextDefinition
    A Part in the Workbench. Parts are added to Panels.
    • Method Detail

      • getPlace

        PlaceRequest getPlace()
        Get the PlaceRequest that this Part will contain.
        Returns:
        the place
      • setPlace

        void setPlace​(PlaceRequest place)
        Set the PlaceRequest that this Part will contain.
        Parameters:
        place - the place to set