Class ProjectGanttTreeRenderer
java.lang.Object
overit.geocallapp.utilities.ux.ui.container.gantt.view.renderer.GanttBaseRenderer<BOProjectActivity,BOProjectActivity>
overit.geocallapp.utilities.ux.ui.container.gantt.view.renderer.GanttTreeRenderer<BOProjectActivity,BOProjectActivity>
overit.geocallapp.wfm.project.ux.structure.gantt.ProjectGanttTreeRenderer
- All Implemented Interfaces:
Serializable,GanttRenderer<BOProjectActivity,BOProjectActivity>
public class ProjectGanttTreeRenderer
extends GanttTreeRenderer<BOProjectActivity,BOProjectActivity>
- See Also:
-
Field Summary
Fields inherited from class overit.geocallapp.utilities.ux.ui.container.gantt.view.renderer.GanttTreeRenderer
_collapsedIcon, _expandedIcon, _showBloksCounter, COLLAPSE_ROW_EVENT, EXPAND_ROW_EVENT, INDENTATION_WIDTH, ROW_INDICATOR_CLICK_EVENT, ROW_INDICATOR_MENU_EVENT, TREE_CONTENT_CLASS, TREE_NODE_CLASS, TREE_NODE_INDICATOR_CLASS, TREE_WRAPPER_CLASSFields inherited from class overit.geocallapp.utilities.ux.ui.container.gantt.view.renderer.GanttBaseRenderer
_cleaner, _eventsToValidate, _gridCols, _gridRows, _helperFactory, _itemClickEvent, _itemContextMenuEvent, _renderedRows, _width, DEFAULT_WIDTH, EVENT_PARAM_ATTRIBUTE, HEADER_CLASS, HEADER_ROW_CLASS, HEADER_ROW_HEIGHT, indicatorIconsMap, LOG, NO_CLICK_EVENT, NULL_EL, PROXY_TOOLTIP_CLASS, PROXY_TOOLTIP_DATA_ATTRIBUTE, ROW_CLASS, TOOLTIP_ATTRIBUTE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddRow(GanttView<BOProjectActivity, BOProjectActivity> view, GanttRow<BOProjectActivity, BOProjectActivity> row) protected org.apache.ecs.html.DivbuildRowDescriptionElement(GanttView<BOProjectActivity, BOProjectActivity> view, GanttRow<BOProjectActivity, BOProjectActivity> row) protected voidrenderProjectRow(GanttView<BOProjectActivity, BOProjectActivity> view, ProjectGanttRow row, org.apache.ecs.html.Div descriptionEl, String pStyle) protected voidrenderRegularActivity(GanttView<BOProjectActivity, BOProjectActivity> view, GanttRow<BOProjectActivity, BOProjectActivity> row, org.apache.ecs.html.Div descriptionEl, String pStyle) Methods inherited from class overit.geocallapp.utilities.ux.ui.container.gantt.view.renderer.GanttTreeRenderer
buildCounterIcon, buildDisplayScript, buildExpandIcon, buildGrid, buildHeader, buildHeaderRow, buildHtml, buildIndicatorIcons, buildRow, getJSVariableName, initIcons, setShowBlocksCounterMethods inherited from class overit.geocallapp.utilities.ux.ui.container.gantt.view.renderer.GanttBaseRenderer
addEvent, addEventValidation, buildContainerStyle, buildGridCol, buildGridRow, cleaner, clearRenderedElements, getHeaderHeight, getHelper, getRowBaseStyle, getWidth, initIndicatorsMap, setItemClickEvent, setItemContextMenuEvent, setWidthMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface overit.geocallapp.utilities.ux.ui.container.gantt.view.renderer.GanttRenderer
getWidth, setItemClickEvent, setItemContextMenuEvent, setWidth
-
Constructor Details
-
ProjectGanttTreeRenderer
public ProjectGanttTreeRenderer()
-
-
Method Details
-
addRow
public void addRow(GanttView<BOProjectActivity, BOProjectActivity> view, GanttRow<BOProjectActivity, BOProjectActivity> row) - Specified by:
addRowin interfaceGanttRenderer<BOProjectActivity,BOProjectActivity> - Overrides:
addRowin classGanttTreeRenderer<BOProjectActivity,BOProjectActivity> - Parameters:
view- the callingGanttViewrow- theGanttRowfor which generate the HTML
-
buildRowDescriptionElement
protected org.apache.ecs.html.Div buildRowDescriptionElement(GanttView<BOProjectActivity, BOProjectActivity> view, GanttRow<BOProjectActivity, BOProjectActivity> row) - Overrides:
buildRowDescriptionElementin classGanttTreeRenderer<BOProjectActivity,BOProjectActivity>
-
renderProjectRow
protected void renderProjectRow(GanttView<BOProjectActivity, BOProjectActivity> view, ProjectGanttRow row, org.apache.ecs.html.Div descriptionEl, String pStyle) -
renderRegularActivity
protected void renderRegularActivity(GanttView<BOProjectActivity, BOProjectActivity> view, GanttRow<BOProjectActivity, BOProjectActivity> row, org.apache.ecs.html.Div descriptionEl, String pStyle)
-