class Origami::Annotation::Widget


Interactive forms use widget annotations to represent the appearance of fields and to manage user interactions.
Class representing a widget Annotation.

def onActivate(action)

def onActivate(action)        
    unless action.is_a?(Action)
        raise TypeError, "An Action object must be passed."
    end
    
    self.A = action
end