Uses of Class
org.zkoss.stateless.sul.IFisheyebar.Edge
-
Packages that use IFisheyebar.Edge Package Description org.zkoss.stateless.sul -
-
Uses of IFisheyebar.Edge in org.zkoss.stateless.sul
Methods in org.zkoss.stateless.sul that return IFisheyebar.Edge Modifier and Type Method Description static IFisheyebar.EdgeIFisheyebar.Edge. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static IFisheyebar.Edge[]IFisheyebar.Edge. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.zkoss.stateless.sul with parameters of type IFisheyebar.Edge Modifier and Type Method Description default IFisheyebarIFisheyebar. withAttachEdge(IFisheyebar.Edge attachEdge)Returns a copy ofthisimmutable component with the specifiedattachEdge.default IFisheyebarIFisheyebar. withLabelEdge(IFisheyebar.Edge labelEdge)Returns a copy ofthisimmutable component with the specifiedlabelEdge.
-