public class HtmlPaint2D extends UIPaint2D
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COMPONENT_FAMILY |
static java.lang.String |
COMPONENT_TYPE |
| Constructor and Description |
|---|
HtmlPaint2D() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAlign() |
java.lang.String |
getAlt() |
java.lang.String |
getBgcolor()
Getter for property bgcolor - background color of painted image
|
java.lang.String |
getBorder() |
javax.faces.convert.Converter |
getConverter() |
java.lang.Object |
getData()
Getter for property Data to store in URL and passed to pain method. can be used as cache key or parameter for image generation., implementation will be generated by
components-generator
|
java.lang.String |
getDir() |
java.lang.String |
getFamily() |
java.lang.String |
getFormat()
Getter for property output format of image ( suport gif,jpeg,png), implementation will be generated by
components-generator
|
int |
getHeight()
Getter for property image height, implementation will be generated by
components-generator
|
java.lang.String |
getHspace() |
java.lang.String |
getLang() |
javax.faces.el.MethodBinding |
getPaint()
Getter for property Paint methodBinding, implementation will be generated by
components-generator
|
java.lang.String |
getStyle() |
java.lang.String |
getStyleClass() |
java.lang.String |
getTitle() |
java.lang.Object |
getValue() |
java.lang.String |
getVspace() |
int |
getWidth()
Getter for property image width, implementation will be generated by
components-generator
|
boolean |
isCacheable()
Getter for property cache support, implementation will be generated by
components-generator
|
void |
restoreState(javax.faces.context.FacesContext context,
java.lang.Object state) |
java.lang.Object |
saveState(javax.faces.context.FacesContext context) |
void |
setAlign(java.lang.String _align) |
void |
setAlt(java.lang.String _alt) |
void |
setBgcolor(java.lang.String _bgcolor)
Setter for property bgcolor - background color of painted image
|
void |
setBorder(java.lang.String _border) |
void |
setCacheable(boolean _cacheable)
Setter for property cache support, implementation will be generated by
components-generator
|
void |
setConverter(javax.faces.convert.Converter _converter) |
void |
setData(java.lang.Object _data)
Setter for property Data to store in URL and passed to pain method. can be used as cache key or parameter for image generation., implementation will be generated by
components-generator
|
void |
setDir(java.lang.String _dir) |
void |
setFormat(java.lang.String _format)
Setter for property output format of image ( suport gif,jpeg,png), implementation will be generated by
components-generator
|
void |
setHeight(int _height)
Setter for property image height, implementation will be generated by
components-generator
|
void |
setHspace(java.lang.String _hspace) |
void |
setLang(java.lang.String _lang) |
void |
setPaint(javax.faces.el.MethodBinding _paint)
Setter for property Paint methodBinding, implementation will be generated by
components-generator
|
void |
setStyle(java.lang.String _style) |
void |
setStyleClass(java.lang.String _styleClass) |
void |
setTitle(java.lang.String _title) |
void |
setValue(java.lang.Object _value) |
void |
setVspace(java.lang.String _vspace) |
void |
setWidth(int _width)
Setter for property image width, implementation will be generated by
components-generator
|
addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBindingpublic static final java.lang.String COMPONENT_FAMILY
public static final java.lang.String COMPONENT_TYPE
public java.lang.String getAlign()
public void setAlign(java.lang.String _align)
public java.lang.String getAlt()
public void setAlt(java.lang.String _alt)
public java.lang.String getBgcolor()
UIPaint2DgetBgcolor in class UIPaint2Dpublic void setBgcolor(java.lang.String _bgcolor)
UIPaint2DsetBgcolor in class UIPaint2D_bgcolor - -public java.lang.String getBorder()
public void setBorder(java.lang.String _border)
public boolean isCacheable()
UIPaint2DisCacheable in class UIPaint2Dpublic void setCacheable(boolean _cacheable)
UIPaint2DsetCacheable in class UIPaint2D_cacheable - - new property valuepublic javax.faces.convert.Converter getConverter()
public void setConverter(javax.faces.convert.Converter _converter)
public java.lang.Object getData()
UIPaint2Dpublic void setData(java.lang.Object _data)
UIPaint2Dpublic java.lang.String getDir()
public void setDir(java.lang.String _dir)
public java.lang.String getFormat()
UIPaint2Dpublic void setFormat(java.lang.String _format)
UIPaint2Dpublic int getHeight()
UIPaint2Dpublic void setHeight(int _height)
UIPaint2Dpublic java.lang.String getHspace()
public void setHspace(java.lang.String _hspace)
public java.lang.String getLang()
public void setLang(java.lang.String _lang)
public javax.faces.el.MethodBinding getPaint()
UIPaint2Dpublic void setPaint(javax.faces.el.MethodBinding _paint)
UIPaint2Dpublic java.lang.String getStyle()
public void setStyle(java.lang.String _style)
public java.lang.String getStyleClass()
public void setStyleClass(java.lang.String _styleClass)
public java.lang.String getTitle()
public void setTitle(java.lang.String _title)
public java.lang.Object getValue()
public void setValue(java.lang.Object _value)
public java.lang.String getVspace()
public void setVspace(java.lang.String _vspace)
public int getWidth()
UIPaint2Dpublic void setWidth(int _width)
UIPaint2Dpublic java.lang.String getFamily()
getFamily in class javax.faces.component.UIComponentpublic java.lang.Object saveState(javax.faces.context.FacesContext context)
saveState in interface javax.faces.component.StateHoldersaveState in class javax.faces.component.UIComponentBasepublic void restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
restoreState in interface javax.faces.component.StateHolderrestoreState in class javax.faces.component.UIComponentBaseCopyright © 2014. All Rights Reserved.