IltEquipmentViewProxy
IlvObject
|
+--IlvPropertyStateManager
|
+--IlvFacesProxy
|
+--IlvSizedViewProxy
|
+--IlvBasicViewProxy
|
+--IlvFacesViewProxy
|
+--IltEquipmentViewProxy
- Category:
-
TGO JSF component
- JavaScript File:
-
IltEquipmentViewProxy.js
- Description:
-
The client side abstraction that represents an
ilog.tgo.faces.equipment.dhtml.component.IltFacesDHTMLEquipmentView.
- Since:
- JViews 7.5
|
Method Summary |
getDataSourceId()
Returns the data source identifier. |
getProject()
Returns the equipment project URL, if set. |
getSelectionManager()
Returns the selection manager of this view. |
getStyleSheets()
Returns the style sheets set on this component. |
setDataSourceId(dataSourceId, update, showAll)
Sets the data source identifier. |
setProject(project, update, showAll)
Sets the Equipment component project URL. |
setStyleSheets(css, update)
Sets the style sheets to be applied to the equipment component. |
IltEquipmentViewProxy
IltEquipmentViewProxy(clientId, refNodeId, context, width, height)
- Creates an instance of IltEquipmentViewProxy.
getDataSourceId
getDataSourceId()
-
Returns the data source identifier.
getProject
getProject()
-
Returns the equipment project URL, if set.
- Returns:
-
The project.
getSelectionManager
getSelectionManager()
-
Returns the selection manager of this view.
- Returns:
-
The selection manager.
getStyleSheets
getStyleSheets()
-
Returns the style sheets set on this component.
They are, or will be, applied during the image request.
- Returns:
-
The style sheets set on this component.
setDataSourceId
setDataSourceId(dataSourceId, update, showAll)
-
Sets the data source identifier.
At the next request the data source will be set to the displayed equipment.
- Parameters:
-
dataSourceId - The data source identifier.
-
update - A flag indicating if the view and capabilities should
be updated.
-
showAll - A flag indicating that the zoom level should be reset
if the update parameter is set to
true.
setProject
setProject(project, update, showAll)
-
Sets the Equipment component project URL.
At the next request the project will be set to the displayed equipment.
- Parameters:
-
project - The project URL to set.
-
update - A flag indicating if the view and capabilities should
be updated.
-
showAll - A flag indicating that the zoom level should be reset
if the update parameter is set to
true.
setStyleSheets
setStyleSheets(css, update)
-
Sets the style sheets to be applied to the equipment component.
At the next request the style sheets will be set to the displayed equipment.
- Parameters:
-
css - The style sheets to apply.
-
update - A flag indicating if the view and capabilities should
be updated.
| Inherited Methods from IlvFacesViewProxy |
getBackgroundColor, getErrorMessage, getGenerateImageMap, getImageFormat, getImageMapGenerator, getImageMapVisible, getInteractor, getOnCapabilitiesLoaded, getOnImageLoaded, getPanFactor, getPopupMenu, getServlet, getServletURL, getUpdateInterval, getWaitingImage, getZoomFactor, isAutoUpdateCapabilities, isConstrainedOnContents, isResizable, moveTo, panEast, panNorth, panNorthEast, panNorthWest, panSouth, panSouthEast, panSouthWest, panWest, performAction, setAutoUpdateCapabilities, setBackgroundColor, setConstrainedOnContents, setErrorMessage, setGenerateImageMap, setImageFormat, setImageMapGenerator, setImageMapVisible, setInteractor, setOnCapabilitiesLoaded, setOnImageLoaded, setPanFactor, setPopupMenu, setResizable, setServlet, setServletURL, setUpdateInterval, setWaitingImage, setZoomFactor, showAll, updateAll, updateImage, zoomBy, zoomIn, zoomOut, zoomToIdentity| Inherited Methods from IlvBasicViewProxy |
getImageFormat, getMessageBox, getServletClass, getServletURL, getWaitingImage, init, setImageFormat, setMessageBox, setServletClass, setServletURL, setWaitingImage| Inherited Methods from IlvSizedViewProxy |
afterLayoutHandler, getAbsoluteBounds, getBounds, getCreationSize, getHeight, getMinimumSize, getWidth, onResize, positionAfterLayout, registerResizeListener, resizeAfterLayout, setMinimumSize| Inherited Methods from IlvFacesProxy |
getAbsoluteId, getJViewsDHTMLObject, getNodeCoords, getObject, getReferenceNode, setAbsoluteId, setJViewsDHTMLObject, setObject, setReferenceNode, toHTML| Inherited Methods from IlvPropertyStateManager |
getClientId, notify| Inherited Methods from IlvObject |
callDispose, dispose, getClassName, hashCode, inherits, instanceOf, invoke, registerDispose, removeHTML, setClassName, superConstructor, superInvoke, toString, updateVisibility