//Artefact:JavaClass/com/sphenon/modelling/xmodel/PresentationLinkType
Synopsis
public final PresentationLinkType
extends Enum
Reference
Embedded Embed link target inplace
Download Provide option to download link target
OpenOnTop Provide option to show link target in a popup
OpenReplace Provide option to replace current view with link target
OpenNew Provide option to open link target in addition to current view
//Artefact:Attribute/com/sphenon/modelling/xmodel/PresentationLinkType/Embedded
Synopsis
public static final com.sphenon.modelling.xmodel.PresentationLinkType Embedded
//Artefact:Attribute/com/sphenon/modelling/xmodel/PresentationLinkType/Download
Synopsis
public static final com.sphenon.modelling.xmodel.PresentationLinkType Download
//Artefact:Attribute/com/sphenon/modelling/xmodel/PresentationLinkType/OpenOnTop
Synopsis
public static final com.sphenon.modelling.xmodel.PresentationLinkType OpenOnTop
//Artefact:Attribute/com/sphenon/modelling/xmodel/PresentationLinkType/OpenReplace
Synopsis
public static final com.sphenon.modelling.xmodel.PresentationLinkType OpenReplace
//Artefact:Attribute/com/sphenon/modelling/xmodel/PresentationLinkType/OpenNew
Synopsis
public static final com.sphenon.modelling.xmodel.PresentationLinkType OpenNew
//Artefact:Method/com/sphenon/modelling/xmodel/PresentationLinkType/values
Synopsis
public static com.sphenon.modelling.xmodel.PresentationLinkType[] values ()
//Artefact:Method/com/sphenon/modelling/xmodel/PresentationLinkType/valueOf
Synopsis
public static com.sphenon.modelling.xmodel.PresentationLinkType valueOf (String name)