|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.component.UIComponent
javax.faces.component.UIComponentBase
org.richfaces.component.UIPaint2D
public abstract class UIPaint2D
JSF component class
Field Summary | |
---|---|
static java.lang.String |
COMPONENT_TYPE
|
Constructor Summary | |
---|---|
UIPaint2D()
|
Method Summary | |
---|---|
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 |
Methods inherited from class javax.faces.component.UIComponentBase |
---|
addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding |
Methods inherited from class javax.faces.component.UIComponent |
---|
getFamily |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String COMPONENT_TYPE
Constructor Detail |
---|
public UIPaint2D()
Method Detail |
---|
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
- -
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |