|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ComparableLegendItem
ComparableLegendItem interface must be implemented by any symbols or subtext legend items that need that ability to add and use conditions.
LegendItem,
SubtextLegendItem| Method Summary | |
|---|---|
void |
addCondition(int ai_conditionfieldid,
CompareOperator a_operator,
java.lang.Object aCompareValue)
Adds a new legend condition to a comparable item. |
java.util.List<LegendCondition> |
getConditions()
|
java.lang.String |
getLegendDisplayText()
|
boolean |
hasConditions()
|
void |
setConditions(java.util.List<LegendCondition> aConditions)
Sets the new Iterable list of comparable item conditions |
void |
setLegendDisplayText(java.lang.String legendDisplayText)
Sets the display text for the comparable item. |
java.util.Map<java.lang.Integer,java.util.Vector<LegendCondition>> |
toConditionsMap()
|
| Method Detail |
|---|
java.util.List<LegendCondition> getConditions()
void setConditions(java.util.List<LegendCondition> aConditions)
aConditions - The new list of conidtionsjava.lang.String getLegendDisplayText()
void setLegendDisplayText(java.lang.String legendDisplayText)
void addCondition(int ai_conditionfieldid,
CompareOperator a_operator,
java.lang.Object aCompareValue)
ai_conditionfieldid - The ID of the field on which the condition is baseda_operator - The comparison operator used. Possible values enum values of #CompareOperatoraCompareValue - The value that must be matched by a person's datajava.util.Map<java.lang.Integer,java.util.Vector<LegendCondition>> toConditionsMap()
boolean hasConditions()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||