Uses of Enum Class
org.silverpeas.looks.aurora.NewsList.RenderingType
Packages that use NewsList.RenderingType
-
Uses of NewsList.RenderingType in org.silverpeas.looks.aurora
Methods in org.silverpeas.looks.aurora that return NewsList.RenderingTypeModifier and TypeMethodDescriptionNewsList.getRenderingType()Gets the type the news list MUST be rendered in.static NewsList.RenderingTypeReturns the enum constant of this class with the specified name.static NewsList.RenderingType[]NewsList.RenderingType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.silverpeas.looks.aurora with parameters of type NewsList.RenderingTypeModifier and TypeMethodDescriptionvoidNewsList.setRenderingType(NewsList.RenderingType type) Sets the type the news list MUST be rendered in.