public abstract class UIPaint2D
extends javax.faces.component.UIComponentBase
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COMPONENT_TYPE |
Constructor and Description |
---|
UIPaint2D() |
Modifier and Type | Method and Description |
---|---|
abstract java.lang.String |
getBgcolor()
Getter for property bgcolor - background color of painted image
|
abstract 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
|
abstract java.lang.String |
getFormat()
Getter for property output format of image ( suport gif,jpeg,png), implementation will be generated by
components-generator
|
abstract int |
getHeight()
Getter for property image height, implementation will be generated by
components-generator
|
abstract javax.faces.el.MethodBinding |
getPaint()
Getter for property Paint methodBinding, implementation will be generated by
components-generator
|
abstract int |
getWidth()
Getter for property image width, implementation will be generated by
components-generator
|
abstract boolean |
isCacheable()
Getter for property cache support, implementation will be generated by
components-generator
|
abstract void |
setBgcolor(java.lang.String color)
Setter for property bgcolor - background color of painted image
|
abstract void |
setCacheable(boolean newvalue)
Setter for property cache support, implementation will be generated by
components-generator
|
abstract void |
setData(java.lang.Object newvalue)
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
|
abstract void |
setFormat(java.lang.String newvalue)
Setter for property output format of image ( suport gif,jpeg,png), implementation will be generated by
components-generator
|
abstract void |
setHeight(int newvalue)
Setter for property image height, implementation will be generated by
components-generator
|
abstract void |
setPaint(javax.faces.el.MethodBinding newvalue)
Setter for property Paint methodBinding, implementation will be generated by
components-generator
|
abstract void |
setWidth(int newvalue)
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, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding
public static final java.lang.String COMPONENT_TYPE
public abstract javax.faces.el.MethodBinding getPaint()
public abstract void setPaint(javax.faces.el.MethodBinding newvalue)
newvalue
- - new property valuepublic abstract boolean isCacheable()
public abstract void setCacheable(boolean newvalue)
newvalue
- - new property valuepublic abstract int getWidth()
public abstract void setWidth(int newvalue)
newvalue
- - new property valuepublic abstract int getHeight()
public abstract void setHeight(int newvalue)
newvalue
- - new property valuepublic abstract java.lang.String getFormat()
public abstract void setFormat(java.lang.String newvalue)
newvalue
- - new property valuepublic abstract java.lang.Object getData()
public abstract void setData(java.lang.Object newvalue)
newvalue
- - new property valuepublic abstract java.lang.String getBgcolor()
public abstract void setBgcolor(java.lang.String color)
color
- -Copyright © 2014. All Rights Reserved.