Method: SWS::Component#parent

Defined in:
lib/sws/component.rb

#parentObject (readonly)

The Component up the hierarchy, eg. for SubmitButton it can be Form. For the topmost component see #page



17
18
19
# File 'lib/sws/component.rb', line 17

def parent
  @parent
end