org.nuxeo.theme.views
Class ViewType
java.lang.Object
org.nuxeo.theme.views.ViewType
- All Implemented Interfaces:
- Type
public final class ViewType
- extends Object
- implements Type
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
viewName
public String viewName
engineName
public String engineName
mode
public String mode
icon
public String icon
elementTypeName
public String elementTypeName
formatTypeName
public String formatTypeName
modelTypeName
public String modelTypeName
className
public String className
template
public String template
resources
public String[] resources
ViewType
public ViewType()
ViewType
public ViewType(String viewName,
String className,
String engineName,
String mode,
String elementTypeName,
String modelTypeName,
String formatTypeName,
String template,
String[] resources)
getTypeName
public String getTypeName()
- Specified by:
getTypeName in interface Type
computeName
public static String computeName(String formatTypeName,
String elementTypeName,
String viewName,
String modelTypeName,
String engineName,
String mode)
getTypeFamily
public TypeFamily getTypeFamily()
- Specified by:
getTypeFamily in interface Type
getViewName
public String getViewName()
getView
public View getView()
getElementType
public ElementType getElementType()
getModelType
public ModelType getModelType()
getFormatType
public FormatType getFormatType()
getTemplate
public String getTemplate()
setTemplate
public void setTemplate(String template)
getResources
public String[] getResources()
setResources
public void setResources(String[] resources)
getMode
public String getMode()
setMode
public void setMode(String mode)
getIcon
public String getIcon()
setIcon
public void setIcon(String icon)
Copyright ? 2007 Nuxeo SAS. All Rights Reserved.