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.UsePluginMenuEntryView
instead.- 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.String
getDisplayName(Locale locale)
Deprecated.String
getHelpId()
Deprecated.String
getId()
Deprecated.String
getLinkTarget()
Deprecated.String
getMenuIcon()
Deprecated.String
getMenuText()
Deprecated.String
getURI()
Deprecated.boolean
isAllowed(ViewBean viewBean)
Deprecated.boolean
isClientScopeOnly()
Deprecated.boolean
isExternal()
Deprecated.boolean
isPublic()
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:
getId
in interfaceIViewModel
-
getURI
public String getURI()
Deprecated.- Specified by:
getURI
in interfaceIViewModel
-
getLinkTarget
public String getLinkTarget()
Deprecated.- Specified by:
getLinkTarget
in interfaceIViewModel
-
isPublic
public boolean isPublic()
Deprecated.- Specified by:
isPublic
in interfaceIViewModel
-
isExternal
public boolean isExternal()
Deprecated.- Specified by:
isExternal
in interfaceIViewModel
-
isClientScopeOnly
public boolean isClientScopeOnly()
Deprecated.
-
isAllowed
public boolean isAllowed(ViewBean viewBean)
Deprecated.- Specified by:
isAllowed
in interfaceIViewModel
-
getChildViews
public List<CustomViewModel> getChildViews()
Deprecated.
-
getDisplayName
public String getDisplayName(Locale locale)
Deprecated.- Specified by:
getDisplayName
in interfaceIViewModel
-
getHelpId
public String getHelpId()
Deprecated.- Specified by:
getHelpId
in interfaceIViewModel
-
-