Skip to main content
NEXT CLASS FRAMES NO FRAMES

 

Class IltEquipmentTiledViewProxy

IlvObject
   |
   +--IlvPropertyStateManager
      |
      +--IlvFacesProxy
         |
         +--IlvSizedViewProxy
            |
            +--IlvBasicViewProxy
               |
               +--IlvFacesViewProxy
                  |
                  +--IlvFacesTiledViewProxy
                     |
                     +--IltEquipmentTiledViewProxy

Category:
TGO JSF component
JavaScript File:
IltEquipmentTiledViewProxy.js
Description:
The client side abstraction that represents an ilog.tgo.faces.equipment.dhtml.component.IltFacesDHTMLEquipmentView when tiled.

Since:
JViews 8.0

Constructor Summary
Constructor Attributes Constructor Name and Description
 
IltEquipmentTiledViewProxy(clientId, refNodeId, context, width, height, tileSize)
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.
 
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.
Methods inherited from class 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, 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 IlvBasicViewProxy
getMessageBox, getServletClass, init, setMessageBox, setServletClass
Methods inherited from class IlvSizedViewProxy
afterLayoutHandler, getAbsoluteBounds, getBounds, getCreationSize, getHeight, getMinimumSize, getWidth, positionAfterLayout, registerResizeListener, resizeAfterLayout, setMinimumSize
Methods inherited from class IlvFacesProxy
dispose, getAbsoluteId, getJViewsDHTMLObject, getNodeCoords, getObject, getReferenceNode, setAbsoluteId, setJViewsDHTMLObject, setObject, setPageIdSupport, setReferenceNode, toHTML
Methods inherited from class IlvPropertyStateManager
getClientId, notify
Methods inherited from class IlvObject
getClassName, hashCode, instanceOf, invoke, registerDispose, registerDisposeByClientId, removeHTML, setClassName, superConstructor, superInvoke, toString, updateVisibility
Constructor Detail
IltEquipmentTiledViewProxy
IltEquipmentTiledViewProxy(clientId, refNodeId, context, width, height, tileSize)
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.
tileSize - The size of the tile.
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.