Class 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
Constructor Summary
Constructor Attributes |
Constructor Name and Description |
|
|
Method Summary
Method Attributes |
Method Name and Description |
|
Returns the data source identifier.
|
|
Returns the equipment project URL, if set.
|
|
Returns the selection manager of this view.
|
|
Returns the style sheets set on this component.
|
|
Sets the data source identifier.
|
|
Sets the Equipment component project URL.
|
|
Sets the style sheets to be applied to the equipment component.
|
Methods inherited from class IlvFacesViewProxygetBackgroundColor, 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, performJSFAction, setAccessible, setAutoUpdateCapabilities, setBackgroundColor, setConstrainedOnContents, setErrorMessage, setGenerateImageMap, setHotkeys, setImageFormat, setImageMapGenerator, setImageMapVisible, setInteractor, setOnCapabilitiesLoaded, setOnImageLoaded, setPanFactor, setPopupMenu, setResizable, setScrollBar, setServlet, setServletURL, setUpdateInterval, setWaitingImage, setZoomFactor, showAll, updateAll, updateImage, zoomBy, zoomIn, zoomOut, zoomToIdentity |
Methods inherited from class IlvSizedViewProxyafterLayoutHandler, getAbsoluteBounds, getBounds, getCreationSize, getHeight, getMinimumSize, getWidth, positionAfterLayout, registerResizeListener, resizeAfterLayout, setMinimumSize |
Methods inherited from class IlvFacesProxydispose, getAbsoluteId, getJViewsDHTMLObject, getNodeCoords, getObject, getReferenceNode, setAbsoluteId, setJViewsDHTMLObject, setObject, setPageIdSupport, setReferenceNode, toHTML |
Methods inherited from class IlvObjectgetClassName, hashCode, instanceOf, invoke, registerDispose, registerDisposeByClientId, removeHTML, setClassName, superConstructor, superInvoke, toString, updateVisibility |
Constructor Detail
IltEquipmentViewProxy
IltEquipmentViewProxy(clientId, refNodeId, context, width, height)
- Parameters:
-
clientId
- The id used to identify the proxy.
-
refNodeId
- The id of parent node.
-
context
- The context of current view.
-
width
- The width of current view.
-
height
- The height of current view.
Method Detail
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.
©Copyright Rogue Wave Software Inc. 1997, 2018. All Rights Reserved.