Class AbstractBrowseBar
- java.lang.Object
-
- org.silverpeas.core.web.util.viewgenerator.html.browsebars.AbstractBrowseBar
-
- All Implemented Interfaces:
BrowseBar
,SimpleGraphicElement
- Direct Known Subclasses:
BrowseBarComplete
public abstract class AbstractBrowseBar extends Object implements BrowseBar
The default implementation of ArrayPane interface- Version:
- 1.0
- Author:
- squere
-
-
Field Summary
Fields Modifier and Type Field Description protected LookHelper
look
-
Constructor Summary
Constructors Constructor Description AbstractBrowseBar()
Constructor declarationAbstractBrowseBar(String domainName, String componentName, String information, String path)
Constructor declaration
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.silverpeas.core.web.util.viewgenerator.html.browsebars.BrowseBar
getBreadCrumb, print
-
-
-
-
Field Detail
-
look
protected LookHelper look
-
-
Method Detail
-
setDomainName
public void setDomainName(String domainName)
Method declaration- Specified by:
setDomainName
in interfaceBrowseBar
- Parameters:
domainName
-
-
getDomainName
public String getDomainName()
Method declaration- Returns:
-
setComponentName
public void setComponentName(String componentName)
Method declaration- Specified by:
setComponentName
in interfaceBrowseBar
- Parameters:
componentName
-
-
setComponentName
public void setComponentName(String componentName, String link)
Method declaration- Specified by:
setComponentName
in interfaceBrowseBar
- Parameters:
componentName
-link
-
-
getComponentName
public String getComponentName()
Method declaration- Returns:
-
getComponentLink
public String getComponentLink()
Method declaration- Returns:
-
setExtraInformation
public void setExtraInformation(String information)
Method declaration- Specified by:
setExtraInformation
in interfaceBrowseBar
- Parameters:
information
-
-
getExtraInformation
public String getExtraInformation()
Method declaration- Returns:
-
setPath
public void setPath(String path)
Method declaration
-
getPath
public String getPath()
Method declaration- Returns:
-
getIconsPath
public String getIconsPath()
Method declaration- Returns:
-
getI18NBean
public I18NBean getI18NBean()
-
getLanguage
public String getLanguage()
-
getUrl
public String getUrl()
-
addElement
public void addElement(BrowseBarElement element)
- Specified by:
addElement
in interfaceBrowseBar
-
addElements
public void addElements(List<BrowseBarElement> elements)
Description copied from interface:BrowseBar
add given elements to existing elements- Specified by:
addElements
in interfaceBrowseBar
- Parameters:
elements
- to add to breadscrumb
-
setElements
public void setElements(List<BrowseBarElement> elements)
Description copied from interface:BrowseBar
remove existing elements and add given elements- Specified by:
setElements
in interfaceBrowseBar
- Parameters:
elements
- to add to breadscrumb
-
getElements
public List<BrowseBarElement> getElements()
-
isI18N
public boolean isI18N()
-
getI18NHTMLLinks
public String getI18NHTMLLinks()
-
getSpaceId
public String getSpaceId()
-
setSpaceId
public void setSpaceId(String spaceId)
- Specified by:
setSpaceId
in interfaceBrowseBar
-
getComponentId
public String getComponentId()
-
setComponentId
public void setComponentId(String componentId)
- Specified by:
setComponentId
in interfaceBrowseBar
-
getMainSessionController
public MainSessionController getMainSessionController()
-
setMainSessionController
public void setMainSessionController(MainSessionController mainSessionController)
- Specified by:
setMainSessionController
in interfaceBrowseBar
-
setSpaceJavascriptCallback
public void setSpaceJavascriptCallback(String callback)
- Specified by:
setSpaceJavascriptCallback
in interfaceBrowseBar
-
setComponentJavascriptCallback
public void setComponentJavascriptCallback(String callback)
- Specified by:
setComponentJavascriptCallback
in interfaceBrowseBar
-
getSpaceJavascriptCallback
public String getSpaceJavascriptCallback()
-
getComponentJavascriptCallback
public String getComponentJavascriptCallback()
-
setClickable
public void setClickable(boolean clickable)
- Specified by:
setClickable
in interfaceBrowseBar
-
isClickable
public boolean isClickable()
-
setIgnoreComponentLink
public void setIgnoreComponentLink(boolean ignore)
- Specified by:
setIgnoreComponentLink
in interfaceBrowseBar
-
setLook
public void setLook(LookHelper look)
-
-