Class TagsTableCellRenderer

    • Constructor Detail

      • TagsTableCellRenderer

        public TagsTableCellRenderer()
    • Method Detail

      • extractProperty

        protected String extractProperty​(Object object)
        Description copied from class: BasicTableCellRenderer
        Typically simply calls propertyExtractor.get(value). If you want to convert some values into special (other) values (e.g. 0 into null), override this method.
        Overrides:
        extractProperty in class BasicTableCellRenderer<String>
        Parameters:
        object - object
        Returns:
        property value
      • formatProperty

        protected Object formatProperty​(String property)
        Description copied from class: BasicTableCellRenderer
        By default returns an empty String for null, otherwise the property itself. If you would like to format the given property somehow, do it here.
        Overrides:
        formatProperty in class BasicTableCellRenderer<String>
        Parameters:
        property - typed property
        Returns:
        formatted property