Class ItemColumn

    • Constructor Detail

      • ItemColumn

        @DataBoundConstructor
        public ItemColumn()
        Default constructor
    • Method Detail

      • isPrimary

        public boolean isPrimary​(Object job)
        Determines if the item has a PrimaryInstanceMetadataAction.
        Parameters:
        job - the item.
        Returns:
        true if and only if the item has a PrimaryInstanceMetadataAction.
      • isOrphaned

        public boolean isOrphaned​(Object item)
        Determines if the item is orphaned.
        Parameters:
        item - the item.
        Returns:
        true if and only if the item is orphaned.
      • getTitle

        public String getTitle​(Object job)
        Gets the tool-tip title of a job.
        Parameters:
        job - the job.
        Returns:
        the tool-tip title unescaped for use in an attribute.