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 IFisheyeIFisheye. DEFAULTConstant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return IFisheye Modifier and Type Method Description static IFisheyeIFisheyeCtrl. from(org.zkoss.zkex.zul.Fisheye instance)static IFisheyeIFisheye. of(java.lang.String label)Returns the instance with the given label.static IFisheyeIFisheye. of(java.lang.String label, java.lang.String image)Returns the instance with the given label and image.static IFisheyeIFisheye. ofId(java.lang.String id)Returns the instance with the given id.static IFisheyeIFisheye. ofImage(java.lang.String image)Returns the instance with the given image.default IFisheyeIFisheye. withHeight(java.lang.String height)This method is unsupported.default IFisheyeIFisheye. 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 IFisheyebarIFisheyebar. of(IFisheye... children)Returns the instance with the givenIFisheyechildren.Method parameters in org.zkoss.stateless.sul with type arguments of type IFisheye Modifier and Type Method Description static IFisheyebarIFisheyebar. of(java.lang.Iterable<? extends IFisheye> children)Returns the instance with the givenIFisheyechildren.
-