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 String
getLanguage()
String
getPrefixXHTMLCode(ContentContext ctx)
String
getSufixXHTMLCode(ContentContext ctx)
boolean
hasNext(ContentContext ctx)
void
initialize(ContentContext ctx)
IContentVisualComponent
next(ContentContext ctx)
void
setAllArea(boolean allArea)
int
size(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)
-
-