All Packages Class Hierarchy This Package Previous Next Index
Interface icc.face.Client
- public interface Client
- extends EventHandling
The Client interface specifies display constants and
defines the interface of methods an applet needs to implement
in order to make use of the classes in this package.
-
agentDisplayHTML
- The name of the JavaScript function to display an HTML string
in the agent frame.
-
agentDisplayURL
- The name of the JavaScript function to display a URL
in the agent frame.
-
bannerDisplayHTML
- The name of the JavaScript function to display an HTML string
in the banner frame.
-
bannerDisplayURL
- The name of the JavaScript function to display a URL
in the banner frame.
-
dialogDisplayHTML
- The name of the JavaScript function to display an HTML string
in the dialog window.
-
dialogDisplayURL
- The name of the JavaScript function to display a URL
in the dialog window.
-
mainDisplayHTML
- The name of the JavaScript function to display an HTML string
in the main frame.
-
mainDisplayURL
- The name of the JavaScript function to display a URL
in the main frame.
-
newDisplayHTML
- The name of the JavaScript function to display an HTML string
in a new window.
-
newDisplayURL
- The name of the JavaScript function to display a URL
in a new window.
-
overviewDisplayHTML
- The name of the JavaScript function to display an HTML string
in the overview frame.
-
overviewDisplayURL
- The name of the JavaScript function to display a URL
in the overview frame.
-
viewDisplayHTML
- The name of the JavaScript function to display an HTML string
in the view frame.
-
viewDisplayURL
- The name of the JavaScript function to display a URL
in the view frame.
-
authenticated(boolean)
- Informs the user whether the authentication was successful or not.
-
handleAccess(Access, Access)
- Handles visual updates as the result of a new organizational cube or an
update to the access rights of an existing cube.
-
handleDocument(Header, File)
- Handles visual updates as the result of a new document or an update
to an existing document.
-
initialize()
- Initializes the applet after all project and partners information
has been received by the handler.
-
jsProvide(String, Object)
- Stores a data object under a specified key, for later retrieval.
-
jsRequest(String)
- Returns the data object corresponding the specified key.
-
publish(String, String)
- Publishes a string of HTML or a URL in the specified frame or window.
bannerDisplayHTML
public static final String bannerDisplayHTML
- The name of the JavaScript function to display an HTML string
in the banner frame.
mainDisplayHTML
public static final String mainDisplayHTML
- The name of the JavaScript function to display an HTML string
in the main frame.
viewDisplayHTML
public static final String viewDisplayHTML
- The name of the JavaScript function to display an HTML string
in the view frame.
overviewDisplayHTML
public static final String overviewDisplayHTML
- The name of the JavaScript function to display an HTML string
in the overview frame.
newDisplayHTML
public static final String newDisplayHTML
- The name of the JavaScript function to display an HTML string
in a new window.
agentDisplayHTML
public static final String agentDisplayHTML
- The name of the JavaScript function to display an HTML string
in the agent frame.
dialogDisplayHTML
public static final String dialogDisplayHTML
- The name of the JavaScript function to display an HTML string
in the dialog window.
bannerDisplayURL
public static final String bannerDisplayURL
- The name of the JavaScript function to display a URL
in the banner frame.
mainDisplayURL
public static final String mainDisplayURL
- The name of the JavaScript function to display a URL
in the main frame.
viewDisplayURL
public static final String viewDisplayURL
- The name of the JavaScript function to display a URL
in the view frame.
overviewDisplayURL
public static final String overviewDisplayURL
- The name of the JavaScript function to display a URL
in the overview frame.
newDisplayURL
public static final String newDisplayURL
- The name of the JavaScript function to display a URL
in a new window.
agentDisplayURL
public static final String agentDisplayURL
- The name of the JavaScript function to display a URL
in the agent frame.
dialogDisplayURL
public static final String dialogDisplayURL
- The name of the JavaScript function to display a URL
in the dialog window.
authenticated
public abstract void authenticated(boolean success)
- Informs the user whether the authentication was successful or not.
If successful, this method is called after the user information has
been received by the handler.
- See Also:
- Handler
initialize
public abstract void initialize()
- Initializes the applet after all project and partners information
has been received by the handler.
- See Also:
- Handler
handleDocument
public abstract void handleDocument(Header orig,
File anew)
- Handles visual updates as the result of a new document or an update
to an existing document. This method is called from the handler.
- See Also:
- Handler
handleAccess
public abstract void handleAccess(Access orig,
Access anew)
- Handles visual updates as the result of a new organizational cube or an
update to the access rights of an existing cube. This method is called
from the handler.
- See Also:
- Handler
publish
public abstract void publish(String display,
String script)
- Publishes a string of HTML or a URL in the specified frame or window.
- Parameters:
- display - the name of the JavaScript function
- script - the string argument to the JavaScript function
jsRequest
public abstract Object jsRequest(String key)
- Returns the data object corresponding the specified key.
This method is accessible from JavaScript.
- Parameters:
- key - the data key
- Returns:
- the corresponding data object
jsProvide
public abstract void jsProvide(String key,
Object data)
- Stores a data object under a specified key, for later retrieval.
accessible from JavaScript
- Parameters:
- key - a data key
- data - a data object
All Packages Class Hierarchy This Package Previous Next Index
This website has been archived and is no longer maintained.