Class AsGroupExpressionDataProvider

    • Constructor Detail

      • AsGroupExpressionDataProvider

        public AsGroupExpressionDataProvider()
    • Method Detail

      • getData

        public java.util.List<AsExpressionData> getData​(java.util.Map<java.lang.String,​java.lang.Object> parameters)
        Description copied from interface: DataProvider
        Returns the data.
        Parameters:
        parameters - - the parameters
        Returns:
        the data
      • getValue

        public java.lang.String getValue​(AsExpressionData data,
                                         java.util.Map<java.lang.String,​java.lang.Object> parameters)
        Description copied from interface: DataProvider
        Returns the value for a data object.
        Parameters:
        data - - the data object
        parameters - - the parameters
        Returns:
        the value object
      • getLabel

        public java.lang.String getLabel​(AsExpressionData data,
                                         java.util.Map<java.lang.String,​java.lang.Object> parameters)
        Description copied from interface: DataProvider
        Returns the label for a data object.
        Parameters:
        data - - the data object
        parameters - - the parameters
        Returns:
        the label
      • setAsSearchProviderFactory

        public void setAsSearchProviderFactory​(AsSearchProviderFactory asSearchProviderFactory)