public class TreeNodeHtmlUtil extends Object
TreeNodeHtmlUtil class.
Constructor and Description |
---|
TreeNodeHtmlUtil() |
Modifier and Type | Method and Description |
---|---|
static String |
getAllHtml(Experiment experiment,
Registration registration,
Integer openingNodeId,
String treeType)
getAllHtml.
|
static String |
getAllHtml(Lane lane,
Registration registration,
Integer openingNodeId,
String treeType)
getAllHtml.
|
static String |
getAllHtml(Sample sample,
Registration registration,
Integer openingNodeId,
String treeType)
getAllHtml.
|
static String |
getAllHtml(Study study,
Registration registration,
String treeType)
getAllHtml.
|
static String |
getHtml(Object obj,
Registration registration,
String treeType)
getHtml.
|
static String |
getLaneHtml(Lane lane,
Registration registration,
Integer openingNodeId)
getLaneHtml.
|
static String |
getNodeHtml(Processing processing,
Registration registration)
getNodeHtml.
|
static String |
getSampleHtml(Sample sample,
Registration registration,
Integer openingNodeId)
getSampleHtml.
|
static String |
getStydyHtml(Study study,
Registration registration,
Integer openingNodeId,
String treeType)
getStydyHtml.
|
public static String getHtml(Object obj, Registration registration, String treeType)
getHtml.
obj
- a Object
object.registration
- a Registration
object.treeType
- a String
object.String
object.public static String getAllHtml(Study study, Registration registration, String treeType)
getAllHtml.
study
- a Study
object.registration
- a Registration
object.treeType
- a String
object.String
object.public static String getAllHtml(Experiment experiment, Registration registration, Integer openingNodeId, String treeType)
getAllHtml.
experiment
- a Experiment
object.registration
- a Registration
object.openingNodeId
- a Integer
object.treeType
- a String
object.String
object.public static String getAllHtml(Sample sample, Registration registration, Integer openingNodeId, String treeType)
getAllHtml.
sample
- a Sample
object.registration
- a Registration
object.openingNodeId
- a Integer
object.treeType
- a String
object.String
object.public static String getAllHtml(Lane lane, Registration registration, Integer openingNodeId, String treeType)
getAllHtml.
lane
- a Lane
object.registration
- a Registration
object.openingNodeId
- a Integer
object.treeType
- a String
object.String
object.public static String getNodeHtml(Processing processing, Registration registration)
getNodeHtml.
processing
- a Processing
object.registration
- a Registration
object.String
object.public static String getLaneHtml(Lane lane, Registration registration, Integer openingNodeId)
getLaneHtml.
lane
- a Lane
object.registration
- a Registration
object.openingNodeId
- a Integer
object.String
object.public static String getSampleHtml(Sample sample, Registration registration, Integer openingNodeId)
getSampleHtml.
sample
- a Sample
object.registration
- a Registration
object.openingNodeId
- a Integer
object.String
object.public static String getStydyHtml(Study study, Registration registration, Integer openingNodeId, String treeType)
getStydyHtml.
study
- a Study
object.registration
- a Registration
object.openingNodeId
- a Integer
object.treeType
- a String
object.String
object.Copyright © 2015 SeqWare. All rights reserved.