Interface ViewIF

All Known Implementing Classes:
DefaultView

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

    Modifier and Type
    Method
    Description
    INTERNAL: Returns the ID of the view.
    INTERNAL: Returns the display title of the view.
    void
    INTERNAL: Sets the ID of the view.
    void
    INTERNAL: Sets the display title of the view.
  • Method Details

    • 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.