Class CssResources
java.lang.Object
de.knightsoftnet.mtwidgets.client.ui.widget.resourceloader.CssResources
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddToHeader(String scriptname) add css script to header.static booleanisInHeader(String scriptname) check if script is already in the header.
-
Constructor Details
-
CssResources
public CssResources()
-
-
Method Details
-
addToHeader
add css script to header.- Parameters:
scriptname- style sheet file to add to header
-
isInHeader
check if script is already in the header.- Returns:
- true if it exists
-