public class StudyHtmlUtil extends Object
StudyHtmlUtil class.
Modifier and Type | Field and Description |
---|---|
static String |
TYPE_TREE
Constant
TYPE_TREE="st" |
Constructor and Description |
---|
StudyHtmlUtil() |
Modifier and Type | Method and Description |
---|---|
static String |
getAllHtml(IUS ius,
Registration registration,
String openingNodeId,
Integer currPosId,
List<String> listNodeId,
boolean isOpenProc,
boolean isVisibleProc,
String treeType)
getAllHtml.
|
static String |
getAllHtml(Processing processing,
Registration registration,
String openingNodeId,
Integer currPosId,
List<String> listNodeId,
boolean isFirstCall,
boolean isViewCurrentNode,
String treeType)
getAllHtml.
|
static String |
getFileHtml(Processing proc,
Registration registration,
List<String> listStudyNodeId,
String treeType)
getFileHtml.
|
static String |
getHtml(Object obj,
Registration registration,
List<String> listStudyNodeId,
String treeType)
getHtml.
|
public static final String TYPE_TREE
TYPE_TREE="st"
public static String getHtml(Object obj, Registration registration, List<String> listStudyNodeId, String treeType)
getHtml.
obj
- a Object
object.registration
- a Registration
object.listStudyNodeId
- a List
object.treeType
- a String
object.String
object.public static String getFileHtml(Processing proc, Registration registration, List<String> listStudyNodeId, String treeType)
getFileHtml.
proc
- a Processing
object.registration
- a Registration
object.listStudyNodeId
- a List
object.treeType
- a String
object.String
object.public static String getAllHtml(Processing processing, Registration registration, String openingNodeId, Integer currPosId, List<String> listNodeId, boolean isFirstCall, boolean isViewCurrentNode, String treeType)
getAllHtml.
processing
- a Processing
object.registration
- a Registration
object.openingNodeId
- a String
object.currPosId
- a Integer
object.listNodeId
- a List
object.isFirstCall
- a boolean.isViewCurrentNode
- a boolean.treeType
- a String
object.String
object.Copyright © 2015 SeqWare. All rights reserved.