|
||||||||||
| 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.apache.myfaces.custom.imageloop.AbstractHtmlImageLoop
org.apache.myfaces.custom.imageloop.HtmlImageLoop
public class HtmlImageLoop
| Field Summary | |
|---|---|
static java.lang.String |
COMPONENT_FAMILY
|
static java.lang.String |
COMPONENT_TYPE
|
static java.lang.String |
DEFAULT_RENDERER_TYPE
|
| Fields inherited from class org.apache.myfaces.custom.imageloop.AbstractHtmlImageLoop |
|---|
VB_DELAY, VB_HEIGHT, VB_MAX_DELAY, VB_MIN_DELAY, VB_TRANSITION_TIME, VB_WIDTH |
| Constructor Summary | |
|---|---|
HtmlImageLoop()
|
|
| Method Summary | |
|---|---|
java.lang.Integer |
getDelay()
The delay between transitions |
java.lang.String |
getFamily()
|
java.lang.Boolean |
getForceId()
If true, this component will force the use of the specified id when rendering. |
java.lang.Boolean |
getForceIdIndex()
If false, this component will not append a '[n]' suffix (where 'n' is the row index) to components that are contained within a "list." This value will be true by default and the value will be ignored if the value of forceId is false (or not specified.) |
java.lang.Integer |
getHeight()
Height |
java.lang.Integer |
getMaxDelay()
The maximum delay allowed when increasing delay time |
java.lang.Integer |
getMinDelay()
The minimum delay allowed when decreasing delay time |
java.lang.Integer |
getTransitionTime()
Transition time in milliseconds. |
java.lang.Integer |
getWidth()
Width |
void |
restoreState(javax.faces.context.FacesContext facesContext,
java.lang.Object state)
|
java.lang.Object |
saveState(javax.faces.context.FacesContext facesContext)
|
void |
setDelay(java.lang.Integer delay)
|
void |
setForceId(java.lang.Boolean forceId)
|
void |
setForceIdIndex(java.lang.Boolean forceIdIndex)
|
void |
setHeight(java.lang.Integer height)
|
void |
setMaxDelay(java.lang.Integer maxDelay)
|
void |
setMinDelay(java.lang.Integer minDelay)
|
void |
setTransitionTime(java.lang.Integer transitionTime)
|
void |
setWidth(java.lang.Integer width)
|
| Methods inherited from class org.apache.myfaces.custom.imageloop.AbstractHtmlImageLoop |
|---|
getClientId |
| Methods inherited from class javax.faces.component.UIComponentBase |
|---|
addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, 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 |
| Field Detail |
|---|
public static final java.lang.String COMPONENT_FAMILY
public static final java.lang.String COMPONENT_TYPE
public static final java.lang.String DEFAULT_RENDERER_TYPE
| Constructor Detail |
|---|
public HtmlImageLoop()
| Method Detail |
|---|
public java.lang.String getFamily()
getFamily in class AbstractHtmlImageLooppublic java.lang.Integer getDelay()
AbstractHtmlImageLoop
getDelay in class AbstractHtmlImageLooppublic void setDelay(java.lang.Integer delay)
public java.lang.Integer getMinDelay()
AbstractHtmlImageLoop
getMinDelay in class AbstractHtmlImageLooppublic void setMinDelay(java.lang.Integer minDelay)
public java.lang.Integer getMaxDelay()
AbstractHtmlImageLoop
getMaxDelay in class AbstractHtmlImageLooppublic void setMaxDelay(java.lang.Integer maxDelay)
public java.lang.Integer getTransitionTime()
AbstractHtmlImageLoop
getTransitionTime in class AbstractHtmlImageLooppublic void setTransitionTime(java.lang.Integer transitionTime)
public java.lang.Integer getWidth()
AbstractHtmlImageLoop
getWidth in class AbstractHtmlImageLooppublic void setWidth(java.lang.Integer width)
public java.lang.Integer getHeight()
AbstractHtmlImageLoop
getHeight in class AbstractHtmlImageLooppublic void setHeight(java.lang.Integer height)
public java.lang.Boolean getForceId()
AbstractHtmlImageLoop
getForceId in class AbstractHtmlImageLooppublic void setForceId(java.lang.Boolean forceId)
public java.lang.Boolean getForceIdIndex()
AbstractHtmlImageLoop
getForceIdIndex in class AbstractHtmlImageLooppublic void setForceIdIndex(java.lang.Boolean forceIdIndex)
public java.lang.Object saveState(javax.faces.context.FacesContext facesContext)
saveState in interface javax.faces.component.StateHoldersaveState in class javax.faces.component.UIComponentBase
public void restoreState(javax.faces.context.FacesContext facesContext,
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 | |||||||||