Class PRDiaCalloutNodeHelper
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2pres.PRDiaCalloutNodeHelper
-
public abstract class PRDiaCalloutNodeHelper extends java.lang.Object
This is a utility class for PRDiaCalloutNode that provides static methods for creation or other purposes.- See Also:
PRDiaCalloutNode
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.List<PRDiaCalloutNode>
addCalloutNodes(SrvContext srvCtx, java.util.List<? extends ELElement> seq)
Adds callout nodes to the specified presentation contents.
-
-
-
Method Detail
-
addCalloutNodes
public static java.util.List<PRDiaCalloutNode> addCalloutNodes(SrvContext srvCtx, java.util.List<? extends ELElement> seq) throws InoNetException, SrvErrorException
Adds callout nodes to the specified presentation contents.- Parameters:
srvCtx
- The context of the related innovator server.seq
- List of ELElement- Throws:
InoNetException
SrvErrorException
-
-