Class QueryProcessor

    • Constructor Detail

      • QueryProcessor

        public QueryProcessor()
    • Method Detail

      • execute

        protected void execute()
        Executes the query.
      • setCurrentQuery

        public void setCurrentQuery​(SpreadSheetQueryText value)
        Sets the query.
        Parameters:
        value - the query
      • getCurrentQuery

        public SpreadSheetQueryText getCurrentQuery()
        Returns the query.
        Returns:
        the query
      • assign

        public void assign​(AbstractWidget other)
        Retrieves the values from the other widget, if possible.
        Specified by:
        assign in class AbstractWidget
        Parameters:
        other - the other widget to get the values from
      • serialize

        public Object serialize()
        Serializes the setup from the widget.
        Specified by:
        serialize in class AbstractWidget
        Returns:
        the generated setup representation
      • deserialize

        public void deserialize​(Object data,
                                MessageCollection errors)
        Deserializes the setup and maps it onto the widget. /** Deserializes the setup and maps it onto the widget.
        Specified by:
        deserialize in class AbstractWidget
        Parameters:
        data - the setup representation to use
        errors - for collecting errors