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.Edge
IFisheyebar.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 IFisheyebar
IFisheyebar. withAttachEdge(IFisheyebar.Edge attachEdge)
Returns a copy ofthis
immutable component with the specifiedattachEdge
.default IFisheyebar
IFisheyebar. withLabelEdge(IFisheyebar.Edge labelEdge)
Returns a copy ofthis
immutable component with the specifiedlabelEdge
.
-