IlvObject | +--IlvPropertyStateManager | +--IlvFacesProxy | +--IlvSizedViewProxy | +--IlvBasicViewProxy | +--IlvHierarchyChartViewProxy
IlvHierarchyChartViewProxy
is the proxy that handles an IlvGanttView
subclass DHTML object.Constructor Attributes | Constructor Name and Description |
---|---|
IlvHierarchyChartViewProxy(clientId, refNodeId, width, height, divider, startTime, endTime, reload)
|
Method Attributes | Method Name and Description |
---|---|
IlvHierarchyChartViewProxy.
capabilitiesLoaded(view)
internal implementation
|
|
Returns whether the automatic update will also update the capabilities.
|
|
Returns the message that will be displayed during a column resize.
|
|
Returns the identifier of the data source to be displayed, if defined.
|
|
Returns the location of the divider as the number of pixels from the left
side of the view.
|
|
getEndVisibleInterval(start)
Returns the end time of the visible interval.
|
|
Returns the error message displayed by the view when an error occurred during the image loading.
|
|
Returns the maximum vertical scroll position.
|
|
getPopupMenu(popupMenu)
Returns the specified contextual pop-up menu set on this view.
|
|
Returns the diagrammer project of this diagrammer if set.
|
|
Returns the extent of the move when one click on the background of the horizontal scrollbar.
|
|
Returns the interactor set on the sheet view.
|
|
Returns the identifier of the interactor set on the sheet view.
|
|
Returns the IlvSheetView component of this view.
|
|
getStartVisibleInterval(start)
Returns the start time of the visible interval.
|
|
Returns the style sheet.
|
|
Returns the style sheets.
|
|
Returns the interactor set on the table view.
|
|
Returns the identifier of the interactor set on the table view.
|
|
Returns the IlvTableView component of this view.
|
|
Returns the automatic update interval (in seconds) of the Gantt.
|
|
Returns the vertical scroll position of the chart.
|
|
Returns the current time interval displayed by the sheet.
|
|
Returns the factor used when calling the
zoomIn and
zoomOut methods. |
|
IlvHierarchyChartViewProxy.
imageLoaded(view)
internal implementation
|
|
Returns whether the managed view is resizable or not.
|
|
Returns whether the sheet view is horizontal scrollable.
|
|
Returns whether the sheet view is vertical scrollable.
|
|
performJSFAction(mb, params, updateAll)
Performs an predefined action that will invoke the specified method binding.
|
|
scrollTo(startTime, y)
Queries a new image showing the sheet scrolled to the specified position.
|
|
scrollToDay(date, delta)
Queries a new image showing the specified day.
|
|
scrollToMonth(date, delta)
Queries a new image showing the specified month.
|
|
scrollToWeek(date, delta)
Queries a new image showing the specified week.
|
|
scrollToYear(date, delta)
Queries a new image showing the specified year.
|
|
setAccessible(accessible)
Sets whether the managed view is accessible or not.
|
|
setAutoUpdateCapabilities(autoUpdateCapabilities)
Sets whether the automatic update will also update the capabilities.
|
|
setColumnResizeMessage(message)
Sets the message that will be displayed during a column resize.
|
|
setDataSourceId(dataSourceId, updateImage)
Sets the identifier of the data source to be displayed by the chart.
|
|
setDividerLocation(dividerLocation, update)
Sets the location of the divider as the number of pixels from the left
side of the view.
|
|
setEndVisibleInterval(startTime, endTime)
Queries a new image showing the specified end time interval.
|
|
setErrorMessage(errorMessage)
The error message displayed by the view when an error occurred during the image loading.
|
|
setHotkeys(hotkeys)
Sets the keyboard hotkeys for the view.
|
|
setInteractors(tableInteractor, sheetInteractor)
Sets the interactors on the table and the sheet view.
|
|
setPopupMenu(popupMenu)
Sets the specified contextual pop-up menu on this view.
|
|
setProject(project, update)
The project property.
|
|
setResizable(resizable)
Sets whether the managed view is resizable or not.
|
|
setSheetHScrollable(scrollable)
Sets the sheet view horizontal scrollable.
|
|
Sets the extent of the move when one click on the background of the horizontal scrollbar.
|
|
setSheetInteractor(interactor)
Sets the interactor on the sheet view.
|
|
setSheetVScrollable(scrollable)
Sets the sheet view vertical scrollable.
|
|
setSplitterArrowsVisible(hideView)
Sets hide view for hierarchy chart view.
|
|
setStartVisibleInterval(startTime, endTime)
Queries a new image showing the specified start time interval.
|
|
setStyleSheet(css, update)
Sets the style sheet to set.
|
|
setStyleSheets(css, update)
Sets the style sheets to set.
|
|
setTableInteractor(interactor)
Sets the interactor on the table view.
|
|
setUpdateInterval(updateInterval)
The automatic update interval (in seconds) of the Gantt.
|
|
Queries a new image showing the chart scrolled to the specified vertical
position.
|
|
setVisibleInterval(startTime, endTime, update)
Queries a new image showing the specified time interval.
|
|
setZoomFactor(factor)
Sets the factor used when calling the
zoomIn and
zoomOut methods. |
|
zoomBy(z)
Zooms the view to a specified factor by querying a new image from the server.
|
|
zoomIn()
Zooms the view in by querying a new image from the server.
|
|
zoomOut()
Zooms the view out by querying a new image from the server.
|
|
Zooms the view to fit the data by querying a new image from the server.
|
getImageFormat, getMessageBox, getServletClass, getServletURL, getWaitingImage, init, setImageFormat, setMessageBox, setServletClass, setServletURL, setWaitingImage |
afterLayoutHandler, getAbsoluteBounds, getBounds, getCreationSize, getHeight, getMinimumSize, getWidth, positionAfterLayout, registerResizeListener, resizeAfterLayout, setMinimumSize |
dispose, getAbsoluteId, getJViewsDHTMLObject, getNodeCoords, getObject, getReferenceNode, setAbsoluteId, setJViewsDHTMLObject, setObject, setPageIdSupport, setReferenceNode, toHTML |
getClientId, notify |
getClassName, hashCode, instanceOf, invoke, registerDispose, registerDisposeByClientId, removeHTML, setClassName, superConstructor, superInvoke, toString, updateVisibility |
autoUpdateCapabilities
flag.start
and end
are Date
values
that give the start and end of the time interval. The third property is
duration
. It is an integer value that gives the interval duration in
milliseconds.
zoomIn
and
zoomOut
methods.
This action will be executed before the image generation.
The signature of the method must be void methodName (IlvHierarchyChart, String[])
where
the first parameter is the IlvHierarchyChart
instance that renders the image and the second
parameter is the array of action parameters.
The action must only change the IlvHierarchyChart instance as only the image is refreshed (the JSF components are not).
Date
.
Date
object that specifies the day to be
displayed.
Date
object that specifies the month to be
displayed.
Date
object that specifies the week to be
displayed.
Date
object that specifies the year to be
displayed.
autoUpdateCapabilities
flag to set.
Date
.
Date
.
setTableInteractor(tableInteractor) and setSheetInteractor(sheetInteractor)
.
null
to remove the current interactor on the table view.
null
to remove the current interactor on the sheet view.
updateAll
to update image, capabilities and
overview or updateImage
to update only the image.
null
to remove the current interactor.
Date
.
Date
.
null
to remove the current interactor.
Date
.
Date
.
zoomIn
and
zoomOut
methods.
The default value is 1.5.