الانتقال إلى المحتوى
View in the app

A better way to browse. Learn more.

مجموعة مستخدمي أوراكل العربية

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

ما معنى هذا الكود Dcbindingcontainer

Featured Replies

بتاريخ:

السلام عليكم
ارجو من الاخوه الكرام توضيح معنى هذا السطر

DCBindingContainer bc = (DCBindingContainer)getBindings();




هل المقصود ب
DCBindingContainer
هو ال
page bindings
اللى بيبقى فية ال attributes و ال operations اللى ذلى commit - delete
و بنستخدم الكود دة غالبا لية
يا ريت توضيح بمثال
و جزاكم الله خيرا

بتاريخ:

الكود ده بيستخدم لكى تعرف اوبجكت من page Definition وتتعامل معاه فى الرن تايم
وتقدر من خلاله تتعامل مع اى حاجه فى page definition مثل
operations such as delete, create ....etc
Attribute Value
lists
Trees
يعنى باختصار اى حاجه فى page definition :D

بتاريخ:

امثلة لو عايز تشوف ال current Row فى Iterator معين

DCBindingContainer bindingsImpl = (DCBindingContainer) bindings;
DCIteratorBinding dciter = null;
//access the iterator by its ID value in the PageDef file.
dciter  = bindingsImpl.findIteratorBinding("DepartmentsView1Iterator");
Row currentRow = dciter.getCurrentRow();



لو عايز تستخدم Operation معينة

OperationBinding commitOperation= null;
commitOperation= bindingsImpl.getOperationBinding("Commit");



لو عايز تتعامل مع attribute معين

AttributeBinding departmentName =
   (AttributeBinding) bindings.get("DepartmentName");



وفيه حاجات كتير هتقابلك لو استخدمت backing Bean وحبيت تتعامل مع page definition

انضم إلى المناقشة

يمكنك المشاركة الآن والتسجيل لاحقاً. إذا كان لديك حساب, سجل دخولك الآن لتقوم بالمشاركة من خلال حسابك.

زائر
أضف رد على هذا الموضوع...

برجاء الإنتباه

بإستخدامك للموقع فأنت تتعهد بالموافقة على هذه البنود: سياسة الخصوصية

Account

Navigation

البحث

إعداد إشعارات المتصفح الفورية

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.