org.apache.myfaces.component.html.ext
Class HtmlGraphicImage
java.lang.Object
   javax.faces.component.UIComponent
javax.faces.component.UIComponent
       javax.faces.component.UIComponentBase
javax.faces.component.UIComponentBase
           javax.faces.component.UIGraphic
javax.faces.component.UIGraphic
               javax.faces.component.html.HtmlGraphicImage
javax.faces.component.html.HtmlGraphicImage
                   org.apache.myfaces.component.html.ext.AbstractHtmlGraphicImage
org.apache.myfaces.component.html.ext.AbstractHtmlGraphicImage
                       org.apache.myfaces.component.html.ext.HtmlGraphicImage
org.apache.myfaces.component.html.ext.HtmlGraphicImage
- All Implemented Interfaces: 
- javax.faces.component.StateHolder, AlignProperty, ForceIdAware, UserRoleAware
- public class HtmlGraphicImage 
- extends AbstractHtmlGraphicImage
 
| Fields inherited from class javax.faces.component.UIComponent | 
| bindings | 
 
 
 
 
 
| Methods inherited from class javax.faces.component.html.HtmlGraphicImage | 
| getAlt, getDir, getHeight, getLang, getLongdesc, getOnclick, getOndblclick, getOnkeydown, getOnkeypress, getOnkeyup, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, getStyle, getStyleClass, getTitle, getUsemap, getWidth, isIsmap, setAlt, setDir, setHeight, setIsmap, setLang, setLongdesc, setOnclick, setOndblclick, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setStyle, setStyleClass, setTitle, setUsemap, setWidth | 
 
| Methods inherited from class javax.faces.component.UIGraphic | 
| getUrl, getValue, getValueExpression, setUrl, setValue, setValueExpression | 
 
| Methods inherited from class javax.faces.component.UIComponentBase | 
| addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, 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 | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
COMPONENT_FAMILY
public static final String COMPONENT_FAMILY
- See Also:
- Constant Field Values
COMPONENT_TYPE
public static final String COMPONENT_TYPE
- See Also:
- Constant Field Values
DEFAULT_RENDERER_TYPE
public static final String DEFAULT_RENDERER_TYPE
- See Also:
- Constant Field Values
HtmlGraphicImage
public HtmlGraphicImage()
getFamily
public String getFamily()
- 
- Overrides:
- getFamilyin class- javax.faces.component.html.HtmlGraphicImage
 
- 
 
getBorder
public String getBorder()
- Description copied from class: AbstractHtmlGraphicImage
- HTML: Specifies the width of the border of this element, in pixels. Deprecated in HTML 4.01.
 
- 
- Specified by:
- getBorderin class- AbstractHtmlGraphicImage
 
- 
 
setBorder
public void setBorder(String border)
- 
 
getHspace
public String getHspace()
- Description copied from class: AbstractHtmlGraphicImage
- HTML: The amount of white space to be inserted to the left and right of this element, in undefined units. Deprecated in HTML 4.01.
 
- 
- Specified by:
- getHspacein class- AbstractHtmlGraphicImage
 
- 
 
setHspace
public void setHspace(String hspace)
- 
 
getVspace
public String getVspace()
- Description copied from class: AbstractHtmlGraphicImage
- HTML: The amount of white space to be inserted above and below this element, in undefined units. Deprecated in HTML 4.01.
 
- 
- Specified by:
- getVspacein class- AbstractHtmlGraphicImage
 
- 
 
setVspace
public void setVspace(String vspace)
- 
 
getEnabledOnUserRole
public String getEnabledOnUserRole()
- Description copied from interface: UserRoleAware
- If user is in given role, this component will be rendered 
 normally. If not, no hyperlink is rendered but all nested 
 tags (=body) are rendered.
 
- 
- Returns:
 
setEnabledOnUserRole
public void setEnabledOnUserRole(String enabledOnUserRole)
- 
 
getVisibleOnUserRole
public String getVisibleOnUserRole()
- Description copied from interface: UserRoleAware
- If user is in given role, this component will be rendered 
  normally. If not, nothing is rendered and the body of this 
  tag will be skipped.
 
- 
- Returns:
 
setVisibleOnUserRole
public void setVisibleOnUserRole(String visibleOnUserRole)
- 
 
isForceId
public boolean isForceId()
- Description copied from interface: ForceIdAware
- If true, this component will force the use of the specified id when rendering.
 
- 
- Returns:
 
setForceId
public void setForceId(boolean forceId)
- 
 
isForceIdIndex
public boolean isForceIdIndex()
- Description copied from interface: ForceIdAware
- If false, this component will not append a '[n]' suffix 
  (where 'n' is the row index) to components that are 
  contained within a "list." This value will be true by 
  default and the value will be ignored if the value of 
  forceId is false (or not specified.)
 
- 
- Returns:
 
setForceIdIndex
public void setForceIdIndex(boolean forceIdIndex)
- 
 
getAlign
public String getAlign()
- Description copied from interface: AlignProperty
- HTML: Specifies the horizontal alignment of this element. Deprecated in HTML 4.01.
 
- 
 
setAlign
public void setAlign(String align)
- 
 
saveState
public Object saveState(javax.faces.context.FacesContext facesContext)
- 
- Specified by:
- saveStatein interface- javax.faces.component.StateHolder
- Overrides:
- saveStatein class- javax.faces.component.html.HtmlGraphicImage
 
- 
 
restoreState
public void restoreState(javax.faces.context.FacesContext facesContext,
                         Object state)
- 
- Specified by:
- restoreStatein interface- javax.faces.component.StateHolder
- Overrides:
- restoreStatein class- javax.faces.component.html.HtmlGraphicImage
 
- 
 
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.