|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.jasperreports.engine.base.JRBaseStyle
net.sf.jasperreports.engine.base.JRBaseConditionalStyle
public class JRBaseConditionalStyle
| Field Summary | |
|---|---|
protected JRExpression |
conditionExpression
|
| Fields inherited from interface net.sf.jasperreports.engine.JRStyle |
|---|
PROPERTY_EVALUATION_TIME_ENABLED |
| Constructor Summary | |
|---|---|
JRBaseConditionalStyle()
|
|
JRBaseConditionalStyle(JRConditionalStyle style,
JRStyle parentStyle,
JRAbstractObjectFactory factory)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
|
JRExpression |
getConditionExpression()
|
int |
getHashCode()
Returns a hash code to be used for the deduplicate map. |
boolean |
isIdentical(java.lang.Object object)
Determines if this instance is identical to another object. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface net.sf.jasperreports.engine.JRBoxContainer |
|---|
getDefaultLineColor |
| Methods inherited from interface net.sf.jasperreports.engine.JRPenContainer |
|---|
getDefaultLineColor, getDefaultLineWidth |
| Methods inherited from interface net.sf.jasperreports.engine.JRParagraphContainer |
|---|
getParagraph |
| Methods inherited from interface net.sf.jasperreports.engine.JRStyleContainer |
|---|
getDefaultStyleProvider, getStyle, getStyleNameReference |
| Field Detail |
|---|
protected JRExpression conditionExpression
| Constructor Detail |
|---|
public JRBaseConditionalStyle()
public JRBaseConditionalStyle(JRConditionalStyle style,
JRStyle parentStyle,
JRAbstractObjectFactory factory)
| Method Detail |
|---|
public JRExpression getConditionExpression()
getConditionExpression in interface JRConditionalStylepublic java.lang.Object clone()
clone in interface JRCloneableclone in class JRBaseStylepublic int getHashCode()
DeduplicableDeduplicable.isIdentical(Object),
i.e. if two objects are identical they should have the same hash code.
getHashCode in interface DeduplicablegetHashCode in class JRBaseStylepublic boolean isIdentical(java.lang.Object object)
Deduplicable
isIdentical in interface DeduplicableisIdentical in class JRBaseStyleobject - the object to compare with this instance
true if the two objects are identical and can be deduplicated
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||