Interface ViewIF

  • All Known Implementing Classes:
    DefaultView

    public interface ViewIF
    INTERNAL: An interface representing a view.
    • Method Detail

      • getTitle

        String getTitle()
        INTERNAL: Returns the display title of the view.
      • setTitle

        void setTitle​(String title)
        INTERNAL: Sets the display title of the view.
      • getId

        String getId()
        INTERNAL: Returns the ID of the view.
      • setId

        void setId​(String id)
        INTERNAL: Sets the ID of the view.