Package de.xima.fc.gui.common.model
Class CustomViewModel
- java.lang.Object
 - 
- de.xima.fc.gui.common.model.CustomViewModel
 
 
- 
- All Implemented Interfaces:
 IViewModel,Serializable
public class CustomViewModel extends Object implements Serializable, IViewModel
- Author:
 - XIMA MEDIA GmbH
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description CustomViewModel(IPluginMenuEntry pluginEntry, ViewBean viewBean, String portalContextName) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<CustomViewModel>getChildViews()StringgetDisplayName(Locale locale)StringgetHelpId()StringgetId()StringgetLinkTarget()StringgetMenuIcon()StringgetMenuText()StringgetURI()booleanisAllowed(ViewBean viewBean)booleanisClientScopeOnly()booleanisExternal()booleanisPublic() 
 - 
 
- 
- 
Constructor Detail
- 
CustomViewModel
public CustomViewModel(IPluginMenuEntry pluginEntry, ViewBean viewBean, String portalContextName)
 
 - 
 
- 
Method Detail
- 
getMenuIcon
public String getMenuIcon()
 
- 
getMenuText
public String getMenuText()
 
- 
getId
public String getId()
- Specified by:
 getIdin interfaceIViewModel
 
- 
getURI
public String getURI()
- Specified by:
 getURIin interfaceIViewModel
 
- 
getLinkTarget
public String getLinkTarget()
- Specified by:
 getLinkTargetin interfaceIViewModel
 
- 
isPublic
public boolean isPublic()
- Specified by:
 isPublicin interfaceIViewModel
 
- 
isExternal
public boolean isExternal()
- Specified by:
 isExternalin interfaceIViewModel
 
- 
isClientScopeOnly
public boolean isClientScopeOnly()
 
- 
isAllowed
public boolean isAllowed(ViewBean viewBean)
- Specified by:
 isAllowedin interfaceIViewModel
 
- 
getChildViews
public List<CustomViewModel> getChildViews()
 
- 
getDisplayName
public String getDisplayName(Locale locale)
- Specified by:
 getDisplayNamein interfaceIViewModel
 
- 
getHelpId
public String getHelpId()
- Specified by:
 getHelpIdin interfaceIViewModel
 
 - 
 
 -