org.jboss.seam.ui.component
Class UILoadStyle

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by javax.faces.component.UIComponentBase
          extended by org.ajax4jsf.component.UIResource
              extended by org.ajax4jsf.component.html.HtmlLoadStyle
                  extended by org.jboss.seam.ui.component.UILoadStyle
All Implemented Interfaces:
javax.faces.component.StateHolder
Direct Known Subclasses:
HtmlLoadStyle

public abstract class UILoadStyle
extends org.ajax4jsf.component.html.HtmlLoadStyle


Field Summary
 
Fields inherited from class org.ajax4jsf.component.html.HtmlLoadStyle
COMPONENT_FAMILY, COMPONENT_TYPE
 
Fields inherited from class javax.faces.component.UIComponent
bindings
 
Constructor Summary
UILoadStyle()
           
 
Method Summary
 java.lang.Object getSrc()
           
abstract  boolean isIsolated()
           
static UILoadStyle newInstance()
           
abstract  void setIsolated(boolean isolated)
           
 
Methods inherited from class org.ajax4jsf.component.html.HtmlLoadStyle
getFamily, restoreState, saveState, setSrc
 
Methods inherited from class javax.faces.component.UIComponentBase
addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding
 
Methods inherited from class javax.faces.component.UIComponent
encodeAll, getContainerClientId, getValueExpression, setValueExpression
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UILoadStyle

public UILoadStyle()
Method Detail

getSrc

public java.lang.Object getSrc()
Overrides:
getSrc in class org.ajax4jsf.component.html.HtmlLoadStyle

isIsolated

public abstract boolean isIsolated()

setIsolated

public abstract void setIsolated(boolean isolated)

newInstance

public static UILoadStyle newInstance()


Copyright © 2008. All Rights Reserved.