|
||||||||||
| 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
ilog.views.faces.component.IlvFacesComponentBase
ilog.views.diagrammer.faces.component.data.IlvFacesDiagrammerDataSource
public class IlvFacesDiagrammerDataSource
This class is the component class for a data source to link to a diagrammer view
through its setDataSourceId method.
An IlvDataSource instance must be wrapped in this component via
the value property to properly use this component.
| Field Summary |
|---|
| Fields inherited from interface ilog.views.diagrammer.faces.IlvFacesDiagrammerConstants |
|---|
DASHBOARD_DIAGRAM, DATA_SOURCE, DATA_SOURCE_ID, DATA_URL, DIAGRAMMER, EDITABLE, INPUT_XSL, OUTPUT_XSL, PARAM_CSS, PARAM_XML, PROPERTY_ACCESSOR, STYLE_SHEETS |
| Constructor Summary | |
|---|---|
IlvFacesDiagrammerDataSource()
Creates a new IlvFacesDiagrammerDataSource instance. |
|
| Method Summary | |
|---|---|
static String |
getComponentType()
Returns the type of this component. |
String |
getFamily()
|
IlvDiagrammerDataSource |
getValue()
Returns the wrapped IlvDataSource instance handled by this
component. |
boolean |
isRefreshData()
Returns the Boolean indicating that this data source will be refreshed during the lifecycle. |
void |
setRefreshData(boolean refreshData)
Sets whether this data source should be refreshed during the lifecycle. |
void |
setValue(IlvDiagrammerDataSource value)
Sets the wrapped IlvDataSource instance handled by this
component. |
| Methods inherited from class ilog.views.faces.component.IlvFacesComponentBase |
|---|
clearDecodedPropertyMap, createFacesComponent, getAttributes, getClientId, isDecodedProperty, processUpdates, resetDecodedProperties, restoreState, saveState, setDecodedProperty, updateModel |
| Methods inherited from class javax.faces.component.UIComponentBase |
|---|
addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getChildCount, getChildren, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, 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 IlvFacesDiagrammerDataSource()
IlvFacesDiagrammerDataSource instance.
| Method Detail |
|---|
public String getFamily()
getFamily in class UIComponentpublic static String getComponentType()
public boolean isRefreshData()
true if this data source will be refreshed during the lifecycle.public void setRefreshData(boolean refreshData)
refreshData - A Boolean value indicating that this data source should be refreshed or not.public IlvDiagrammerDataSource getValue()
IlvDataSource instance handled by this
component.
IlvDataSource instance.public void setValue(IlvDiagrammerDataSource value)
IlvDataSource instance handled by this
component.
value - The wrapped IlvDataSource instance.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||