Class ElementInfoPanelBean
- java.lang.Object
 - 
- de.xima.fc.workflow.designer.bean.ElementInfoPanelBean
 
 
- 
- All Implemented Interfaces:
 Serializable
@ViewScoped @Named public class ElementInfoPanelBean extends Object implements Serializable
Beans which handles the element info dialog for a flowchart node or trigger.- Since:
 - 7.0.0
 - Author:
 - XIMA MEDIA GmbH
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description ElementInfoPanelBean() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonElementInfoClicked(ElementInfoRequestEvent event)Invoked via an AJAX behavior listener on the flowchart when the element info button was pressed. 
 - 
 
- 
- 
Method Detail
- 
onElementInfoClicked
public void onElementInfoClicked(ElementInfoRequestEvent event)
Invoked via an AJAX behavior listener on the flowchart when the element info button was pressed.- Parameters:
 event- Event that occurred.
 
 - 
 
 -