Package org.javlo.component.core
Interface IContentComponentsList
-
- All Known Implementing Classes:
ContentElementList
public interface IContentComponentsList- Author:
- pvandermaesen
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetLanguage()StringgetPrefixXHTMLCode(ContentContext ctx)StringgetSufixXHTMLCode(ContentContext ctx)booleanhasNext(ContentContext ctx)voidinitialize(ContentContext ctx)IContentVisualComponentnext(ContentContext ctx)voidsetAllArea(boolean allArea)intsize(ContentContext ctx)
-
-
-
Method Detail
-
next
IContentVisualComponent next(ContentContext ctx)
-
hasNext
boolean hasNext(ContentContext ctx)
-
getPrefixXHTMLCode
String getPrefixXHTMLCode(ContentContext ctx)
-
getSufixXHTMLCode
String getSufixXHTMLCode(ContentContext ctx)
-
getLanguage
String getLanguage()
-
size
int size(ContentContext ctx)
-
setAllArea
void setAllArea(boolean allArea)
-
initialize
void initialize(ContentContext ctx)
-
-