public class CustomViewModel extends Object implements Serializable, IViewModel
Constructor and Description |
---|
CustomViewModel(IPluginMenuEntry pluginEntry,
ViewBean viewBean,
String portalContextName) |
Modifier and Type | Method and Description |
---|---|
List<CustomViewModel> |
getChildViews() |
String |
getDisplayName(Locale locale) |
String |
getHelpId() |
String |
getId() |
String |
getLinkTarget() |
String |
getMenuIcon() |
String |
getMenuText() |
String |
getURI() |
boolean |
isAllowed(ViewBean viewBean) |
boolean |
isClientScopeOnly() |
boolean |
isExternal() |
boolean |
isPublic() |
public CustomViewModel(IPluginMenuEntry pluginEntry, ViewBean viewBean, String portalContextName)
public String getMenuIcon()
public String getMenuText()
public String getId()
getId
in interface IViewModel
public String getURI()
getURI
in interface IViewModel
public String getLinkTarget()
getLinkTarget
in interface IViewModel
public boolean isPublic()
isPublic
in interface IViewModel
public boolean isExternal()
isExternal
in interface IViewModel
public boolean isClientScopeOnly()
public boolean isAllowed(ViewBean viewBean)
isAllowed
in interface IViewModel
public List<CustomViewModel> getChildViews()
public String getDisplayName(Locale locale)
getDisplayName
in interface IViewModel
public String getHelpId()
getHelpId
in interface IViewModel
Copyright © 2021 XIMA MEDIA GmbH. All rights reserved.