Interface ProgramLocationTableColumn<ROW_TYPE,​COLUMN_TYPE>

    • Method Detail

      • getProgramLocation

        ProgramLocation getProgramLocation​(ROW_TYPE rowObject,
                                           Settings settings,
                                           Program program,
                                           ServiceProvider serviceProvider)
        Determines an appropriate program location associated with this field for the indicated row object. The most probable use is for navigating from the field.
        Parameters:
        rowObject - the object associated with the table row.
        settings - field settings
        program - the program associated with the table.
        serviceProvider - the plugin tool associated with the table.
        Returns:
        the address associated with the field.