Package de.xima.fc.gui.bean.designer
Class DesignerAddStateBean
java.lang.Object
de.xima.fc.gui.bean.designer.DesignerAddStateBean
- All Implemented Interfaces:
Serializable
Controller bean for adding a new workflow state to the workflow.
- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()
void
Callback when the button for adding a new state was clicked.void
onOpen()
Callback when the new state dialog is opened.void
setDescription
(String description) void
-
Constructor Details
-
DesignerAddStateBean
public DesignerAddStateBean()
-
-
Method Details
-
onOpen
public void onOpen()Callback when the new state dialog is opened. Resets all input fields. -
onAddButtonClicked
public void onAddButtonClicked()Callback when the button for adding a new state was clicked. -
getName
- Returns:
- The name of the new state to be added.
-
setName
- Parameters:
name
- The name of the new state to be added.
-
getDescription
- Returns:
- The description of the new state to be added.
-
setDescription
- Parameters:
description
- The description of the new state to be added.
-