org.exoplatform.wiki
Class WikiPortletPreference

java.lang.Object
  extended by org.exoplatform.wiki.WikiPortletPreference

public class WikiPortletPreference
extends Object


Field Summary
static String SHOW_BREADCRUMB
           
static String SHOW_NAVIGATIONTREE
           
 
Constructor Summary
WikiPortletPreference()
           
 
Method Summary
 boolean isShowBreadcrumb()
           
 boolean isShowNavigationTree()
           
 void setShowBreadcrumb(boolean isShowBreadcrumb)
           
 void setShowNavigationTree(boolean showNavigationTree)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SHOW_BREADCRUMB

public static String SHOW_BREADCRUMB

SHOW_NAVIGATIONTREE

public static String SHOW_NAVIGATIONTREE
Constructor Detail

WikiPortletPreference

public WikiPortletPreference()
Method Detail

isShowBreadcrumb

public boolean isShowBreadcrumb()

setShowBreadcrumb

public void setShowBreadcrumb(boolean isShowBreadcrumb)

isShowNavigationTree

public boolean isShowNavigationTree()

setShowNavigationTree

public void setShowNavigationTree(boolean showNavigationTree)


Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.