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

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

public class Body
extends BodyBase

Component that represents HTML body.


Field Summary
static java.lang.String FOCUS_PARAM
           
static java.lang.String JAVASCRIPT_OBJECT
           
 
Constructor Summary
Body()
           
 
Method Summary
 java.lang.String getFocusID(javax.faces.context.FacesContext context)
           
 java.lang.String getJavaScriptObjectName(javax.faces.context.FacesContext context)
           
 
Methods inherited from class com.sun.rave.web.ui.component.BodyBase
getFamily, getFocus, getImageURL, getOnBlur, getOnClick, getOnDblClick, getOnFocus, getOnKeyDown, getOnKeyPress, getOnKeyUp, getOnLoad, getOnMouseDown, getOnMouseMove, getOnMouseOut, getOnMouseOver, getOnMouseUp, getOnUnload, getStyle, getStyleClass, isVisible, restoreState, saveState, setFocus, setImageURL, setOnBlur, setOnClick, setOnDblClick, setOnFocus, setOnKeyDown, setOnKeyPress, setOnKeyUp, setOnLoad, setOnMouseDown, setOnMouseMove, setOnMouseOut, setOnMouseOver, setOnMouseUp, setOnUnload, setStyle, setStyleClass, setVisible
 
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
 

Field Detail

FOCUS_PARAM

public static final java.lang.String FOCUS_PARAM
See Also:
Constant Field Values

JAVASCRIPT_OBJECT

public static final java.lang.String JAVASCRIPT_OBJECT
See Also:
Constant Field Values
Constructor Detail

Body

public Body()
Method Detail

getFocusID

public java.lang.String getFocusID(javax.faces.context.FacesContext context)

getJavaScriptObjectName

public java.lang.String getJavaScriptObjectName(javax.faces.context.FacesContext context)