Interface PropertyEditContext

    • Method Detail

      • getPropertyValue

        Object getPropertyValue()
        Returns the current value of the property being edited (the context encapsulates the object containing the property).
      • setPropertyValue

        void setPropertyValue​(Object value)
        Updates the value of the property being edited (the context encapsulates the object containing the property).
        Parameters:
        value - new value for the property
      • getLabel

        String getLabel()
        Returns the user-presentable label, for use with the Label component, or to be integrated into any validation error messages.
      • getPropertyId

        String getPropertyId()
        Returns a string that identifies the property, usually the property name. This is used as the basis for the client-side client id.