Uses of Interface
org.zkoss.stateless.sul.IFisheye
-
Packages that use IFisheye Package Description org.zkoss.stateless.sul -
-
Uses of IFisheye in org.zkoss.stateless.sul
Fields in org.zkoss.stateless.sul declared as IFisheye Modifier and Type Field Description static IFisheye
IFisheye. DEFAULT
Constant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return IFisheye Modifier and Type Method Description static IFisheye
IFisheyeCtrl. from(Fisheye instance)
static IFisheye
IFisheye. of(java.lang.String label)
Returns the instance with the given label.static IFisheye
IFisheye. of(java.lang.String label, java.lang.String image)
Returns the instance with the given label and image.static IFisheye
IFisheye. ofId(java.lang.String id)
Returns the instance with the given id.static IFisheye
IFisheye. ofImage(java.lang.String image)
Returns the instance with the given image.default IFisheye
IFisheye. withHeight(java.lang.String height)
This method is unsupported.default IFisheye
IFisheye. withWidth(java.lang.String width)
This method is unsupported.Methods in org.zkoss.stateless.sul with parameters of type IFisheye Modifier and Type Method Description static IFisheyebar
IFisheyebar. of(IFisheye... children)
Returns the instance with the givenIFisheye
children.Method parameters in org.zkoss.stateless.sul with type arguments of type IFisheye Modifier and Type Method Description static IFisheyebar
IFisheyebar. of(java.lang.Iterable<? extends IFisheye> children)
Returns the instance with the givenIFisheye
children.
-