Class AutoLinkFormatter

    • Field Detail

      • enableEditLink

        private final boolean enableEditLink
      • enableViewDownload

        private final boolean enableViewDownload
    • Constructor Detail

      • AutoLinkFormatter

        public AutoLinkFormatter()
      • AutoLinkFormatter

        public AutoLinkFormatter​(FileViewerUtil fileViewer)
      • AutoLinkFormatter

        public AutoLinkFormatter​(boolean enableEditLink,
                                 boolean enableViewDownload)
    • Method Detail

      • format

        public String format​(BasicItem item)
        Description copied from interface: Formatter
        Format a value by converting it to a string.
        Specified by:
        format in interface Formatter<BasicItem>
        Parameters:
        item - The value to format
        Returns:
        A formatted string
      • parseString

        public File parseString​(String value)
        Description copied from interface: Formatter
        Parse a string and return a value of the correct type. A null input string should (unless otherwise documented by a specific formatter implementation) be allowed and may return null or any other "default" value.
        Specified by:
        parseString in interface Formatter<BasicItem>
        Parameters:
        value - The string to parse
        Returns:
        An object