Uses of Class
org.teamapps.ux.component.linkbutton.LinkTarget
-
Packages that use LinkTarget Package Description org.teamapps.ux.component.linkbutton -
-
Uses of LinkTarget in org.teamapps.ux.component.linkbutton
Methods in org.teamapps.ux.component.linkbutton that return LinkTarget Modifier and Type Method Description LinkTargetLinkButton. getTarget()static LinkTargetLinkTarget. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static LinkTarget[]LinkTarget. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.teamapps.ux.component.linkbutton with parameters of type LinkTarget Modifier and Type Method Description voidLinkButton. setTarget(LinkTarget target)
-