getBeaAppLayoutManager method

BeaAppLayoutManager? getBeaAppLayoutManager()

Implementation

BeaAppLayoutManager? getBeaAppLayoutManager(){
  if(_beaAppLayoutManager == null){
    _beaAppLayoutManager = new BeaAppLayoutManager(this);
  }
  return _beaAppLayoutManager;
}