Update of /cvsroot/displaytag/display09/src/org/displaytag/model
In directory sc8-pr-cvs1:/tmp/cvs-serv9593/src/org/displaytag/model
Modified Files:
HeaderCell.java
Log Message:
Index: HeaderCell.java
===================================================================
RCS file: /cvsroot/displaytag/display09/src/org/displaytag/model/HeaderCell.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** HeaderCell.java 15 Jul 2003 21:50:46 -0000 1.2
--- HeaderCell.java 20 Jul 2003 21:36:59 -0000 1.3
***************
*** 201,218 ****
/**
- * getter for the name of the simple property (not nested) to look up in the
bean. If property is nested only
- * the first token is returned
- * @return String name of the property to look up in the bean
- */
- public String getSimpleBeanPropertyName()
- {
- if ((mBeanPropertyName != null) && (mBeanPropertyName.indexOf(".") >
0))
- {
- return mBeanPropertyName.substring(0,
mBeanPropertyName.indexOf("."));
- }
- return mBeanPropertyName;
- }
-
- /**
* setter for the name of the property to look up in the bean
* @param pBeanPropertyName - name of the property to look up in the bean
--- 201,204 ----
-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
_______________________________________________
displaytag-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/displaytag-devel