Class InlineTableResultElement

  • All Implemented Interfaces:
    java.io.Serializable, ResultCell

    public class InlineTableResultElement
    extends ResultElement
    ResultElement used in an InlineResultsTable
    Author:
    radek
    See Also:
    Serialized Form
    • Constructor Detail

      • InlineTableResultElement

        public InlineTableResultElement​(FastPathObject imObj,
                                        Path path,
                                        FieldConfig fc,
                                        java.lang.Boolean isKeyField)
        Instantiate ResultElement while saving its FieldConfig
        Parameters:
        imObj - InterMine Object
        path - Path
        fc - FieldConfig
        isKeyField - is this a key field?
    • Method Detail

      • getHasDisplayer

        public java.lang.Boolean getHasDisplayer()
        Returns:
        if a Displayer is configured
      • getFieldConfig

        public FieldConfig getFieldConfig()
        Returns:
        FieldConfig
      • getIsKeyField

        public java.lang.Boolean getIsKeyField()
        Returns:
        true if this is a key field
      • getClassName

        public java.lang.String getClassName()
        Returns:
        a class name so we can display what kind of object, in a Collection, this is