ModalParentpublic interface ModalParent Until browsers support modal dialogs, lets jump through hoops |
Methods Summary |
---|
public void | setModal(boolean state)Classes that implement this interface would typically disable
*the world when true, re-enable when false
*@param boolean state - true - do what it takes to act like you have
spawned a modal dialog
false - undo the damage you did.
|
|