Activity › Forums › Salesforce® Discussions › What Are The Three Types Of Bindings Used In Salesforce VisualForce? What Does Each Refer To?
Tagged: Action Binding, Action Methods, Apex Controller, Component Binding, Data Binding, Salesforce Visualforce, Visualforce Binding, Visualforce Components
-
What Are The Three Types Of Bindings Used In Salesforce VisualForce? What Does Each Refer To?
Posted by Anjali on September 19, 2018 at 1:44 PMWhat Are The Three Types Of Bindings Used In Visual Force? What Does Each Refer To?
Aman replied 7 years, 7 months ago 5 Members · 4 Replies -
4 Replies
-
Hi Anjali,
There are three types of bindings used in Visualforce:
- Data binding: Data bindings refer to the data set in the controller.
- Action bindings: Action bindings refer to action methods in the controller.
- Component bindings: Component bindings refer to other Visualforce components.
- [adinserter block='9']
-
Data bindings refer to the data set in the controller.
Action bindings refer to action methods in the controller.
Component bindings refer to other Visualforce componentsData bindings refer to the binding dataset to your page from the controller. Action bindings refer to the binding action methods to your page defined in the controller. Component bindings refer to the binding of other Visualforce components with your page.
Thanks
-
hi,
there are three types of bindings used in Visualforce
- Data binding
- Action bindings
- Component bindings
Data bindings refer to the data set in the controller.
Action bindings refer to action methods in the controller.
Component bindings refer to other Visualforce components
Thanks
-
Hi,
Given below are the three binding types:
Data binding basically refers to the set of data in the controller.
Action binding usually refers to the action techniques in the controller.
Component binding simple refers to other Visualforce parts
Thanks.
Log In to reply.