multivalent.gui

Class VDialog

public class VDialog extends VFrame

A VFrame that returns an event to its parent Document. Automatically sizes to fit content Document. For example, content can be HTML page associated with behavior, and include a FORM for setting attributes. User closes with close box or perhaps close button in the document (HTML FORM or scripted). Submit button should send XXX event to close.

Version: $Revision: 1.3 $ $Date: 2003/06/02 05:17:53 $

Constructor Summary
VDialog(String name, Map<String,Object> attr, INode parent, URI docuri)
VDialog(String name, Map<String,Object> attr, INode parent, URI docuri, Map vals, Behavior in)
Method Summary
booleanformatNode(int width, int height, Context cx)
voidsetIn(Behavior in)
Set Behavior that's interested in what happens when dialog is closed.

Constructor Detail

VDialog

public VDialog(String name, Map<String,Object> attr, INode parent, URI docuri)

VDialog

public VDialog(String name, Map<String,Object> attr, INode parent, URI docuri, Map vals, Behavior in)

Method Detail

formatNode

public boolean formatNode(int width, int height, Context cx)

setIn

public void setIn(Behavior in)
Set Behavior that's interested in what happens when dialog is closed.