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