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 set the group under.
        Parameters:
        value - the field
      • getField

        public Field getField()
        Returns the field to set the group under.
        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
      • doUpdateGroup

        protected String doUpdateGroup​(Object obj,
                                       String group)
        Updates the group of the object.
        Specified by:
        doUpdateGroup in class AbstractGroupUpdater
        Parameters:
        obj - the object to process
        group - the new group
        Returns:
        null if successful, otherwise error message