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 int
abstract String
getColumnTitle
(MTLanguage language, int column) Returns the unique ID of the content type.abstract int
abstract String
getValueAt
(MTLanguage language, int row, int column)
-
Constructor Details
-
TableFieldContent
public TableFieldContent()
-
-
Method Details
-
getContentID
Description copied from interface:FieldContent
Returns the unique ID of the content type.- Specified by:
getContentID
in interfaceFieldContent
- Returns:
- The content type ID.
-
getColumnCount
public abstract int getColumnCount() -
getColumnTitle
-
getRowCount
public abstract int getRowCount() -
getValueAt
-