Uses of Class
org.silverpeas.looks.aurora.NewsList.RenderingType
-
Packages that use NewsList.RenderingType Package Description org.silverpeas.looks.aurora -
-
Uses of NewsList.RenderingType in org.silverpeas.looks.aurora
Methods in org.silverpeas.looks.aurora that return NewsList.RenderingType Modifier and Type Method Description NewsList.RenderingType
NewsList. getRenderingType()
Gets the type the news list MUST be rendered in.static NewsList.RenderingType
NewsList.RenderingType. valueOf(String name)
Returns the enum constant of this type with the specified name.static NewsList.RenderingType[]
NewsList.RenderingType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.silverpeas.looks.aurora with parameters of type NewsList.RenderingType Modifier and Type Method Description void
NewsList. setRenderingType(NewsList.RenderingType type)
Sets the type the news list MUST be rendered in.
-