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 UseIViewinstead.- Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description StringgetDisplayName(Locale locale)Deprecated.StringgetHelpId()Deprecated.StringgetId()Deprecated.StringgetLinkTarget()Deprecated.StringgetURI()Deprecated.booleanisAllowed(ViewBean viewBean)Deprecated.booleanisExternal()Deprecated.booleanisPublic()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. 
 - 
 
 -