Oracle Application Development Framework Lifecycle Java API Reference 10g Release 3 (10.1.3) B25779-01


oracle.adf.model
Interface RegionContext


public interface RegionContext

A map that provides a name-space to locate binding objects through which data is accessed on a view region.


Method Summary
 int getRefreshFlag()
          Returns the refresh type in case of refreshRegion event.
 RegionBinding getRegionBinding()
          RegionBinding instance with which this context is created.

 

Method Detail

getRegionBinding

public RegionBinding getRegionBinding()
RegionBinding instance with which this context is created.

getRefreshFlag

public int getRefreshFlag()
Returns the refresh type in case of refreshRegion event.

Oracle Application Development Framework Lifecycle Java API Reference 10g Release 3 (10.1.3) B25779-01


Copyright © 1997, 2005, Oracle. All rights reserved.