You're viewing an older version of Framework JavaDoc. Please see version 7.7.47 for the latest.
com.vaadin.navigator.

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