Uses of Interface
org.zkoss.stateless.sul.IArea
-
Packages that use IArea Package Description org.zkoss.stateless.sul -
-
Uses of IArea in org.zkoss.stateless.sul
Fields in org.zkoss.stateless.sul declared as IArea Modifier and Type Field Description static IArea
IArea. DEFAULT
Constant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul with type parameters of type IArea Modifier and Type Method Description static <I extends IArea>
IImagemapIImagemap. of(I... areas)
Returns the instance with the givenareas
.static <I extends IArea>
IImagemapIImagemap. of(java.lang.Iterable<? extends I> areas)
Returns the instance with the givenareas
.Methods in org.zkoss.stateless.sul that return IArea Modifier and Type Method Description static IArea
IAreaCtrl. from(Area instance)
static IArea
IArea. of(java.lang.String coords)
Returns the instance with the given coordinates.static IArea
IArea. ofId(java.lang.String id)
Returns the instance with the given id.IArea
IArea. withCoords(java.lang.String coords)
Returns a copy ofthis
immutable component with the specifiedcoords
.IArea
IArea. withShape(java.lang.String shape)
Returns a copy ofthis
immutable component with the specifiedshape
.default IArea
IArea. withShape(IArea.Shape shape)
Returns a copy ofthis
immutable component with the specifiedshape
.IArea
IArea. withTabindex(java.lang.Integer tabindex)
Returns a copy ofthis
immutable component with the specifiedtabindex
.IArea
IArea. withTooltiptext(java.lang.String tooltiptext)
Returns a copy ofthis
immutable component with the specifiedtooltiptext
.Methods in org.zkoss.stateless.sul with parameters of type IArea Modifier and Type Method Description static <I extends IArea>
IImagemapIImagemap. of(I... areas)
Returns the instance with the givenareas
.
-