Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.ui.web.pathelements
Class HiddenDocumentPathElement

java.lang.Object
  extended by org.nuxeo.ecm.platform.ui.web.pathelements.DocumentPathElement
      extended by org.nuxeo.ecm.platform.ui.web.pathelements.HiddenDocumentPathElement
All Implemented Interfaces:
Serializable, PathElement

public class HiddenDocumentPathElement
extends DocumentPathElement

Represents a document path element, with no visible link.

Useful when representing documents in the breadcrumbs that are marked as FacetNames.HIDDEN_IN_NAVIGATION.

Since:
5.4
Author:
Anahide Tchertchian
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.nuxeo.ecm.platform.ui.web.pathelements.DocumentPathElement
TYPE
 
Constructor Summary
HiddenDocumentPathElement(DocumentModel docModel)
           
 
Method Summary
 boolean isLink()
           
 
Methods inherited from class org.nuxeo.ecm.platform.ui.web.pathelements.DocumentPathElement
getDocumentModel, getName, getType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HiddenDocumentPathElement

public HiddenDocumentPathElement(DocumentModel docModel)
Method Detail

isLink

public boolean isLink()
Specified by:
isLink in interface PathElement
Overrides:
isLink in class DocumentPathElement

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.