java.lang.Object
iiuf.xmillum.ActionHandler
iiuf.xmillum.handlers.PopupFlagger
- public class PopupFlagger
- extends iiuf.xmillum.ActionHandler
PopupFlagger
Shows a popup menu that can be used to set a flag on an element.
Initialization parameters:
- flag: Name of the flag to set
- allow-clear: "yes", "true" or "1" to Allow clearing the flag
(i.e. setting the "null" flag value)
- Version:
- $Revision: 1.1 $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
access
iiuf.xmillum.FlagAccess access
menu
javax.swing.JPopupMenu menu
element
org.w3c.dom.Element element
listener
java.awt.event.ActionListener listener
PopupFlagger
public PopupFlagger()
init
public void init(iiuf.xmillum.BrowserContext context,
org.w3c.dom.Element param)
- Description copied from class:
iiuf.xmillum.ActionHandler
- Initializes the handler. The handler is free to extract further
parameters from the supplied element.
handle
public void handle(iiuf.xmillum.ActionHandlerParam param)
- Description copied from class:
iiuf.xmillum.ActionHandler
- Performs an action with an element.