Uses of Interface
com.saperion.ngc.portal.builder.standalone.ElementBuilder
-
Packages that use ElementBuilder Package Description com.saperion.ngc.portal.builder.standalone Package for portal classes. -
-
Uses of ElementBuilder in com.saperion.ngc.portal.builder.standalone
Classes in com.saperion.ngc.portal.builder.standalone that implement ElementBuilder Modifier and Type Class Description class
StandaloneHandler
This Builder can be used to build URLs for the viewer.zul.Methods in com.saperion.ngc.portal.builder.standalone that return ElementBuilder Modifier and Type Method Description static ElementBuilder
StandaloneHandler. with(ResultProperties document)
Creates a builder enclosed by the given document.static ElementBuilder
StandaloneHandler. with(java.lang.String versionId)
Creates a builder with the given versionId (the XHDOC) of the document to view.
-