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 IAreaIArea. DEFAULTConstant 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 IAreaIAreaCtrl. from(org.zkoss.zul.Area instance)static IAreaIArea. of(java.lang.String coords)Returns the instance with the given coordinates.static IAreaIArea. ofId(java.lang.String id)Returns the instance with the given id.IAreaIArea. withCoords(java.lang.String coords)Returns a copy ofthisimmutable component with the specifiedcoords.IAreaIArea. withShape(java.lang.String shape)Returns a copy ofthisimmutable component with the specifiedshape.default IAreaIArea. withShape(IArea.Shape shape)Returns a copy ofthisimmutable component with the specifiedshape.IAreaIArea. withTabindex(java.lang.Integer tabindex)Returns a copy ofthisimmutable component with the specifiedtabindex.IAreaIArea. withTooltiptext(java.lang.String tooltiptext)Returns a copy ofthisimmutable 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.
-