| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.krad.datadictionary.DictionaryBeanBase
org.kuali.rice.krad.datadictionary.uif.UifDictionaryBeanBase
org.kuali.rice.krad.uif.view.ViewTheme
public class ViewTheme
Theme for the current view, currently just a list of stylesheets and js files, but has the potential for expansion in the future
| Constructor Summary | |
|---|---|
| ViewTheme() | |
| Method Summary | |
|---|---|
|  List<String> | getCssFiles()Get the css stylesheets to be imported for this view, this must be a list of .css files with their relative paths | 
|  String | getImageDirectory()Path to the directory (either relative or absolute) that contains images for the theme | 
|  List<String> | getScriptFiles()Get the javascript files to be imported for this view, these must be a list of .js files with their relative paths | 
|  void | setCssFiles(List<String> cssFiles)Set the css stylesheets | 
|  void | setImageDirectory(String imageDirectory)Setter for the directory that contains images for the theme | 
|  void | setScriptFiles(List<String> scriptFiles)Set the js files | 
| Methods inherited from class org.kuali.rice.krad.datadictionary.uif.UifDictionaryBeanBase | 
|---|
| getExpressionGraph, getPropertyExpression, getPropertyExpressions, getRefreshExpressionGraph, setExpressionGraph, setPropertyExpressions, setRefreshExpressionGraph | 
| Methods inherited from class org.kuali.rice.krad.datadictionary.DictionaryBeanBase | 
|---|
| getComponentCode, getNamespaceCode, setComponentCode, setNamespaceCode | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Methods inherited from interface org.kuali.rice.krad.datadictionary.DictionaryBean | 
|---|
| getComponentCode, getNamespaceCode | 
| Constructor Detail | 
|---|
public ViewTheme()
| Method Detail | 
|---|
public String getImageDirectory()
 Configured diretory will populate the UifConstants.ContextVariableNames.THEME_IMAGES
 context variable which can be referenced with an expression for an image source
 
public void setImageDirectory(String imageDirectory)
imageDirectory - public List<String> getCssFiles()
public void setCssFiles(List<String> cssFiles)
cssFiles - public List<String> getScriptFiles()
public void setScriptFiles(List<String> scriptFiles)
scriptFiles - | 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||