public class RepeatedMeasuresPanelSubPanel
extends Composite
Constructor and Description |
---|
RepeatedMeasuresPanelSubPanel(String dependentStyleName,
int depth,
RepeatedMeasuresPanel parent)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
checkComplete()
Check if the user has entered all required information
|
int |
getDepth()
Return the tree depth of this node
|
String |
getDimensionName()
get the dimension label
|
int |
getNumberOfMeausrements()
get the number of measurements
|
List<Spacing> |
getSpacingList()
Get the spacing list
|
RepeatedMeasuresDimensionType |
getType()
get the repeated measures type
|
void |
loadFromRepeatedMeasuresNode(RepeatedMeasuresNode repeatedMeasuresNode)
Fill in the panel from the repeated measures node
|
void |
reset()
Clear the panel
|
void |
setEqualSpacing()
Reset the spacing list to equal spacing
|
void |
updateSpacingList(int index,
int spacingValue)
Synchronize the array list with the text boxes
|
public RepeatedMeasuresPanelSubPanel(String dependentStyleName, int depth, RepeatedMeasuresPanel parent)
dependentStyleName
- optional parameter to allow different
styles for subpanels depending on depthpublic void updateSpacingList(int index, int spacingValue)
index
- spacingValue
- public void setEqualSpacing()
public void reset()
public boolean checkComplete()
public void loadFromRepeatedMeasuresNode(RepeatedMeasuresNode repeatedMeasuresNode)
repeatedMeasuresNode
- public String getDimensionName()
public List<Spacing> getSpacingList()
public RepeatedMeasuresDimensionType getType()
public int getNumberOfMeausrements()
public int getDepth()
University of Colorado Denver, Department of Biostatistics and Informatics