|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.query.report.ColumnDef
wt.query.report.PropertyColumnDef
wt.query.report.RecursiveColumnDef
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
static long |
EXTERNALIZATION_VERSION_UID
|
protected static long |
OLD_FORMAT_VERSION_UID
|
private static String |
RESOURCE
|
(package private) static long |
serialVersionUID
|
private ColumnDef |
theColumnDef
|
Fields inherited from class wt.query.report.PropertyColumnDef |
|
Fields inherited from class wt.query.report.ColumnDef |
QUALIFIED_SEPARATOR |
Constructor Summary | |
RecursiveColumnDef()
Supported API: false |
|
RecursiveColumnDef(PropertyDescriptor a_property,
String a_heading,
ColumnDef a_columnDef)
Supported API: false |
Method Summary | |
ColumnDef |
getColumnDef()
Gets the object for the association that plays role: theColumnDef. |
protected Object |
getObject(Object a_object)
Get the result object for this column. |
String |
getQualifiedHeading()
Supported API: false |
String |
getQualifiedName()
Supported API: false |
int |
getResultIndex()
Gets the value of the attribute: resultIndex. |
void |
readExternal(ObjectInput input)
Reads the non-transient fields of this class from an external source. |
private boolean |
readOldVersion(ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source, which is not the current version. |
protected boolean |
readVersion(RecursiveColumnDef thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
void |
setColumnDef(ColumnDef a_ColumnDef)
Sets the object for the association that plays role: theColumnDef. |
private void |
theColumnDefValidate(ColumnDef a_ColumnDef)
|
void |
writeExternal(ObjectOutput output)
Writes the non-transient fields of this class to an external source. |
Methods inherited from class wt.query.report.PropertyColumnDef |
getPropertyObject, getType, readVersion |
Methods inherited from class wt.query.report.ColumnDef |
getDisplay, getHeading, getLocale, getName, readVersion, setHeading, setLocale, setName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private ColumnDef theColumnDef
static final long serialVersionUID
public static final long EXTERNALIZATION_VERSION_UID
protected static final long OLD_FORMAT_VERSION_UID
Constructor Detail |
public RecursiveColumnDef()
public RecursiveColumnDef(PropertyDescriptor a_property, String a_heading, ColumnDef a_columnDef) throws WTPropertyVetoException
a_property
- a_heading
- a_columnDef
-
WTPropertyVetoException
Method Detail |
public void writeExternal(ObjectOutput output) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class PropertyColumnDef
output
-
IOException
public void readExternal(ObjectInput input) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
readExternal
in class PropertyColumnDef
input
-
IOException
ClassNotFoundException
protected boolean readVersion(RecursiveColumnDef thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone) throws IOException, ClassNotFoundException
thisObject
- input
- readSerialVersionUID
- passThrough
- superDone
-
IOException
ClassNotFoundException
private boolean readOldVersion(ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone) throws IOException, ClassNotFoundException
input
- readSerialVersionUID
- passThrough
- superDone
-
IOException
ClassNotFoundException
public ColumnDef getColumnDef()
public void setColumnDef(ColumnDef a_ColumnDef) throws WTPropertyVetoException
a_ColumnDef
-
WTPropertyVetoException
private void theColumnDefValidate(ColumnDef a_ColumnDef) throws WTPropertyVetoException
a_ColumnDef
-
WTPropertyVetoException
public int getResultIndex()
getResultIndex
in class PropertyColumnDef
protected Object getObject(Object a_object) throws WTException
getObject
in class PropertyColumnDef
a_object
-
WTException
public String getQualifiedHeading()
getQualifiedHeading
in class PropertyColumnDef
public String getQualifiedName()
getQualifiedName
in class PropertyColumnDef
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |