com.sun.webui.jsf.component
Class JobStatus

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by javax.faces.component.UIComponentBase
          extended by javax.faces.component.UICommand
              extended by com.sun.webui.jsf.component.WebuiCommand
                  extended by com.sun.webui.jsf.component.Hyperlink
                      extended by com.sun.webui.jsf.component.ImageHyperlink
                          extended by com.sun.webui.jsf.component.JobStatus
All Implemented Interfaces:
com.sun.webui.jsf.component.ComplexComponent, javax.faces.component.ActionSource, javax.faces.component.ActionSource2, javax.faces.component.NamingContainer, javax.faces.component.StateHolder

Deprecated. See tld docs for more information on how to create a jobStatus without using the jobStatus component

public class JobStatus
extends ImageHyperlink

The JobStatus component is used to show the number of jobs currently running.


Field Summary
 
Fields inherited from class javax.faces.component.UICommand
COMPONENT_FAMILY, COMPONENT_TYPE
 
Fields inherited from interface javax.faces.component.NamingContainer
SEPARATOR_CHAR
 
Constructor Summary
JobStatus()
          Deprecated. Default constructor.
 
Method Summary
 java.lang.String getAlign()
          Deprecated. Specifies the position of the image with respect to its context.
 java.lang.String getAlt()
          Deprecated. Alternative textual description of the image rendered by this component.
 int getBorder()
          Deprecated. Specifies the width of the img border in pixels.
 java.lang.String getFamily()
          Deprecated. Return the family for this component.
 int getHeight()
          Deprecated. When specified, the width and height attributes tell the client browser to override the natural image or object size in favor of these values, specified in pixels.
 java.lang.String getIcon()
          Deprecated. The identifier of the desired theme image.
 int getNumJobs()
          Deprecated.  
 java.lang.String getOnDblClick()
          Deprecated. Specifies the position of the image with respect to its context.
 java.lang.String getStyleClass()
          Deprecated. CSS style class(es) to be applied to the outermost HTML element when this component is rendered.
 java.lang.String getTextPosition()
          Deprecated. Specifies where the text will be placed relative to the image.
 int getWidth()
          Deprecated. Image width override.
 boolean isDisabled()
          Deprecated. Flag indicating that activation of this component by the user is not currently permitted.
 void restoreState(javax.faces.context.FacesContext _context, java.lang.Object _state)
          Deprecated. Restore the state of this component.
 java.lang.Object saveState(javax.faces.context.FacesContext _context)
          Deprecated. Save the state of this component.
 void setNumJobs(int numJobs)
          Deprecated. The number of currently executing jobs, displayed next to the job label.
 
Methods inherited from class com.sun.webui.jsf.component.ImageHyperlink
getHspace, getImageFacet, getImageURL, getRendererType, getVspace, isVisible, setAlign, setAlt, setBorder, setHeight, setHspace, setIcon, setImageURL, setTextPosition, setVisible, setVspace, setWidth
 
Methods inherited from class com.sun.webui.jsf.component.Hyperlink
getFocusElementId, getHtmlTemplate, getIndicatorComponent, getLabeledElementId, getOnBlur, getOnClick, getOnFocus, getOnKeyDown, getOnKeyPress, getOnKeyUp, getOnMouseDown, getOnMouseMove, getOnMouseOut, getOnMouseOver, getOnMouseUp, getPrimaryElementID, getShape, getStyle, getTabIndex, getTarget, getText, getToolTip, getType, getUrl, getUrlLang, getValue, getValueExpression, setDisabled, setHtmlTemplate, setOnBlur, setOnClick, setOnDblClick, setOnFocus, setOnKeyDown, setOnKeyPress, setOnKeyUp, setOnMouseDown, setOnMouseMove, setOnMouseOut, setOnMouseOver, setOnMouseUp, setShape, setStyle, setStyleClass, setTabIndex, setTarget, setText, setToolTip, setType, setUrl, setUrlLang, setValueExpression, toString
 
Methods inherited from class com.sun.webui.jsf.component.WebuiCommand
broadcast, getAction, getActionExpression, getActionListener, getActionListenerExpression, processDecodes, processUpdates, processValidators, setActionListenerExpression, setId, setImmediate, setRendered
 
Methods inherited from class javax.faces.component.UICommand
addActionListener, getActionListeners, isImmediate, queueEvent, removeActionListener, setAction, setActionExpression, setActionListener, setValue
 
Methods inherited from class javax.faces.component.UIComponentBase
decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processRestoreState, processSaveState, restoreAttachedState, saveAttachedState, setParent, setRendererType, setTransient, setValueBinding
 
Methods inherited from class javax.faces.component.UIComponent
encodeAll, getContainerClientId
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JobStatus

public JobStatus()
Deprecated. 
Default constructor.

Method Detail

getFamily

public java.lang.String getFamily()
Deprecated. 

Return the family for this component.

Overrides:
getFamily in class ImageHyperlink

getIcon

public java.lang.String getIcon()
Deprecated. 
Description copied from class: ImageHyperlink

The identifier of the desired theme image.

Overrides:
getIcon in class ImageHyperlink

getStyleClass

public java.lang.String getStyleClass()
Deprecated. 
Description copied from class: Hyperlink

CSS style class(es) to be applied to the outermost HTML element when this component is rendered.

Overrides:
getStyleClass in class Hyperlink

isDisabled

public boolean isDisabled()
Deprecated. 
Description copied from class: Hyperlink

Flag indicating that activation of this component by the user is not currently permitted.

Overrides:
isDisabled in class Hyperlink

getHeight

public int getHeight()
Deprecated. 
Description copied from class: ImageHyperlink

When specified, the width and height attributes tell the client browser to override the natural image or object size in favor of these values, specified in pixels. Some browsers might not support this behavior.

Overrides:
getHeight in class ImageHyperlink

getWidth

public int getWidth()
Deprecated. 
Description copied from class: ImageHyperlink

Image width override. When specified, the width and height attributes tell user agents to override the natural image or object size in favor of these values.

Overrides:
getWidth in class ImageHyperlink

getBorder

public int getBorder()
Deprecated. 
Description copied from class: ImageHyperlink

Specifies the width of the img border in pixels. The default value for this attribute depends on the client browser

Overrides:
getBorder in class ImageHyperlink

getAlign

public java.lang.String getAlign()
Deprecated. 
Description copied from class: ImageHyperlink

Specifies the position of the image with respect to its context. Valid values are: bottom (the default); middle; top; left; right.

Overrides:
getAlign in class ImageHyperlink

getAlt

public java.lang.String getAlt()
Deprecated. 
Description copied from class: ImageHyperlink

Alternative textual description of the image rendered by this component. The alt text can be used by screen readers and in tool tips, and when image display is turned off in the web browser.

Overrides:
getAlt in class ImageHyperlink

getOnDblClick

public java.lang.String getOnDblClick()
Deprecated. 

Specifies the position of the image with respect to its context. Valid values are: bottom (the default); middle; top; left; right.

Overrides:
getOnDblClick in class ImageHyperlink

getTextPosition

public java.lang.String getTextPosition()
Deprecated. 
Description copied from class: ImageHyperlink

Specifies where the text will be placed relative to the image. The valid values currently are "right" or "left".

Overrides:
getTextPosition in class ImageHyperlink

getNumJobs

public int getNumJobs()
Deprecated. 

setNumJobs

public void setNumJobs(int numJobs)
Deprecated. 

The number of currently executing jobs, displayed next to the job label.

See Also:
getNumJobs()

restoreState

public void restoreState(javax.faces.context.FacesContext _context,
                         java.lang.Object _state)
Deprecated. 

Restore the state of this component.

Specified by:
restoreState in interface javax.faces.component.StateHolder
Overrides:
restoreState in class ImageHyperlink

saveState

public java.lang.Object saveState(javax.faces.context.FacesContext _context)
Deprecated. 

Save the state of this component.

Specified by:
saveState in interface javax.faces.component.StateHolder
Overrides:
saveState in class ImageHyperlink


Copyright © 2008 Sun Microsystems, Inc. All Rights Reserved.