public class IlvFacesDHTMLViewSupportImpl extends IlvDHTMLHelperImpl implements IlvDHTMLFrameworkConstants, IlvFacesDHTMLViewSupport
IlvDHTMLViewSupport
that defines a
view that has the properties necessary to have a DHTML render.Modifier and Type | Field and Description |
---|---|
static Boolean |
ACCESSIBLE_DEFAULT_VALUE
Default value of accessible property.
|
static Boolean |
GENERATE_IMAGE_MAP_DEFAULT_VALUE
Flag indicating whether an image map should be generated or not.
|
static Boolean |
IMAGE_MAP_VISIBLE_DEFAULT_VALUE
Flag indicating whether an image map should be visible or not (if generated).
|
static Boolean |
RESIZABLE_DEFAULT_VALUE
Default value of resizable property.
|
static Integer |
UPDATE_INTERVAL_DEFAULT_VALUE
The interval in seconds between two automatic updates.
|
helped
SESSION_ID_PREFIX, STATE_URL, STATIC_LAYERS_COUNT_PARAM, TILE_MANAGER, UPDATE_INTERVAL
AUTO_REFRESH, BOUNDING_BOX, COLOR, CONSTRAINED_ON_CONTENTS, GROUPABLE, HITMAP_LAYERS, IGNORE_CONTENT_ASPECT_RATIO, INTERACTOR, INTERACTOR_ID, MAX_ZOOM_LEVEL, MIN_ZOOM_LEVEL, NB_BUTTONS, OPACITY, ORIENTATION, ORIENTATION_HORIZONTAL, ORIENTATION_VERTICAL, PAN_FACTOR, STATIC_LAYERS_COUNT, TEMPLATE, TILE_SIZE, TOLERANCE, VISIBLE_LAYERS, ZOOM_FACTOR, ZOOM_LEVELS
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
Constructor and Description |
---|
IlvFacesDHTMLViewSupportImpl(IlvBasicView helped)
Creates a new
IlvFacesDHTMLViewSupportImpl instance. |
Modifier and Type | Method and Description |
---|---|
Color |
getBackgroundColor()
Returns the background color of the view
|
String |
getBeforeSessionExpirationHandler()
Returns the JavaScript code that will be called when the session is about to expire.
|
String |
getErrorMessage()
Returns the message displayed by the view if an error occurred during the image
generation by the server.
|
String |
getFamily()
Returns
null as this component is a helper and not a real component. |
IlvImageMapAreaGenerator |
getImageMapGenerator()
Returns the image map generator.
|
String |
getImageMapGeneratorClass()
Returns the image map generator class name.
|
String |
getOnCapabilitiesLoaded()
Returns the JavaScript code executed when the capabilities are loaded from
the server.
|
String |
getOnImageLoaded()
Returns the JavaScript code that is executed when the image is loaded.
|
String |
getStateURL()
Returns a string that represents the client view state.
|
IlvTileManager |
getTileManager()
Returns the tile manager.
|
int |
getUpdateInterval()
Returns the interval in seconds between two automatic updates.
|
IlvManagerView |
getView()
Returns the manager view to be displayed by the helped view.
|
IlvManagerView |
getView(IlvManagerView superView)
Returns the manager view to be displayed by the helped view.
|
boolean |
isAccessible()
Returns whether the view is accessible or not.
|
boolean |
isGenerateImageMap()
Returns the flag indicating that an image map should be generated.
|
boolean |
isImageMapVisible()
Returns the flag indicating whether an image map should be visible or not (if
generated)
|
boolean |
isResizable()
Returns whether the view is resizable or not.
|
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 |
setBackgroundColor(Color backgroundColor)
Sets the background color of the view.
|
void |
setBeforeSessionExpirationHandler(String handler)
Sets the JavaScript code that will be called when the session is about to expire.
|
void |
setErrorMessage(String errorMessage)
The message displayed by the view if an error occurred during the image
generation by the server.
|
void |
setGenerateImageMap(boolean generateImageMap)
Sets the flag indicating whether an image map should be generated or not.
|
void |
setImageMapGenerator(IlvImageMapAreaGenerator imageMapGenerator)
Sets the image map generator.
|
void |
setImageMapGeneratorClass(String imageMapGeneratorClass)
Sets the image map generator class name.
|
void |
setImageMapVisible(boolean imageMapVisible)
Sets the flag indicating whether an image map should be visible or not (if generated)
|
void |
setOnCapabilitiesLoaded(String onCapabilitiesLoaded)
The JavaScript code executed when the capabilities are loaded from the
server.
|
void |
setOnImageLoaded(String onImageLoaded)
The JavaScript code that is executed when the image is loaded.
|
void |
setResizable(boolean resizable)
Sets whether the view is resizable or not.
|
void |
setStateURL(String clientState)
Sets the client state of the component.
|
void |
setTileManager(IlvTileManager tileManager)
Sets the tile manager.
|
void |
setUpdateInterval(int updateInterval)
The interval in seconds between two automatic updates.
|
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
public static final Boolean GENERATE_IMAGE_MAP_DEFAULT_VALUE
public static final Boolean IMAGE_MAP_VISIBLE_DEFAULT_VALUE
public static final Boolean RESIZABLE_DEFAULT_VALUE
public static final Boolean ACCESSIBLE_DEFAULT_VALUE
public IlvFacesDHTMLViewSupportImpl(IlvBasicView helped)
IlvFacesDHTMLViewSupportImpl
instance.helped
- The component to support.public String getFamily()
null
as this component is a helper and not a real component.null
.public int getUpdateInterval()
getUpdateInterval
in interface IlvFacesDHTMLViewSupport
public void setUpdateInterval(int updateInterval)
setUpdateInterval
in interface IlvFacesDHTMLViewSupport
updateInterval
- The new update interval to set.public boolean isGenerateImageMap()
isGenerateImageMap
in interface IlvFacesDHTMLViewSupport
true
if the image map will be generated, false
otherwise.public void setGenerateImageMap(boolean generateImageMap)
setGenerateImageMap
in interface IlvFacesDHTMLViewSupport
generateImageMap
- The flag value to set.public boolean isImageMapVisible()
isImageMapVisible
in interface IlvFacesDHTMLViewSupport
true
if the image map will be shown, false
otherwise.public void setImageMapVisible(boolean imageMapVisible)
setImageMapVisible
in interface IlvFacesDHTMLViewSupport
imageMapVisible
- The flag value to set.public IlvImageMapAreaGenerator getImageMapGenerator()
Returns the image map generator.
If thegenerateImageMap
property is true
,
this generator will be invoked to dynamically create the image map.
getImageMapGenerator
in interface IlvFacesDHTMLViewSupport
public void setImageMapGenerator(IlvImageMapAreaGenerator imageMapGenerator)
Sets the image map generator.
If thegenerateImageMap
property is true
,
this generator will be invoked to dynamically create the image map.
setImageMapGenerator
in interface IlvFacesDHTMLViewSupport
imageMapGenerator
- The image map generator.public String getImageMapGeneratorClass()
Returns the image map generator class name.
If the generateImageMap
property is true
, and
the imageMapgenerator
property is not set, an instance of this generator
will be created and this generator will be invoked to dynamically create the image map.
getImageMapGeneratorClass
in interface IlvFacesDHTMLViewSupport
public void setImageMapGeneratorClass(String imageMapGeneratorClass)
Sets the image map generator class name.
If the generateImageMap
property is true
, and
the imageMapgenerator
property is not set, an instance of this generator
will be created and this generator will be invoked to dynamically create the image map.
setImageMapGeneratorClass
in interface IlvFacesDHTMLViewSupport
imageMapGeneratorClass
- The image map generator class name.public Color getBackgroundColor()
getBackgroundColor
in interface IlvFacesDHTMLViewSupport
public void setBackgroundColor(Color backgroundColor)
setBackgroundColor
in interface IlvFacesDHTMLViewSupport
backgroundColor
- The background color to set.public String getOnImageLoaded()
getOnImageLoaded
in interface IlvFacesDHTMLViewSupport
imageLoaded
event.public void setOnImageLoaded(String onImageLoaded)
setOnImageLoaded
in interface IlvFacesDHTMLViewSupport
onImageLoaded
- The new JavaScript function handler.public String getOnCapabilitiesLoaded()
getOnCapabilitiesLoaded
in interface IlvFacesDHTMLViewSupport
capabilitiesLoaded
event.public void setOnCapabilitiesLoaded(String onCapabilitiesLoaded)
setOnCapabilitiesLoaded
in interface IlvFacesDHTMLViewSupport
onCapabilitiesLoaded
- The new JavaScript function handler.public String getErrorMessage()
getErrorMessage
in interface IlvFacesDHTMLViewSupport
public void setErrorMessage(String errorMessage)
setErrorMessage
in interface IlvFacesDHTMLViewSupport
errorMessage
- The new error message to set.public String getStateURL()
getStateURL
in interface IlvFacesDHTMLViewSupport
public void setStateURL(String clientState)
setStateURL
in interface IlvFacesDHTMLViewSupport
clientState
- The client state of the component.public boolean isResizable()
isResizable
in interface IlvFacesDHTMLViewSupport
public void setResizable(boolean resizable)
setResizable
in interface IlvFacesDHTMLViewSupport
resizable
- The resizable flag to set.public boolean isAccessible()
isAccessible
in interface IlvFacesDHTMLViewSupport
public void setAccessible(boolean accessible)
setAccessible
in interface IlvFacesDHTMLViewSupport
accessible
- The accessible flag to set.public IlvManagerView getView()
getView(null)
.getView
in interface IlvFacesDHTMLViewSupport
public IlvManagerView getView(IlvManagerView superView)
superView
- The manager view resulting by a call to super.getView()
by the helped view.public IlvTileManager getTileManager()
The tile manager is used when the view is tiled, that is, if the tileSize
property is greater or equals to 0.
getTileManager
in interface IlvFacesDHTMLViewSupport
public void setTileManager(IlvTileManager tileManager)
The tile manager is used when the view is tiled, that is, if the tileSize
property is greater or equals to 0.
setTileManager
in interface IlvFacesDHTMLViewSupport
tileManager
- The tile manager to set.public String getBeforeSessionExpirationHandler()
getBeforeSessionExpirationHandler
in interface IlvFacesDHTMLViewSupport
public void setBeforeSessionExpirationHandler(String handler)
This code can use the view
implicit variable that represents the JavaScript proxy of this component.
setBeforeSessionExpirationHandler
in interface IlvFacesDHTMLViewSupport
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.