|
||||||||||
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
Field Summary | |
static java.lang.String |
COMPONENT_FAMILY
The standard component family for this component. |
static java.lang.String |
RENDERER_TYPE
The standard renderer type for this component. |
Constructor Summary | |
PoweredBy()
|
Method Summary | |
protected java.util.ResourceBundle |
getBundle()
|
protected abstract java.lang.String |
getDestinationUrl()
Get the destination URL. |
java.lang.String |
getFamily()
Return the component family for this component. |
protected abstract java.lang.String |
getImageAlt()
Get the image alt text. |
protected abstract int |
getImageHeight()
Get the image height. |
protected abstract java.lang.String |
getImageJarPath()
Get the relative image URL within the jar. |
protected abstract int |
getImageWidth()
Get the image width. |
java.lang.String |
getStyle()
CSS style(s) to be applied when this component is rendered. |
java.lang.String |
getStyleClass()
CSS style class(es) to be applied when this component is rendered. |
void |
setStyle(java.lang.String style)
CSS style(s) to be applied when this component is rendered. |
void |
setStyleClass(java.lang.String styleClass)
CSS style class(es) to be applied when this component is rendered. |
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String COMPONENT_FAMILY
The standard component family for this component.
public static final java.lang.String RENDERER_TYPE
The standard renderer type for this component.
Constructor Detail |
public PoweredBy()
Method Detail |
public java.lang.String getFamily()
Return the component family for this component.
public java.lang.String getStyle()
CSS style(s) to be applied when this component is rendered.
public void setStyle(java.lang.String style)
CSS style(s) to be applied when this component is rendered.
getStyle()
public java.lang.String getStyleClass()
CSS style class(es) to be applied when this component is rendered.
public void setStyleClass(java.lang.String styleClass)
CSS style class(es) to be applied when this component is rendered.
getStyleClass()
protected java.util.ResourceBundle getBundle()
protected abstract java.lang.String getImageJarPath()
Get the relative image URL within the jar.
protected abstract java.lang.String getDestinationUrl()
Get the destination URL.
protected abstract int getImageWidth()
Get the image width.
protected abstract int getImageHeight()
Get the image height.
protected abstract java.lang.String getImageAlt()
Get the image alt text.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |