org.kuali.rice.krad.uif.view
Class ViewTheme

java.lang.Object
  extended by 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

Constructor Summary
ViewTheme()
           
 
Method Summary
 List<String> getJsFiles()
           
 List<String> getStylesheets()
           
 void setJsFiles(List<String> jsFiles)
           
 void setStylesheets(List<String> stylesheets)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewTheme

public ViewTheme()
Method Detail

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.