|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.zkoss.zk.ui.AbstractComponent
org.zkoss.zul.Area
public class Area
An area of a Imagemap.
| Field Summary |
|---|
| Fields inherited from interface org.zkoss.zk.ui.Component |
|---|
APPLICATION_SCOPE, COMPONENT_SCOPE, DESKTOP_SCOPE, PAGE_SCOPE, REQUEST_SCOPE, SESSION_SCOPE, SPACE_SCOPE |
| Constructor Summary | |
|---|---|
Area()
|
|
Area(java.lang.String coords)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getCoords()
Returns the coordination of this area. |
java.lang.String |
getOuterAttrs()
Returns the attributes for generating the HTML tag; never return null. |
java.lang.String |
getShape()
Returns the shape of this area. |
java.lang.String |
getTooltiptext()
Returns the text as the tooltip. |
void |
setCoords(java.lang.String coords)
Sets the coords of this area. |
void |
setId(java.lang.String id)
|
void |
setParent(org.zkoss.zk.ui.Component parent)
|
void |
setShape(java.lang.String shape)
Sets the shape of this area. |
void |
setTooltiptext(java.lang.String tooltiptext)
Sets the text as the tooltip. |
| Methods inherited from class org.zkoss.zk.ui.AbstractComponent |
|---|
addAnnotation, addAnnotation, addEventHandler, addEventListener, addSharedAnnotationMap, addSharedEventHandlerMap, appendChild, applyProperties, clone, containsVariable, detach, equals, getAnnotatedProperties, getAnnotatedPropertiesBy, getAnnotation, getAnnotation, getAnnotations, getAnnotations, getAttribute, getAttribute, getAttributes, getAttributes, getChildren, getDefinition, getDesktop, getEventHandler, getExtraCtrl, getFellow, getFellowIfAny, getId, getListenerIterator, getMold, getMoldURI, getNamespace, getPage, getParent, getPropagatee, getRoot, getSpaceOwner, getUuid, getVariable, insertBefore, invalidate, isChildable, isListenerAvailable, isVisible, newExtraCtrl, onChildAdded, onChildRemoved, onDrawNewChild, onWrongValue, redraw, removeAttribute, removeAttribute, removeChild, removeEventListener, response, sessionDidActivate, sessionWillPassivate, setAttribute, setAttribute, setComponentDefinition, setMold, setPage, setVariable, setVisible, smartUpdate, smartUpdate, smartUpdate, toString, unsetVariable |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Area()
public Area(java.lang.String coords)
| Method Detail |
|---|
public final java.lang.String getShape()
Default: null (means rectangle).
public final void setShape(java.lang.String shape)
throws org.zkoss.zk.ui.WrongValueException
org.zkoss.zk.ui.WrongValueException - if shape is not one of
null, "rect", "rectangle", "circle", "circ", "ploygon", and "poly".public final java.lang.String getCoords()
public final void setCoords(java.lang.String coords)
getShape():
Note: (0, 0) is the upper-left corner.
public java.lang.String getTooltiptext()
Default: null.
public void setTooltiptext(java.lang.String tooltiptext)
public java.lang.String getOuterAttrs()
Used only by component developers.
public void setId(java.lang.String id)
setId in interface org.zkoss.zk.ui.ComponentsetId in class org.zkoss.zk.ui.AbstractComponentpublic void setParent(org.zkoss.zk.ui.Component parent)
setParent in interface org.zkoss.zk.ui.ComponentsetParent in class org.zkoss.zk.ui.AbstractComponent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||