org.kuali.rice.krad.uif.view
Class ViewTheme
java.lang.Object
   org.kuali.rice.krad.uif.view.ViewTheme
org.kuali.rice.krad.uif.view.ViewTheme
- All Implemented Interfaces: 
- Serializable
- public class ViewTheme 
- extends Object- implements Serializable
Theme for the current view, currently just a list of stylesheets and js files, but has the potential
 for expansion in the future
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
- Serialized Form
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ViewTheme
public ViewTheme()
getStylesheets
public List<String> getStylesheets()
- 
 
- 
 
setStylesheets
public void setStylesheets(List<String> stylesheets)
- 
 
- 
 
getJsFiles
public List<String> getJsFiles()
- 
 
- 
 
setJsFiles
public void setJsFiles(List<String> jsFiles)
- 
 
- 
 
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.