public class IlvFacesDHTMLGanttSupportImpl extends IlvDHTMLHelperImpl implements IlvFacesDHTMLGanttSupport, IlvFacesDHTMLGanttConstants
IlvFacesDHTMLGanttSupport
interface.Modifier and Type | Field and Description |
---|---|
static Boolean |
ACCESSIBLE_DEFAULT_VALUE
Default value of the accessible property.
|
static Boolean |
AUTO_UPDATE_CAPABILITIES_DEFAULT_VALUE
Default value of
autoUpdateCapabilities property. |
static Boolean |
RESIZABLE_DEFAULT_VALUE
Default value of the resizable property.
|
static Integer |
UPDATE_INTERVAL_DEFAULT_VALUE
Default value of
updateInterval property. |
helped
ACCESSIBLE, ACTION_NAME, AUTO_SUBMIT, BACKGROUND_COLOR, CAPABILITIES_LOADED_HANDLER, COMPONENT, DO_ACTION_ON_BG_DESELECT, ERROR_MESSAGE, GENERATE_IMAGE_MAP, HOTKEYS, IMAGE_FORMAT, IMAGE_LOADED_HANDLER, IMAGE_MAP_GENERATOR, IMAGE_MAP_GENERATOR_CLASS, IMAGE_MAP_VISIBLE, IMAGE_SERVLET_CONTEXT, INVOCATION_CONTEXT, JSF_CONTEXT, ON_CLICK, ON_SELECTION_CHANGED, PARTIAL_SUBMIT, PORTLET_CONTEXT_KEY, PORTLET_SESSION_KEY, REPLACE_PATTERN, RESIZABLE, SELECTION_RESIZABLE_CLASS, SESSION_EXP_HANDLER, SUBMITTED_VALUE, WAITING_IMAGE
AFTER_HANDLER, BASETEXTDIRECTION, BEFORE_HANDLER, BUTTON_GROUP_ID, BUTTON_TYPE, CHARTS_BUNDLE, CHARTS_MESSAGE_BUNDLE, CORE_BUNDLE, CORE_MESSAGE_BUNDLE, CURSOR, DATA, DECODED_PROPERTY, DEFAULT_LINE_COLOR, DELETION_ALLOWED, DIAGRAMMER_BUNDLE, DIAGRAMMER_MESSAGE_BUNDLE, ENABLED, EVENT_TYPE, FILL_ON, FORCE_UPDATE_PROPERTIES, FRAMEWORK_BUNDLE, FRAMEWORK_MESSAGE_BUNDLE, GANTT_BUNDLE, GANTT_MESSAGE_BUNDLE, HEIGHT, IMAGE, IMAGE_MODE, INFO_PROVIDER_MB, INT_NOT_DEFINED, INTERACTORS, INTERCEPT_INTERACTOR, ITEM_DISABLED_STYLE_CLASS, ITEM_HIGHLIGHTED_STYLE_CLASS, ITEM_STYLE_CLASS, LINE_COLOR, LINE_WIDTH, MAPS_BUNDLE, MAPS_MESSAGE_BUNDLE, MENU_MODEL_ID, MESSAGE, MESSAGE_BOX, MESSAGE_BOX_ID, MOVE_ALLOWED, OBJECT_FINDER, PARAM_COMPID, PARAM_DATA, PARAM_KEY, PARAM_NAMESPACE, PARAM_RESOURCE, PARAM_SERVICE, PARAM_TYPE, POPUP_MENU, POPUP_MENU_FACTORY, POPUP_MENU_FACTORY_CLASS, PORTLET_NAMESPACE, PROGRESSIVE_ZOOM, PROJECT, RENDER, RESOURCES_PATH, RESOURCES_PATH_PREFIX, ROLLOVER_IMAGE, SCROLL_BAR, SELECTED, SELECTED_IMAGE, SERVICE_FORWARD, SERVICE_FORWARD_INT, SERVLET, SERVLET_CLASS, SERVLET_URL, STYLE, STYLE_CLASS, TGO_BUNDLE, TGO_MESSAGE_BUNDLE, TITLE, TOGGLE, VALUE, VIEW, VIEW_ID, WIDTH
AUTO_UPDATE_CAPABILITIES, COLUMN_RESIZE_MESSAGE, FILENAME, PARAM_COMPID, SESSION_ID_PREFIX, UPDATE_INTERVAL
DATA_SOURCE, DATA_SOURCE_ID, DIVIDER_LOCATION, EDITABLE, END_VISIBLE_INTERVAL, H_SHEET_SCROLLABLE, HIERARCHY_CHART, MESSAGEBOX, MESSAGEBOX_ID, PROPERTY_ACCESSOR, REFRESH_DATA, RESIZE_ACTIVITY, RESIZE_HEADER_ACTION_NAME, ROW_EXPAND_COLLAPSE_ACTION_NAME, ROW_SELECT_ACTION_NAME, SHEET_H_SCROLL_BACKGROUND_CLICK_EXTENT, SHEET_INTERACTOR, SHEET_INTERACTOR_ID, SPLITTER_ARROWS_VISIBLE, START_VISIBLE_INTERVAL, STYLE_SHEET, STYLE_SHEETS, TABLE_INTERACTOR, TABLE_INTERACTOR_ID, V_SHEET_SCROLLABLE, ZOOM_FACTOR
Constructor and Description |
---|
IlvFacesDHTMLGanttSupportImpl(IlvBasicView helped)
Creates a new
IlvFacesDHTMLGanttSupportImpl instance. |
Modifier and Type | Method and Description |
---|---|
String |
getBeforeSessionExpirationHandler()
Returns the JavaScript code that will be called when the session is about to expire.
|
IlvHierarchyChart |
getChart()
Returns the wrapped instance of
IlvHierarchyChart . |
IlvHierarchyChart |
getChart(IlvHierarchyChart superChart)
Gets an instance of the hierarchy chart that will be wrapped.
|
String |
getColumnResizeMessage()
Returns the message displayed by the view message box during the resizing
of a column.
|
String |
getErrorMessage()
Returns the error message displayed by the view when an error occurred
during image loading.
|
String |
getHotkeys()
Returns the hotkeys for this view.
|
int |
getUpdateInterval()
Returns the automatic update interval (in seconds) of the Gantt.
|
boolean |
isAccessible()
Returns whether the view is accessible or not.
|
boolean |
isAutoUpdateCapabilities()
Returns whether the automatic update will also update the capabilities.
|
boolean |
isResizable()
Returns whether the view is resizable.
|
void |
restoreState(javax.faces.context.FacesContext context,
Object stateObj)
Restores the state of this component from the state parameter.
|
Object |
saveState(javax.faces.context.FacesContext context)
Returns the state of this component.
|
void |
setAccessible(boolean accessible)
Sets whether the view is accessible or not.
|
void |
setAutoUpdateCapabilities(boolean autoUpdateCapabilities)
Sets whether the automatic update will also update the capabilities.
|
void |
setBeforeSessionExpirationHandler(String handler)
Sets the JavaScript code that will be called when the session is about to expire.
|
void |
setColumnResizeMessage(String columnResizeMessage)
Sets the message displayed by the view message box during the resizing of a
column.
|
void |
setErrorMessage(String errorMessage)
Sets the error message displayed by the view when an error occurred during
image loading.
|
void |
setHotkeys(String hotkeys)
Sets the hotkeys for this view.
|
void |
setResizable(boolean resizable)
Sets whether the view is resizable.
|
void |
setUpdateInterval(int updateInterval)
Sets the automatic update interval (in seconds) of the Gantt.
|
void |
updateModel(javax.faces.context.FacesContext context)
Updates the referenced values with the local values of the
component if these values were updated from the client.
|
getHelped, getImageFormat, getServlet, getServletClass, getServletURL, getWaitingImage, setHelped, setImageFormat, setServlet, setServletClass, setServletURL, setValue, setWaitingImage
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getImageFormat, getServlet, getServletClass, getServletURL, getWaitingImage, setImageFormat, setServlet, setServletClass, setServletURL, setValue, setWaitingImage
public static final Integer UPDATE_INTERVAL_DEFAULT_VALUE
updateInterval
property.public static final Boolean AUTO_UPDATE_CAPABILITIES_DEFAULT_VALUE
autoUpdateCapabilities
property.public static final Boolean RESIZABLE_DEFAULT_VALUE
public static final Boolean ACCESSIBLE_DEFAULT_VALUE
public IlvFacesDHTMLGanttSupportImpl(IlvBasicView helped)
IlvFacesDHTMLGanttSupportImpl
instance.helped
- The component class that is helped by this class.public int getUpdateInterval()
getUpdateInterval
in interface IlvFacesDHTMLGanttSupport
public void setUpdateInterval(int updateInterval)
setUpdateInterval
in interface IlvFacesDHTMLGanttSupport
updateInterval
- The update interval to set.public String getErrorMessage()
getErrorMessage
in interface IlvFacesDHTMLGanttSupport
public void setErrorMessage(String errorMessage)
setErrorMessage
in interface IlvFacesDHTMLGanttSupport
errorMessage
- The error message to set.public boolean isAutoUpdateCapabilities()
isAutoUpdateCapabilities
in interface IlvFacesDHTMLGanttSupport
public void setAutoUpdateCapabilities(boolean autoUpdateCapabilities)
setAutoUpdateCapabilities
in interface IlvFacesDHTMLGanttSupport
autoUpdateCapabilities
- The automatic update capabilities to set.public String getColumnResizeMessage()
getColumnResizeMessage
in interface IlvFacesDHTMLGanttSupport
public void setColumnResizeMessage(String columnResizeMessage)
setColumnResizeMessage
in interface IlvFacesDHTMLGanttSupport
columnResizeMessage
- The message to set.public boolean isResizable()
isResizable
in interface IlvFacesDHTMLGanttSupport
public void setResizable(boolean resizable)
setResizable
in interface IlvFacesDHTMLGanttSupport
resizable
- The resizable to set.public boolean isAccessible()
public void setAccessible(boolean accessible)
public String getHotkeys()
public void setHotkeys(String hotkeys)
hotkeys
- The hotkeys to set.public IlvHierarchyChart getChart(IlvHierarchyChart superChart)
HIERARCHY_CHART
property.HIERARCHY_CHART
property.IlvFacesHierarchyChartView.createHierarchyChart()
superChart
- The super.getChart()
call of the helped class.public IlvHierarchyChart getChart()
IlvHierarchyChart
.getChart
in interface IlvFacesDHTMLGanttSupport
public String getBeforeSessionExpirationHandler()
getBeforeSessionExpirationHandler
in interface IlvFacesDHTMLGanttSupport
public void setBeforeSessionExpirationHandler(String handler)
This code can use the view
implicit variable that represents the JavaScript proxy of this component.
setBeforeSessionExpirationHandler
in interface IlvFacesDHTMLGanttSupport
handler
- The JavasScript code.public void updateModel(javax.faces.context.FacesContext context)
updateModel
in interface IlvDHTMLHelper
updateModel
in class IlvDHTMLHelperImpl
context
- The current faces context.public Object saveState(javax.faces.context.FacesContext context)
saveState
in interface IlvDHTMLHelper
saveState
in class IlvDHTMLHelperImpl
context
- The current faces context.public void restoreState(javax.faces.context.FacesContext context, Object stateObj)
restoreState
in interface IlvDHTMLHelper
restoreState
in class IlvDHTMLHelperImpl
context
- The current faces context.stateObj
- The previously saved state of this component.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.