Class UniqueStateNameDesignerContext
java.lang.Object
de.xima.fc.workflow.designer.validator.UniqueStateNameDesignerContext
- All Implemented Interfaces:
Serializable, EventListener, javax.faces.validator.Validator<String>
public class UniqueStateNameDesignerContext
extends Object
implements javax.faces.validator.Validator<String>, Serializable
Faces validator that can be applied to input elements used for editing the name of a workflow state, i.e.
WorkflowStateModel.getName(). Must be used only within the context of the workflow designer. Validates that
the state name does not exist yet.- Author:
- XIMA MEDIA GmbH
- See Also:
-
Field Summary
Fields inherited from interface javax.faces.validator.Validator
NOT_IN_RANGE_MESSAGE_ID -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
UniqueStateNameDesignerContext
public UniqueStateNameDesignerContext()
-
-
Method Details
-
validate
-