Interface View

  • All Superinterfaces:
    Serializable
    All Known Implementing Classes:
    Navigator.EmptyView

    public interface View
    extends Serializable
    Interface for all views controlled by the navigator. Each view added to the navigator must implement this interface. Typically, a view is a Component.
    Since:
    7.0
    Author:
    Vaadin Ltd