Package de.mid.innovator.srv2api.icw2im
Class IMViewHelper
java.lang.Object
de.mid.innovator.srv2api.icw2im.IMViewHelper
This is a utility class for IMView that provides static methods for creation or other purposes.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddParentheses(SrvContext srvCtx, List<? extends ELElement> seq) Put the views in parentheses.static voidremoveParentheses(SrvContext srvCtx, List<? extends ELElement> seq) Remove the corresponding parentheses.
-
Method Details
-
addParentheses
public static void addParentheses(SrvContext srvCtx, List<? extends ELElement> seq) throws InoNetException, SrvErrorException Put the views in parentheses.- Parameters:
srvCtx- The context of the related innovator server.seq- List of ELElement- Throws:
InoNetExceptionSrvErrorException
-
removeParentheses
public static void removeParentheses(SrvContext srvCtx, List<? extends ELElement> seq) throws InoNetException, SrvErrorException Remove the corresponding parentheses. If only one view is given remove the innermost pair.- Parameters:
srvCtx- The context of the related innovator server.seq- List of ELElement- Throws:
InoNetExceptionSrvErrorException
-