echoxul.component
Interface ViewContextualizable

All Known Implementing Classes:
AbstractViewContextualizable

public interface ViewContextualizable

When components are being constructed they do not have access to the controlling View. However, when they are instantiated at run-time, this View reference needs to be passed in. If a component needs this reference, it should implement this interface.

Author:
Terry Laurenzo

Method Summary
 void setViewContext(ViewContext vc)
          Called once after instantiation for runtime use.
 

Method Detail

setViewContext

public void setViewContext(ViewContext vc)
Called once after instantiation for runtime use.

Parameters:
vc - The ViewContext that this component is a part of


Copyright © 2004 Terry Laurenzo. All Rights Reserved.