public class ClientSideImageMap extends Panel
Image component.ENABLE, FLAG_INITIALIZED, FLAG_REMOVING_FROM_HIERARCHY, FLAG_RESERVED1, FLAG_RESERVED2, FLAG_RESERVED3, FLAG_RESERVED4, FLAG_RESERVED5, FLAG_RESERVED8, PARENT_PATH, PATH_SEPARATOR, RENDER, RFLAG_CONTAINER_DEQUEING| Constructor and Description |
|---|
ClientSideImageMap(String id,
Image image)
Constructs a client-side image map which is "attached" to the given
Image component. |
| Modifier and Type | Method and Description |
|---|---|
ClientSideImageMap |
addCircleArea(AbstractLink link,
int x,
int y,
int radius)
Adds a circle-shaped area centered at (x,y) with radius r.
|
ClientSideImageMap |
addPolygonArea(AbstractLink link,
int... coordinates)
Adds a polygon-shaped area defined by coordinates.
|
ClientSideImageMap |
addRectangleArea(AbstractLink link,
int x1,
int y1,
int x2,
int y2)
Adds a rectangular-shaped area.
|
ClientSideImageMap |
addShapeArea(AbstractLink link,
Shape shape)
Adds an area defined by a shape object.
|
String |
newChildId()
Generates a unique id string.
|
protected void |
onComponentTag(ComponentTag tag)
Processes the component tag.
|
newMarkupSourcingStrategygetWebPage, getWebRequest, getWebResponse, getWebSessionadd, addDequeuedComponent, addOrReplace, autoAdd, canDequeueTag, contains, dequeue, dequeue, findComponentToDequeue, get, get, getAssociatedMarkup, getAssociatedMarkupStream, getMarkup, getMarkupType, internalAdd, internalInitialize, iterator, iterator, newDequeueContext, onAfterRenderChildren, onComponentTagBody, onDetach, onInitialize, onRender, queue, remove, remove, removeAll, renderAll, renderAssociatedMarkup, renderNext, replace, setDefaultModel, size, swap, toString, toString, visitChildren, visitChildren, visitChildren, visitChildrenadd, addStateChange, afterRender, beforeRender, canCallListenerInterface, canCallListenerInterfaceAfterExpiry, checkComponentTag, checkComponentTagAttribute, checkHierarchyChange, clearOriginalDestination, configure, continueToOriginalDestination, debug, detach, detachModel, detachModels, determineVisibility, error, exceptionMessage, fatal, findMarkupStream, findPage, findParent, findParentWithAssociatedMarkup, getAjaxRegionMarkupId, getApplication, getBehaviorById, getBehaviorId, getBehaviors, getBehaviors, getClassRelativePath, getConverter, getDefaultModel, getDefaultModelObject, getDefaultModelObjectAsString, getDefaultModelObjectAsString, getEscapeModelStrings, getFeedbackMessages, getFlag, getId, getInnermostModel, getInnermostModel, getLocale, getLocalizer, getMarkup, getMarkupAttributes, getMarkupId, getMarkupId, getMarkupIdFromMarkup, getMarkupIdImpl, getMarkupSourcingStrategy, getMetaData, getModelComparator, getOutputMarkupId, getOutputMarkupPlaceholderTag, getPage, getPageRelativePath, getParent, getPath, getRenderBodyOnly, getRequest, getRequestCycle, getRequestFlag, getResponse, getSession, getSizeInBytes, getStatelessHint, getString, getString, getString, getStyle, getVariation, hasBeenRendered, hasErrorMessage, hasFeedbackMessage, info, initModel, internalOnModelChanged, internalPrepareForRender, internalRenderComponent, internalRenderHead, isActionAuthorized, isAuto, isBehaviorAccepted, isEnableAllowed, isEnabled, isEnabledInHierarchy, isIgnoreAttributeModifier, isRenderAllowed, isStateless, isVersioned, isVisibilityAllowed, isVisible, isVisibleInHierarchy, markRendering, modelChanged, modelChanging, onAfterRender, onBeforeRender, onConfigure, onEvent, onModelChanged, onModelChanging, onRemove, prepareForRender, redirectToInterceptPage, remove, remove, render, renderComponentTag, rendered, renderHead, renderHead, renderPlaceholderTag, replaceComponentTagBody, replaceWith, sameInnermostModel, sameInnermostModel, send, setAuto, setDefaultModelObject, setEnabled, setEscapeModelStrings, setFlag, setIgnoreAttributeModifier, setMarkup, setMarkupId, setMarkupIdImpl, setMetaData, setOutputMarkupId, setOutputMarkupPlaceholderTag, setParent, setRenderBodyOnly, setRequestFlag, setResponsePage, setResponsePage, setResponsePage, setVersioned, setVisibilityAllowed, setVisible, success, urlFor, urlFor, urlFor, urlFor, urlFor, visitParents, visitParents, warn, wrapclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitdequeue, newDequeueContextprotected void onComponentTag(ComponentTag tag)
ComponentonComponentTag in class Componenttag - Tag to modifypublic String newChildId()
public ClientSideImageMap addCircleArea(AbstractLink link, int x, int y, int radius)
link - the linkx - x coordinate of the center of the circley - y coordinate of centerradius - the radiuspublic ClientSideImageMap addPolygonArea(AbstractLink link, int... coordinates)
link - the linkcoordinates - the coordinates for the polygonpublic ClientSideImageMap addRectangleArea(AbstractLink link, int x1, int y1, int x2, int y2)
link - the linkx1 - top left xy1 - top left yx2 - bottom right xy2 - bottom right ypublic ClientSideImageMap addShapeArea(AbstractLink link, Shape shape)
link - the linkshape - the shapeCopyright © 2006–2014 Apache Software Foundation. All rights reserved.