com.ibm.portal.state.accessors.navigationshift
Interface NavigationShiftAccessorController

All Superinterfaces:
Accessor, Disposable, Identifiable, NavigationShiftAccessor

public interface NavigationShiftAccessorController
extends NavigationShiftAccessor

Interface providing read-write access to navigation shift information. Refers to the state of a navigation component which is rendered as a tabbed pane where not all panes can be displayed at the same time.

Since:
5.1

Method Summary
 void setLength(int length)
          Sets the maximum number of navigation tabs which may be displayed in the navigation pane all at once.
 void setStartIndex(int startIndex)
          Sets the index of the first navigation tab that should be displayed in the tabbed pane.
 
Methods inherited from interface com.ibm.portal.state.accessors.navigationshift.NavigationShiftAccessor
getLength, getStartIndex
 
Methods inherited from interface com.ibm.portal.Disposable
dispose
 
Methods inherited from interface com.ibm.portal.Identifiable
getObjectID
 

Method Detail

setStartIndex

void setStartIndex(int startIndex)
Sets the index of the first navigation tab that should be displayed in the tabbed pane. If the index cannot be applied to the set of navigation nodes, the first node will be displayed as the first tab.

Parameters:
startIndex - The index of the first navigation tab that should be displayed in the tabbed pane.

setLength

void setLength(int length)
Sets the maximum number of navigation tabs which may be displayed in the navigation pane all at once.

Parameters:
length - The number of navigation tabs which may be displayed.