Package lumis.service.navigation
Class LinkNavigationSource
- java.lang.Object
-
- lumis.service.navigation.LinkNavigationSource
-
- All Implemented Interfaces:
INavigationSource
public class LinkNavigationSource extends Object implements INavigationSource
Navigation source to place links in the menu bar- Since:
- 4.0.6
- Version:
- $Revision: 17606 $ $Date: 2015-07-24 10:56:40 -0300 (Fri, 24 Jul 2015) $
-
-
Field Summary
-
Fields inherited from interface lumis.service.navigation.INavigationSource
NAVIGATION_SOURCE_TYPE_CHANNELTREE, NAVIGATION_SOURCE_TYPE_CUSTOM, NAVIGATION_SOURCE_TYPE_LINK, OPENING_TYPE_NEW_WINDOW, OPENING_TYPE_POP_UP, OPENING_TYPE_SAME_WINDOW
-
-
Constructor Summary
Constructors Constructor Description LinkNavigationSource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setNavigationData(DouiContext douiContext, ISourceData row, Node dataNode)
-
-
-
Method Detail
-
setNavigationData
public void setNavigationData(DouiContext douiContext, ISourceData row, Node dataNode) throws PortalException
- Specified by:
setNavigationData
in interfaceINavigationSource
- Throws:
PortalException
-
-