Package de.xima.fc.gui.common.interfaces
Interface IViewModel
-
- All Known Implementing Classes:
CustomViewModel
,EContentView
,EViews
@Deprecated public interface IViewModel
Deprecated.since 8.0.0 UseIView
instead.- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description String
getDisplayName(Locale locale)
Deprecated.String
getHelpId()
Deprecated.String
getId()
Deprecated.String
getLinkTarget()
Deprecated.String
getURI()
Deprecated.boolean
isAllowed(ViewBean viewBean)
Deprecated.boolean
isExternal()
Deprecated.boolean
isPublic()
Deprecated.
-
-
-
Method Detail
-
getId
String getId()
Deprecated.
-
getURI
String getURI()
Deprecated.
-
getLinkTarget
String getLinkTarget()
Deprecated.
-
getHelpId
@Deprecated String getHelpId()
Deprecated.
-
isPublic
boolean isPublic()
Deprecated.
-
isExternal
boolean isExternal()
Deprecated.
-
isAllowed
boolean isAllowed(ViewBean viewBean)
Deprecated.
-
-