Class TableFieldContent

java.lang.Object
se.conciliate.extensions.publish.TableFieldContent
All Implemented Interfaces:
FieldContent

public abstract class TableFieldContent extends Object implements FieldContent
Field content that shows a table.
  • Constructor Details

    • TableFieldContent

      public TableFieldContent()
  • Method Details

    • getContentID

      public String getContentID()
      Description copied from interface: FieldContent
      Returns the unique ID of the content type.
      Specified by:
      getContentID in interface FieldContent
      Returns:
      The content type ID.
    • getColumnCount

      public abstract int getColumnCount()
    • getColumnTitle

      public abstract String getColumnTitle(MTLanguage language, int column)
    • getRowCount

      public abstract int getRowCount()
    • getValueAt

      public abstract String getValueAt(MTLanguage language, int row, int column)