Interface HasTargetDiv
-
- All Known Implementing Classes:
NavMenuBarWidget,NavTabListWidget,NavTreeWidget,TargetDivNavWidget
public interface HasTargetDivInterface implemented for thoseNavWidgetimplementations that accept a target div as the location to display the content of the nav items clicked by the user.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetTargetDivId()voidsetGotoItemEnabled(boolean gotoDefaultItem)voidsetTargetDivId(String targetDivId)
-