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 IViewModelpublic String getURI()
getURI in interface IViewModelpublic String getLinkTarget()
getLinkTarget in interface IViewModelpublic boolean isPublic()
isPublic in interface IViewModelpublic boolean isExternal()
isExternal in interface IViewModelpublic boolean isClientScopeOnly()
public boolean isAllowed(ViewBean viewBean)
isAllowed in interface IViewModelpublic List<CustomViewModel> getChildViews()
public String getDisplayName(Locale locale)
getDisplayName in interface IViewModelpublic String getHelpId()
getHelpId in interface IViewModelCopyright © 2020 XIMA MEDIA GmbH. All rights reserved.