Oracle Forms 9i Samples and Demos

C D G I L O S

C

COOKIE_ERROR - Static variable in class oracle.forms.demos.beans.CookieHandler
The property that represents an error to be raised via When-Custom-Item-Event if there is a problem with setting ot getting the cookie
COOKIE_ERROR_MESSAGE - Static variable in class oracle.forms.demos.beans.CookieHandler
The property registered to contain the error value if an error event is raises
CookieHandler - class oracle.forms.demos.beans.CookieHandler.
Oracle Forms Server 9i JavaBean Example
CookieHandler() - Constructor for class oracle.forms.demos.beans.CookieHandler
 

D

DEBUGMESSAGES - Static variable in class oracle.forms.demos.beans.CookieHandler
Forms property used to indicate that we want the utility to switch Messaging on to the Java Console so we can see what is going on.

G

GETCOOKIE - Static variable in class oracle.forms.demos.beans.CookieHandler
The property registered to return value of the named cookie supplied in the GETCOOKIE_NAME property Used with GET_CUSTOM_PROPERTY() from the Form
GETCOOKIE_NAME - Static variable in class oracle.forms.demos.beans.CookieHandler
The property registered to set the name of the cookie that GETCOOKIE will return the value of Used with SET_CUSTOM_PROPERTY() from the Form
getProperty(ID) - Method in class oracle.forms.demos.beans.CookieHandler
Implementation of IView interface which gets the value of a requested property In this case you can get the current value of DEBUGMESSAGES

I

init(IHandler) - Method in class oracle.forms.demos.beans.CookieHandler
Implementation of IView interface init is called when the bean is first instanciated we use this to st up information such as the browser type and hooks into the DOM

L

log(String) - Method in class oracle.forms.demos.beans.CookieHandler
Convenience method to display an message out to the console.

O

oracle.forms.demos.beans - package oracle.forms.demos.beans
 

S

SETCOOKIE - Static variable in class oracle.forms.demos.beans.CookieHandler
The property registered to set cookie in the browser Used with SET_CUSTOM_PROPERTY() from the Form
setProperty(ID, Object) - Method in class oracle.forms.demos.beans.CookieHandler
Implementation of IView interface which sets a requested property to a given value In this case we also use this call to execute the methods for setting and getting cookies.

C D G I L O S

Oracle Forms 9i Samples and Demos