Uses of Class
org.silverpeas.components.rssaggregator.model.RSSViewType
-
Packages that use RSSViewType Package Description org.silverpeas.components.rssaggregator.control org.silverpeas.components.rssaggregator.model -
-
Uses of RSSViewType in org.silverpeas.components.rssaggregator.control
Methods in org.silverpeas.components.rssaggregator.control that return RSSViewType Modifier and Type Method Description RSSViewTypeRssAgregatorSessionController. getViewMode()Methods in org.silverpeas.components.rssaggregator.control with parameters of type RSSViewType Modifier and Type Method Description voidRssAgregatorSessionController. setViewMode(RSSViewType viewMode)Sets the current view mode of the RSS agregator rendering. -
Uses of RSSViewType in org.silverpeas.components.rssaggregator.model
Methods in org.silverpeas.components.rssaggregator.model that return RSSViewType Modifier and Type Method Description static RSSViewTypeRSSViewType. valueOf(String name)Returns the enum constant of this type with the specified name.static RSSViewType[]RSSViewType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-