public class BreadcrumbItem extends Object
| Constructor and Description |
|---|
BreadcrumbItem(String name,
String url,
Object id,
boolean userMaximized)
Instantiates a new breadcrumb item.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getId()
Gets the id.
|
String |
getName()
Gets the name.
|
List<PortletPathItem> |
getPortletPath()
Gets the portlet path.
|
String |
getUrl()
Gets the url.
|
boolean |
isNavigationPlayer()
Checks if is navigation player.
|
boolean |
isUserMaximized()
Checks if is user maximized.
|
void |
setId(Object id)
Sets the id.
|
void |
setName(String name)
Sets the name.
|
void |
setNavigationPlayer(boolean navigationPlayer)
Sets the navigation player.
|
void |
setPortletPath(List<PortletPathItem> portletPath)
Sets the portlet path.
|
void |
setUrl(String url)
Sets the url.
|
void |
setUserMaximized(boolean userMaximized)
Sets the user maximized.
|
public boolean isNavigationPlayer()
public void setNavigationPlayer(boolean navigationPlayer)
navigationPlayer - the new navigation playerpublic List<PortletPathItem> getPortletPath()
public void setPortletPath(List<PortletPathItem> portletPath)
portletPath - the new portlet pathpublic boolean isUserMaximized()
public void setUserMaximized(boolean userMaximized)
userMaximized - the new user maximizedpublic Object getId()
public void setId(Object id)
id - the new idpublic String getName()
public void setName(String name)
name - the new namepublic String getUrl()
public void setUrl(String url)
url - the new urlCopyright © 2016. All rights reserved.