Interface LargeContentColumn<C extends LargeContentColumn<C>>

All Superinterfaces:
Column<C>, Comparable<C>, Component<C>, Copyable<C>, CustomCssComponent<C>, Serializable
All Known Implementing Classes:
DefaultLargeContentColumn

public interface LargeContentColumn<C extends LargeContentColumn<C>> extends Column<C>
Represents the metadata for a ColumnTypes.LARGE_CONTENT column.
Since:
Metadata Service 2.0.8, Release Train 2.1.6
Author:
Julia Lopez-Pozas (jlopezpozas)
  • Method Details

    • lines

      default C lines(int numberOfLines)
      Sets the number of lines to truncate the column value to. If unset, the number of lines by default will be 1, and has a maximum acceptable value of 6.
      Parameters:
      numberOfLines - number of lines to truncate the column value to
      Returns:
      this
    • clearLines

      default C clearLines()
      Removes the attribute determining the number of lines to truncate the column value to.
      Returns:
      this