|
||||||||||
| 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
org.richfaces.component.html.HtmlPaint2D
public class HtmlPaint2D
| Field Summary | |
|---|---|
static java.lang.String |
COMPONENT_FAMILY
|
static java.lang.String |
COMPONENT_TYPE
|
| Fields inherited from class javax.faces.component.UIComponent |
|---|
bindings |
| Constructor Summary | |
|---|---|
HtmlPaint2D()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAlign()
|
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. |
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 |
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. |
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 |
| Methods inherited from class javax.faces.component.UIComponentBase |
|---|
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, setValueBinding |
| Methods inherited from class javax.faces.component.UIComponent |
|---|
encodeAll, getContainerClientId, getValueExpression, setValueExpression |
| 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_FAMILY
public static final java.lang.String COMPONENT_TYPE
| Constructor Detail |
|---|
public HtmlPaint2D()
| Method Detail |
|---|
public java.lang.String getAlign()
public void setAlign(java.lang.String _align)
public java.lang.String getBgcolor()
UIPaint2D
getBgcolor in class UIPaint2Dpublic void setBgcolor(java.lang.String _bgcolor)
UIPaint2D
setBgcolor in class UIPaint2D_bgcolor - -public java.lang.String getBorder()
public void setBorder(java.lang.String _border)
public boolean isCacheable()
UIPaint2D
isCacheable in class UIPaint2Dpublic void setCacheable(boolean _cacheable)
UIPaint2D
setCacheable 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()
UIPaint2D
getData in class UIPaint2Dpublic void setData(java.lang.Object _data)
UIPaint2D
setData in class UIPaint2D_data - - new property valuepublic java.lang.String getDir()
public void setDir(java.lang.String _dir)
public java.lang.String getFormat()
UIPaint2D
getFormat in class UIPaint2Dpublic void setFormat(java.lang.String _format)
UIPaint2D
setFormat in class UIPaint2D_format - - new property valuepublic int getHeight()
UIPaint2D
getHeight in class UIPaint2Dpublic void setHeight(int _height)
UIPaint2D
setHeight in class UIPaint2D_height - - new property valuepublic 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()
UIPaint2D
getPaint in class UIPaint2Dpublic void setPaint(javax.faces.el.MethodBinding _paint)
UIPaint2D
setPaint in class UIPaint2D_paint - - new property valuepublic 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()
UIPaint2D
getWidth in class UIPaint2Dpublic void setWidth(int _width)
UIPaint2D
setWidth in class UIPaint2D_width - - new property valuepublic 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.UIComponentBase
public void restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
restoreState in interface javax.faces.component.StateHolderrestoreState in class javax.faces.component.UIComponentBase
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||