com.vaadin.ui.

Class Label.ValueChangeEvent

    • Constructor Detail

      • ValueChangeEvent

        public ValueChangeEvent(Label source)

        New instance of text change event

        Parameters:

        source - the Source of the event.

    • Method Detail

      • getProperty

        public Property getProperty()

        Gets the Property that has been modified.

        Specified by:

        getProperty in interface Property.ValueChangeEvent

        Returns:

        source Property of the event

        See Also:

        Property.ValueChangeEvent#getProperty()