Uses of Class
com.jalios.jcms.jnews.PubDisplayStyle
-
Packages that use PubDisplayStyle Package Description com.jalios.jcms.jnews -
-
Uses of PubDisplayStyle in com.jalios.jcms.jnews
Methods in com.jalios.jcms.jnews that return types with arguments of type PubDisplayStyle Modifier and Type Method Description java.util.List<PubDisplayStyle>
PubDisplayStyleBuilder. getPubsDisplayStyle()
Methods in com.jalios.jcms.jnews with parameters of type PubDisplayStyle Modifier and Type Method Description static float
PreviewPubDisplay. previewHeightOfCard(PubDisplayStyle pubDisplayStyle, long widthImagePub, int lengthLineTitle, int lengthLineAbstract, boolean isBigItem, float fixHeightImage, boolean testBigTitle)
Previews the height of a card associated with a layoutMethod parameters in com.jalios.jcms.jnews with type arguments of type PubDisplayStyle Modifier and Type Method Description static java.lang.String
PreviewPubDisplay. getBestPubsLayout(java.util.List<PubDisplayStyle> pubsDisplayStyle, boolean headlineMode)
Previews the best layout for a list of publicationsvoid
PubDisplayStyleBuilder. setPubsDisplayStyle(java.util.List<PubDisplayStyle> pubsDisplayStyle)
-