Interface DataBound

    • Method Detail

      • setData

        void setData​(Object data)
        Sets the data that this component displays/edits.
        Parameters:
        data - the data to set.
      • getData

        Object getData()
        Retrieves the data for the given context.
        Returns:
        the data for the given context.