Sunday, August 11, 2013

Oracle ADF Table with Detail Stamp - like tree table

 بسم الله الرحمن الرحيم
اللهم علمنا ما ينفعنا وانفعنا بما علمتنا يا رب العالمين
---------------
oracle adf table with detail stamp - like tree table  

ما نستطيع ان نفعله بـ detail stamp هو عرض باقي البيانات بشكل مخفى

خطوات تنفيذه:
      1- بناء الابلكيشن
      2- بناء الـ Business Component
      3- بناء الجدول 

الشكل النهائي للمثال


Monday, August 5, 2013

How Set Button Disable If Table Has Not Data - Oracle ADF

 بسم الله الرحمن الرحيم
اللهم علمنا ما ينفعنا وانفعنا بما علمتنا يا رب العالمين
---------------
How Set Button Disable If Table Has Not Data
step one 
create table and drag button createInsert

لعدم تمكين زر الانشاء من التنفيذ في حالة عدم وجود بيانات

الخطوة الاولي
انشاء جدول واسحب زر createInsert


step two
in the disabled property of the button , write this expression
#{bindings.DepartmentsView1.estimatedRowCount gt 0 ? false : true}

Related Posts Plugin for WordPress, Blogger...