Class NavigationListSilverpeasV5
- java.lang.Object
-
- org.silverpeas.core.web.util.viewgenerator.html.navigationlist.AbstractNavigationList
-
- org.silverpeas.core.web.util.viewgenerator.html.navigationlist.NavigationListSilverpeasV5
-
- All Implemented Interfaces:
NavigationList
,SimpleGraphicElement
public class NavigationListSilverpeasV5 extends AbstractNavigationList
- Version:
- 1.0 modif. Marc Raverdy 24/07/2001
- Author:
- lloiseau
-
-
Constructor Summary
Constructors Constructor Description NavigationListSilverpeasV5()
Creates new NavigationListKudelski
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
print()
Print the NavigationList in an html format-
Methods inherited from class org.silverpeas.core.web.util.viewgenerator.html.navigationlist.AbstractNavigationList
addItem, addItem, addItem, addItem, addItemSubItem, getIconsPath, getItems, getNbcol, getTitle, setNbcol, setTitle
-
-
-
-
Method Detail
-
print
public String print()
Description copied from class:AbstractNavigationList
Print the NavigationList in an html format- Specified by:
print
in interfaceNavigationList
- Specified by:
print
in interfaceSimpleGraphicElement
- Specified by:
print
in classAbstractNavigationList
- Returns:
- the HTML code of the navigation list
-
-