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 |
getFamily() |
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 |
getStyleClass()
Return the value of the
styleClass property. |
java.lang.String |
getUrl()
Return the value of the
url property. |
java.lang.Object |
getValue()
Return the value of the
value property. |
protected boolean |
isPropertySet(java.lang.String finder) |
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 |
setStyleClass(java.lang.String styleClass)
Set the value of the
styleClass property. |
void |
setUrl(java.lang.String url)
Set the value of the
url property. |
void |
setValue(java.lang.Object value)
Set the value of the
value property. |
void |
setValueExpression(java.lang.String name,
javax.el.ValueExpression binding) |
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 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 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 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 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 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 2017 ICEsoft Technologies Canada Corp., All Rights Reserved.