org.kuali.student.lum.ui.theme.standard.client
Class LumThemeImpl

java.lang.Object
  extended by org.kuali.student.lum.ui.theme.standard.client.LumThemeImpl
All Implemented Interfaces:
LumTheme

public class LumThemeImpl
extends Object
implements LumTheme


Field Summary
private  LumCss lumCss
           
private  LumImages lumImages
           
private  LumWidgets lumWidgets
           
 
Fields inherited from interface org.kuali.student.lum.lu.ui.main.client.theme.LumTheme
INSTANCE
 
Constructor Summary
LumThemeImpl()
           
 
Method Summary
 LumCss getLumCss()
           
 LumImages getLumImages()
           
 LumWidgets getLumWidgets()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lumImages

private final LumImages lumImages

lumWidgets

private final LumWidgets lumWidgets

lumCss

private final LumCss lumCss
Constructor Detail

LumThemeImpl

public LumThemeImpl()
Method Detail

getLumCss

public LumCss getLumCss()
Specified by:
getLumCss in interface LumTheme

getLumImages

public LumImages getLumImages()
Specified by:
getLumImages in interface LumTheme

getLumWidgets

public LumWidgets getLumWidgets()
Specified by:
getLumWidgets in interface LumTheme


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.