Package se.conciliate.extensions.publish
Class TableFieldContent
java.lang.Object
se.conciliate.extensions.publish.TableFieldContent
- All Implemented Interfaces:
FieldContent
Field content that shows a table.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract intabstract StringgetColumnTitle(MTLanguage language, int column) Returns the unique ID of the content type.abstract intabstract StringgetValueAt(MTLanguage language, int row, int column)
-
Constructor Details
-
TableFieldContent
public TableFieldContent()
-
-
Method Details
-
getContentID
Description copied from interface:FieldContentReturns the unique ID of the content type.- Specified by:
getContentIDin interfaceFieldContent- Returns:
- The content type ID.
-
getColumnCount
public abstract int getColumnCount() -
getColumnTitle
-
getRowCount
public abstract int getRowCount() -
getValueAt
-