Package com.jalios.jcms.jnews
Class CssStyleLayout
- java.lang.Object
-
- com.jalios.jcms.jnews.CssStyleLayout
-
public class CssStyleLayout extends java.lang.Object
A class to associate a integer that represents the number of publications per container (step) with a css style for cards
-
-
Constructor Summary
Constructors Constructor Description CssStyleLayout()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getCardStyle()
java.lang.Integer
getStep()
void
setCardStyle(java.lang.String cardStyle)
void
setStep(java.lang.Integer step)
-