Skip to Main Content

Java APIs

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

dealing with functions not in class Object

793927Sep 6 2002 — edited Sep 10 2002
Hi,
while i was working on GJ i faced the following problem, when i write a generic class i have to take into my consideration those functions that i want to define for the row type class and not included in class Object (toSting() is in class Object but print() is not). of course every time i want to call print() from the generic class the compiler gives me an error becuz it is not in class Object.. is there anyway to get rid of this problem in a simple way without having to deal with more than one row type ?
thanks everyone

Comments

Can you provide a little more detail about how the view is being rendered?  Are you using ojModule?  or some other method that interacts with the router.go() call.

I think that extra info will make it easier to narrow down a solution.

Thanks,

Geertjan-Oracle

Maybe my latest blog entry will help you:

https://blogs.oracle.com/geertjan/entry/routing_with_oracle_jet

Note how the view changes via the "optionChange" in my "ojNavigationList" and also notice the usage of "router.stateId()".

1 - 2
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Oct 8 2002
Added on Sep 6 2002
2 comments
115 views