Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.platform.ui.web.pathelements
Interface PathElement

All Superinterfaces:
Serializable
All Known Implementing Classes:
ArchivedVersionsPathElement, DocumentPathElement, HiddenDocumentPathElement, TextPathElement, VersionDocumentPathElement

public interface PathElement
extends Serializable

This interface represents an element in the breadcrumb element list.

Author:
George Lefter

Method Summary
 String getName()
           
 String getType()
           
 boolean isLink()
           
 

Method Detail

getType

String getType()

getName

String getName()

isLink

boolean isLink()

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.