public abstract class GraphicImageBase extends javax.faces.component.UIComponentBase implements IGraphicImage
| Modifier and Type | Class and Description |
|---|---|
protected static class |
GraphicImageBase.PropertyKeys |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COMPONENT_TYPE |
static java.lang.String |
RENDERER_TYPE |
| Constructor and Description |
|---|
GraphicImageBase() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAlt()
Return the value of the
alt property. |
java.lang.String |
getDir()
Return the value of the
dir property. |
java.lang.String |
getFamily() |
int |
getHeight()
Return the value of the
height property. |
java.lang.String |
getIsmap()
Return the value of the
ismap property. |
java.lang.String |
getLongdesc()
Return the value of the
longdesc property. |
java.lang.String |
getMimeType()
Return the value of the
mimeType property. |
java.lang.String |
getName()
Return the value of the
name property. |
java.lang.String |
getScope()
Return the value of the
scope property. |
java.lang.String |
getSrc()
Return the value of the
src property. |
java.lang.String |
getStyle()
Return the value of the
style property. |
java.lang.String |
getStyleClass()
Return the value of the
styleClass property. |
java.lang.String |
getTitle()
Return the value of the
title property. |
java.lang.String |
getUrl()
Return the value of the
url property. |
java.lang.String |
getUsemap()
Return the value of the
usemap property. |
java.lang.Object |
getValue()
Return the value of the
value property. |
int |
getWidth()
Return the value of the
width property. |
protected boolean |
isPropertySet(java.lang.String finder) |
void |
setAlt(java.lang.String alt)
Set the value of the
alt property. |
void |
setDir(java.lang.String dir)
Set the value of the
dir property. |
void |
setHeight(int height)
Set the value of the
height property. |
void |
setIsmap(java.lang.String ismap)
Set the value of the
ismap property. |
void |
setLongdesc(java.lang.String longdesc)
Set the value of the
longdesc property. |
void |
setMimeType(java.lang.String mimeType)
Set the value of the
mimeType property. |
void |
setName(java.lang.String name)
Set the value of the
name property. |
void |
setScope(java.lang.String scope)
Set the value of the
scope property. |
void |
setSrc(java.lang.String src)
Set the value of the
src property. |
void |
setStyle(java.lang.String style)
Set the value of the
style property. |
void |
setStyleClass(java.lang.String styleClass)
Set the value of the
styleClass property. |
void |
setTitle(java.lang.String title)
Set the value of the
title property. |
void |
setUrl(java.lang.String url)
Set the value of the
url property. |
void |
setUsemap(java.lang.String usemap)
Set the value of the
usemap property. |
void |
setValue(java.lang.Object value)
Set the value of the
value property. |
void |
setValueExpression(java.lang.String name,
javax.el.ValueExpression binding) |
void |
setWidth(int width)
Set the value of the
width property. |
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getPassThroughAttributes, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEventencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, visitTreepublic static final java.lang.String COMPONENT_TYPE
public static final java.lang.String RENDERER_TYPE
public java.lang.String getFamily()
getFamily in class javax.faces.component.UIComponentpublic void setAlt(java.lang.String alt)
Set the value of the alt property.
Contents: Alternate textual discription as "alt" attribute for this image.
setAlt in interface IGraphicImagepublic java.lang.String getAlt()
Return the value of the alt property.
Contents: Alternate textual discription as "alt" attribute for this image.
getAlt in interface IGraphicImagepublic void setDir(java.lang.String dir)
Set the value of the dir property.
Contents: HTML text direction for text that does not inherit directionality. Valid values are LTR or RTL left to right or right to left.
setDir in interface IGraphicImagepublic java.lang.String getDir()
Return the value of the dir property.
Contents: HTML text direction for text that does not inherit directionality. Valid values are LTR or RTL left to right or right to left.
getDir in interface IGraphicImagepublic void setHeight(int height)
Set the value of the height property.
Contents: Integer specifying the height of this image.
setHeight in interface IGraphicImagepublic int getHeight()
Return the value of the height property.
Contents: Integer specifying the height of this image. Default = 'Integer.MIN_VALUE'.
getHeight in interface IGraphicImagepublic void setIsmap(java.lang.String ismap)
Set the value of the ismap property.
Contents: Flag indicating that the image serves as a client-side image map via the HTML "ismap" attribute.
setIsmap in interface IGraphicImagepublic java.lang.String getIsmap()
Return the value of the ismap property.
Contents: Flag indicating that the image serves as a client-side image map via the HTML "ismap" attribute.
getIsmap in interface IGraphicImagepublic void setLongdesc(java.lang.String longdesc)
Set the value of the longdesc property.
Contents: URI to a long description of the image.
setLongdesc in interface IGraphicImagepublic java.lang.String getLongdesc()
Return the value of the longdesc property.
Contents: URI to a long description of the image.
getLongdesc in interface IGraphicImagepublic void setMimeType(java.lang.String mimeType)
Set the value of the mimeType property.
Contents: Override for the MIME type of the image.
setMimeType in interface IGraphicImagepublic java.lang.String getMimeType()
Return the value of the mimeType property.
Contents: Override for the MIME type of the image.
getMimeType in interface IGraphicImagepublic void setName(java.lang.String name)
Set the value of the name property.
Contents: Name of resource object stored when image is specified with a dynamic data value.
setName in interface IGraphicImagepublic java.lang.String getName()
Return the value of the name property.
Contents: Name of resource object stored when image is specified with a dynamic data value.
getName in interface IGraphicImagepublic void setScope(java.lang.String scope)
Set the value of the scope property.
Contents: Scope of Resource or byte[] when image is specified with a dynamic data value.
setScope in interface IGraphicImagepublic java.lang.String getScope()
Return the value of the scope property.
Contents: Scope of Resource or byte[] when image is specified with a dynamic data value. Default = 'session'.
getScope in interface IGraphicImagepublic void setSrc(java.lang.String src)
Set the value of the src property.
Contents: Override for the "src" attribute of this image.
setSrc in interface IGraphicImagepublic java.lang.String getSrc()
Return the value of the src property.
Contents: Override for the "src" attribute of this image.
getSrc in interface IGraphicImagepublic void setStyle(java.lang.String style)
Set the value of the style property.
Contents: CSS style(s) to be applied when this component is rendered.
setStyle in interface IGraphicImagepublic java.lang.String getStyle()
Return the value of the style property.
Contents: CSS style(s) to be applied when this component is rendered.
getStyle in interface IGraphicImagepublic void setStyleClass(java.lang.String styleClass)
Set the value of the styleClass property.
Contents: Space-separated list of CSS style class(es) to be applied when this element is rendered.
setStyleClass in interface IGraphicImagepublic java.lang.String getStyleClass()
Return the value of the styleClass property.
Contents: Space-separated list of CSS style class(es) to be applied when this element is rendered.
getStyleClass in interface IGraphicImagepublic void setTitle(java.lang.String title)
Set the value of the title property.
Contents: HTML title attribute providing extra information about the element.
setTitle in interface IGraphicImagepublic java.lang.String getTitle()
Return the value of the title property.
Contents: HTML title attribute providing extra information about the element.
getTitle in interface IGraphicImagepublic void setUrl(java.lang.String url)
Set the value of the url property.
Contents: Equivalent to the "src" attribute.
setUrl in interface IGraphicImagepublic java.lang.String getUrl()
Return the value of the url property.
Contents: Equivalent to the "src" attribute.
getUrl in interface IGraphicImagepublic void setUsemap(java.lang.String usemap)
Set the value of the usemap property.
Contents: Value for the HTML "usemap" attribute, providing the hash fragment reference to a client-side image map
setUsemap in interface IGraphicImagepublic java.lang.String getUsemap()
Return the value of the usemap property.
Contents: Value for the HTML "usemap" attribute, providing the hash fragment reference to a client-side image map
getUsemap in interface IGraphicImagepublic void setValue(java.lang.Object value)
Set the value of the value property.
Contents: The value of the image, which can be of type String (to specify a URL), byte[], or IceOutputResource.
setValue in interface IGraphicImagepublic java.lang.Object getValue()
Return the value of the value property.
Contents: The value of the image, which can be of type String (to specify a URL), byte[], or IceOutputResource.
getValue in interface IGraphicImagepublic void setWidth(int width)
Set the value of the width property.
Contents: Integer specifying the width of this image.
setWidth in interface IGraphicImagepublic int getWidth()
Return the value of the width property.
Contents: Integer specifying the width of this image. Default = 'Integer.MIN_VALUE'.
getWidth in interface IGraphicImageprotected boolean isPropertySet(java.lang.String finder)
public void setValueExpression(java.lang.String name,
javax.el.ValueExpression binding)
setValueExpression in class javax.faces.component.UIComponentCopyright 2014 ICEsoft Technologies Canada Corp., All Rights Reserved.