Form Builder NG Model 6.0.0-SNAPSHOT

org.jbpm.form.builder.ng.model.client.bus
Class FormItemSelectionEvent

java.lang.Object
  extended by 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

Constructor Summary
FormItemSelectionEvent()
           
FormItemSelectionEvent(EditionContext context, boolean selected)
           
 
Method Summary
 EditionContext getContext()
           
 boolean isSelected()
           
 void setContext(EditionContext context)
           
 void setSelected(boolean selected)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormItemSelectionEvent

public FormItemSelectionEvent()

FormItemSelectionEvent

public FormItemSelectionEvent(EditionContext context,
                              boolean selected)
Method Detail

getContext

public EditionContext getContext()

isSelected

public boolean isSelected()

setContext

public void setContext(EditionContext context)

setSelected

public void setSelected(boolean selected)

Form Builder NG Model 6.0.0-SNAPSHOT

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.