com.waveset.object
Class WorkflowValidator.Locator

java.lang.Object
  extended bycom.waveset.object.WorkflowValidator.Locator
Enclosing class:
WorkflowValidator

public static class WorkflowValidator.Locator
extends java.lang.Object

An object that we hang off each message placed in the inherited MessagePage that helps us locate the associated workflow object, editing dialog, and subtab.

We also used this during validation to carry around contextual information for rendering the message text.


Constructor Summary
WorkflowValidator.Locator(WorkflowComponent object, WorkflowValidator.Property property)
           
 
Method Summary
 WorkflowComponent getObject()
           
 WorkflowValidator.Property getProperty()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkflowValidator.Locator

public WorkflowValidator.Locator(WorkflowComponent object,
                                 WorkflowValidator.Property property)
Method Detail

getObject

public WorkflowComponent getObject()

getProperty

public WorkflowValidator.Property getProperty()