Class ReportField

    • Field Detail

      • m_Field

        protected Field m_Field
        the report field.
    • Constructor Detail

      • ReportField

        public ReportField()
    • Method Detail

      • setField

        public void setField​(Field value)
        Sets the field to get the group from.
        Parameters:
        value - the field
      • getField

        public Field getField()
        Returns the field to get the group from.
        Returns:
        the field
      • fieldTipText

        public String fieldTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • handles

        public boolean handles​(Object obj)
        Checks whether the data type is handled.
        Parameters:
        obj - the object to check
        Returns:
        true if handled
      • doExtractGroup

        protected String doExtractGroup​(Object obj)
        Extracts the group from the object.
        Specified by:
        doExtractGroup in class AbstractGroupExtractor
        Parameters:
        obj - the object to process
        Returns:
        the extracted group, null if failed to extract or not handled