public abstract class ListExporterValueBase extends javax.faces.component.UIComponentBase implements IListExporterValue
For more information, see the ListExporterValue Wiki Documentation.
| Modifier and Type | Class and Description |
|---|---|
protected static class |
ListExporterValueBase.PropertyKeys |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COMPONENT_TYPE |
static java.lang.String |
RENDERER_TYPE |
| Constructor and Description |
|---|
ListExporterValueBase() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFamily() |
java.lang.String |
getName()
Return the value of the
name property. |
java.lang.Object |
getValue()
Return the value of the
value property. |
protected boolean |
isPropertySet(java.lang.String finder) |
void |
setName(java.lang.String name)
Set the value of the
name property. |
void |
setValue(java.lang.Object value)
Set the value of the
value property. |
void |
setValueExpression(java.lang.String name,
javax.el.ValueExpression binding) |
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getPassThroughAttributes, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEventencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, visitTreepublic static final java.lang.String COMPONENT_TYPE
public static final java.lang.String RENDERER_TYPE
public java.lang.String getFamily()
getFamily in class javax.faces.component.UIComponentpublic void setName(java.lang.String name)
Set the value of the name property.
Contents: The name to use as header for this value in the CSV, XLS, XLSX, and PDF formats and as the tag name in the XML format.
setName in interface IListExporterValuepublic java.lang.String getName()
Return the value of the name property.
Contents: The name to use as header for this value in the CSV, XLS, XLSX, and PDF formats and as the tag name in the XML format.
getName in interface IListExporterValuepublic void setValue(java.lang.Object value)
Set the value of the value property.
Contents: The value to be exported.
setValue in interface IListExporterValuepublic java.lang.Object getValue()
Return the value of the value property.
Contents: The value to be exported.
getValue in interface IListExporterValueprotected boolean isPropertySet(java.lang.String finder)
public void setValueExpression(java.lang.String name,
javax.el.ValueExpression binding)
setValueExpression in class javax.faces.component.UIComponentCopyright 2025 ICEsoft Technologies Canada Corp., All Rights Reserved.