Package com.jalios.jcms.jnews
Class PubDisplayStyleLayoutBasic
- java.lang.Object
- 
- com.jalios.jcms.jnews.PubDisplayStyleLayoutBasic
 
- 
- All Implemented Interfaces:
- PubDisplayStyleLayout
 
 public class PubDisplayStyleLayoutBasic extends java.lang.Object implements PubDisplayStyleLayout A class to dynamically set up a layout
- 
- 
Field SummaryFields Modifier and Type Field Description static intMAXPUBCSSSTYLE
 - 
Constructor SummaryConstructors Constructor Description PubDisplayStyleLayoutBasic()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<CssStyleLayout>runLayoutEngine(PubDisplayStyleBuilder pubDisplayStyleBuilder, boolean doMorePubs)Generate dynamic layout
 
- 
- 
- 
Field Detail- 
MAXPUBCSSSTYLEpublic static final int MAXPUBCSSSTYLE - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
runLayoutEnginepublic java.util.List<CssStyleLayout> runLayoutEngine(PubDisplayStyleBuilder pubDisplayStyleBuilder, boolean doMorePubs) Generate dynamic layout- Specified by:
- runLayoutEnginein interface- PubDisplayStyleLayout
- Parameters:
- pubDisplayStyleBuilder- publications settings for creation of card
- doMorePubs- determines if this is the last page for displaying publications
- Returns:
- a list of a object that associates a integer number with a css style for cards
 
 
- 
 
-