com.sun.rave.web.ui.component
Class ThemeLinks

java.lang.Object
  extended byjavax.faces.component.UIComponent
      extended byjavax.faces.component.UIComponentBase
          extended bycom.sun.rave.web.ui.component.ThemeLinksBase
              extended bycom.sun.rave.web.ui.component.ThemeLinks
All Implemented Interfaces:
javax.faces.component.StateHolder

public class ThemeLinks
extends ThemeLinksBase


Constructor Summary
ThemeLinks()
           
 
Method Summary
 boolean isJavaScript()
          Getter for property javaScript.
 boolean isStyleSheetLink()
          Getter for property styleSheetLink.
 void setJavaScript(boolean javaScript)
          Setter for property javaScript.
 void setStyleSheetLink(boolean styleSheetLink)
          Setter for property styleSheetLink.
 
Methods inherited from class com.sun.rave.web.ui.component.ThemeLinksBase
getFamily, isStyleSheet, isStyleSheetInline, restoreState, saveState, setStyleSheet, setStyleSheetInline
 
Methods inherited from class javax.faces.component.UIComponentBase
addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThemeLinks

public ThemeLinks()
Method Detail

isJavaScript

public boolean isJavaScript()
Getter for property javaScript.

Overrides:
isJavaScript in class ThemeLinksBase
Returns:
Value of property javaScript.

setJavaScript

public void setJavaScript(boolean javaScript)
Setter for property javaScript.

Overrides:
setJavaScript in class ThemeLinksBase
Parameters:
javaScript - New value of property javaScript.
See Also:
ThemeLinksBase.isJavaScript()

isStyleSheetLink

public boolean isStyleSheetLink()
Getter for property styleSheetLink.

Returns:
Value of property styleSheetLink.

setStyleSheetLink

public void setStyleSheetLink(boolean styleSheetLink)
Setter for property styleSheetLink.

Parameters:
styleSheetLink - New value of property styleSheetLink.