org.jppf.ui.options.xml
Class OptionDescriptor.ListenerDescriptor
java.lang.Object
org.jppf.ui.options.xml.OptionDescriptor.ListenerDescriptor
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- OptionDescriptor
public static class OptionDescriptor.ListenerDescriptor
- extends Object
- implements Serializable
Descriptor for listeners set on option elements.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
type
public String type
- Type of listener.
The possible values are:
- "action" for an action listener set on a button
- "value" for a
ValueChangeListener
className
public String className
- Name of the listener class to instantiate to set the listener on an option element,
if this listener is Java-based.
script
public OptionDescriptor.ScriptDescriptor script
- The source of the script to execute if this listener is script-based.
OptionDescriptor.ListenerDescriptor
public OptionDescriptor.ListenerDescriptor()
Copyright © 2005-2010 JPPF Team.