org.jbpm.form.builder.ng.model.client.bus
Class FormItemSelectionEvent
java.lang.Object
org.jbpm.form.builder.ng.model.client.bus.FormItemSelectionEvent
- All Implemented Interfaces:
- Serializable
@Portable
public class FormItemSelectionEvent
- extends Object
- implements Serializable
Notifies an instance of FBFormItem has focus
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FormItemSelectionEvent
public FormItemSelectionEvent()
FormItemSelectionEvent
public FormItemSelectionEvent(EditionContext context,
boolean selected)
getContext
public EditionContext getContext()
isSelected
public boolean isSelected()
setContext
public void setContext(EditionContext context)
setSelected
public void setSelected(boolean selected)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.