|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.java4less.rreport.RObjectInstance
Object printed in a page. It contains the object to be printed (RObject) and the runtime value. This class is instanciated at runtime by RReport only.
Field Summary | |
boolean |
visible
|
Method Summary | |
RArea |
getArea()
get RArea where the object is located |
long |
getAreaRepetitionId()
get repetition id of the area where this instance is printed |
RObject |
getRObject()
get RObject |
java.lang.Object |
getValue()
get value |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public boolean visible
Method Detail |
public java.lang.Object getValue()
public RObject getRObject()
public long getAreaRepetitionId()
public RArea getArea()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |