Package lumis.service.navigation
Interface INavigationSource
-
- All Known Implementing Classes:
ChannelTreeNavigationSource
,LinkNavigationSource
public interface INavigationSource
Interface that must be implemented by all navigation sources- Since:
- 4.0.6
- Version:
- $Revision: 4306 $ $Date: 2006-09-08 11:30:54 -0300 (Fri, 08 Sep 2006) $
-
-
Field Summary
Fields Modifier and Type Field Description static int
NAVIGATION_SOURCE_TYPE_CHANNELTREE
static int
NAVIGATION_SOURCE_TYPE_CUSTOM
static int
NAVIGATION_SOURCE_TYPE_LINK
static int
OPENING_TYPE_NEW_WINDOW
static int
OPENING_TYPE_POP_UP
static int
OPENING_TYPE_SAME_WINDOW
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setNavigationData(DouiContext douiContext, ISourceData row, Node dataNode)
-
-
-
Field Detail
-
NAVIGATION_SOURCE_TYPE_CUSTOM
static final int NAVIGATION_SOURCE_TYPE_CUSTOM
- See Also:
- Constant Field Values
-
NAVIGATION_SOURCE_TYPE_LINK
static final int NAVIGATION_SOURCE_TYPE_LINK
- See Also:
- Constant Field Values
-
NAVIGATION_SOURCE_TYPE_CHANNELTREE
static final int NAVIGATION_SOURCE_TYPE_CHANNELTREE
- See Also:
- Constant Field Values
-
OPENING_TYPE_SAME_WINDOW
static final int OPENING_TYPE_SAME_WINDOW
- See Also:
- Constant Field Values
-
OPENING_TYPE_NEW_WINDOW
static final int OPENING_TYPE_NEW_WINDOW
- See Also:
- Constant Field Values
-
OPENING_TYPE_POP_UP
static final int OPENING_TYPE_POP_UP
- See Also:
- Constant Field Values
-
-
Method Detail
-
setNavigationData
void setNavigationData(DouiContext douiContext, ISourceData row, Node dataNode) throws PortalException
- Throws:
PortalException
-
-