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

Interface Item.PropertySetChangeEvent

  • All Superinterfaces:

    Serializable

    Enclosing interface:

    Item

    public static interface Item.PropertySetChangeEvent
    extends Serializable

    An Event object specifying the Item whose contents has been changed through the Property interface.

    Note: The values stored in the Properties may change without triggering this event.

    • Method Summary

      All Methods
      Modifier and Type Method Description
      Item getItem()

      Retrieves the Item whose contents has been modified.

    • Method Detail

      • getItem

        Item getItem()

        Retrieves the Item whose contents has been modified.

        Returns:

        source Item of the event