|
||||||||||
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
com.sun.rave.poweredby.PoweredBy
com.sun.rave.poweredby.creator.PoweredByCreator
Field Summary |
Fields inherited from class com.sun.rave.poweredby.PoweredBy |
COMPONENT_FAMILY, RENDERER_TYPE |
Constructor Summary | |
PoweredByCreator()
|
Method Summary | |
protected java.lang.String |
getDestinationUrl()
Get the destination URL. |
protected java.lang.String |
getImageAlt()
Get the image alt text. |
protected int |
getImageHeight()
Get the image height. |
protected java.lang.String |
getImageJarPath()
Get the relative image URL within the jar. |
protected int |
getImageWidth()
Get the image width. |
boolean |
isRounded()
Get the flag indicating whether the image will be displayed with rounded corners. |
boolean |
isTall()
Get the flag indicating whether the words within the image will be stacked vertically, making the image taller. |
void |
restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
|
java.lang.Object |
saveState(javax.faces.context.FacesContext context)
Return the state to be saved for this component. |
void |
setRounded(boolean rounded)
Set the flag indicating whether the image will be displayed with rounded corners. |
void |
setTall(boolean tall)
Set the flag indicating whether the words within the image will be stacked vertically, making the image taller. |
Methods inherited from class com.sun.rave.poweredby.PoweredBy |
getBundle, getFamily, getStyle, getStyleClass, setStyle, setStyleClass |
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, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PoweredByCreator()
Method Detail |
public boolean isTall()
Get the flag indicating whether the words within the image will be stacked vertically, making the image taller. False by default.
public void setTall(boolean tall)
Set the flag indicating whether the words within the image will be stacked vertically, making the image taller.
public boolean isRounded()
Get the flag indicating whether the image will be displayed with rounded corners. True by default.
public void setRounded(boolean rounded)
Set the flag indicating whether the image will be displayed with rounded corners.
protected java.lang.String getImageJarPath()
PoweredBy
Get the relative image URL within the jar.
getImageJarPath
in class PoweredBy
protected java.lang.String getDestinationUrl()
Get the destination URL.
getDestinationUrl
in class PoweredBy
protected int getImageWidth()
Get the image width.
getImageWidth
in class PoweredBy
protected int getImageHeight()
Get the image height.
getImageHeight
in class PoweredBy
protected java.lang.String getImageAlt()
Get the image alt text.
getImageAlt
in class PoweredBy
public java.lang.Object saveState(javax.faces.context.FacesContext context)
Return the state to be saved for this component.
context
- FacesContext
for the current requestpublic void restoreState(javax.faces.context.FacesContext context, java.lang.Object state)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |