Package com.jalios.jcms.jnews
Class PreviewPubDisplay
- java.lang.Object
-
- com.jalios.jcms.jnews.PreviewPubDisplay
-
public class PreviewPubDisplay extends java.lang.Object
A class to preview the display of publications
-
-
Field Summary
Fields Modifier and Type Field Description static int
LENGTHBIGTITLE
static int
LENGTHLINEABSTRACTFOURPUBSPERROWMODEL1
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
getBestPubsLayout(java.util.List<PubDisplayStyle> pubsDisplayStyle, boolean headlineMode)
Previews the best layout for a list of publicationsstatic float
previewHeightOfCard(PubDisplayStyle pubDisplayStyle, long widthImagePub, int lengthLineTitle, int lengthLineAbstract, boolean isBigItem, float fixHeightImage, boolean testBigTitle)
Previews the height of a card associated with a layout
-
-
-
Field Detail
-
LENGTHLINEABSTRACTFOURPUBSPERROWMODEL1
public static final int LENGTHLINEABSTRACTFOURPUBSPERROWMODEL1
- See Also:
- Constant Field Values
-
LENGTHBIGTITLE
public static final int LENGTHBIGTITLE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getBestPubsLayout
public static java.lang.String getBestPubsLayout(java.util.List<PubDisplayStyle> pubsDisplayStyle, boolean headlineMode)
Previews the best layout for a list of publications- Parameters:
pubsDisplayStyle
- publications settings for creation of cardheadlineMode
- publication mode on the headlines- Returns:
- the name of the best Css disposition for displaying publications
-
previewHeightOfCard
public static float previewHeightOfCard(PubDisplayStyle pubDisplayStyle, long widthImagePub, int lengthLineTitle, int lengthLineAbstract, boolean isBigItem, float fixHeightImage, boolean testBigTitle)
Previews the height of a card associated with a layout- Parameters:
pubDisplayStyle
- publications settings for creation of cardwidthImagePub
- width of a publication imagelengthLineTitle
- number of characters of the title on one linelengthLineAbstract
- number of characters of the abstract on one lineisBigItem
- boolean who indicates if card has a big widthfixHeightImage
- the fixed size of the imagetestBigTitle
- boolean who indicates if we take into consideration the length of the title- Returns:
- the height of the card
-
-