public class UIRSSList
extends javax.faces.component.UIComponentBase
implements com.ibm.xsp.component.FacesAjaxComponent
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
static String |
RENDERER_TYPE |
Constructor and Description |
---|
UIRSSList() |
Modifier and Type | Method and Description |
---|---|
String |
getFamily() |
String |
getFeedURL() |
String |
getHtmlTemplate() |
String |
getStyle() |
String |
getStyleClass() |
String |
getUrl(javax.faces.context.FacesContext context) |
Boolean |
getUseDescription() |
boolean |
handles(javax.faces.context.FacesContext arg0) |
void |
processAjaxRequest(javax.faces.context.FacesContext context) |
void |
restoreState(javax.faces.context.FacesContext context,
Object valCurrent) |
Object |
saveState(javax.faces.context.FacesContext context) |
void |
setFeedURL(String feedURL) |
void |
setHtmlTemplate(String htmlTemplate) |
void |
setStyle(String style) |
void |
setStyleClass(String styleClass) |
void |
setUseDescription(Boolean useDescription) |
_xspCleanTransientData, _xspGetReadOnlyObj, _xspGetRendererData, _xspRemoveReadOnlyObj, _xspRemoveRendererData, _xspSetIdUnchecked, _xspSetReadOnlyObj, _xspSetRendererData, addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, 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
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public static final String RENDERER_TYPE
public Boolean getUseDescription()
public void setUseDescription(Boolean useDescription)
public String getFamily()
getFamily
in class javax.faces.component.UIComponent
public String getHtmlTemplate()
public void setHtmlTemplate(String htmlTemplate)
public String getStyle()
public void setStyle(String style)
public String getStyleClass()
public void setStyleClass(String styleClass)
public String getFeedURL()
public void setFeedURL(String feedURL)
public boolean handles(javax.faces.context.FacesContext arg0)
handles
in interface com.ibm.xsp.component.FacesAjaxComponent
public void processAjaxRequest(javax.faces.context.FacesContext context) throws IOException
processAjaxRequest
in interface com.ibm.xsp.component.FacesAjaxComponent
IOException
public String getUrl(javax.faces.context.FacesContext context)
public void restoreState(javax.faces.context.FacesContext context, Object valCurrent)
restoreState
in interface javax.faces.component.StateHolder
restoreState
in class javax.faces.component.UIComponentBase
public Object saveState(javax.faces.context.FacesContext context)
saveState
in interface javax.faces.component.StateHolder
saveState
in class javax.faces.component.UIComponentBase
Copyright © 2021. All Rights Reserved.