public class FamilyScoreTable extends java.lang.Object implements DynamicHTML
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
property |
protected java.util.List<AgentScore> |
scores |
Constructor and Description |
---|
FamilyScoreTable(java.util.List<AgentScore> scores,
java.lang.String property) |
protected final java.util.List<AgentScore> scores
protected final java.lang.String property
public FamilyScoreTable(java.util.List<AgentScore> scores, java.lang.String property)
public void update(HTML document, java.lang.String selector)
update
in interface DynamicHTML