Package se.conciliate.extensions.publish
Class TextFieldContent
java.lang.Object
se.conciliate.extensions.publish.TextFieldContent
- All Implemented Interfaces:
 FieldContent
Field content that shows text.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionabstract StringgetContent(MTLanguage language) Returns the content in a given language.Returns the unique ID of the content type. 
- 
Constructor Details
- 
TextFieldContent
public TextFieldContent() 
 - 
 - 
Method Details
- 
getContentID
Description copied from interface:FieldContentReturns the unique ID of the content type.- Specified by:
 getContentIDin interfaceFieldContent- Returns:
 - The content type ID.
 
 - 
getContent
Returns the content in a given language.- Parameters:
 language- The language.- Returns:
 - The content in a given language.
 - Since:
 - 3.3
 
 
 -