Activity Forums Salesforce® Discussions What Are The Three Types Of Bindings Used In Salesforce VisualForce? What Does Each Refer To?

  • Anurag

    Member
    September 19, 2018 at 1:50 pm

    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.
  • Parul

    Member
    September 19, 2018 at 5:05 pm

    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

    Data 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

  • Prachi

    Member
    September 20, 2018 at 5:02 am

    hi,

    there are three types of bindings used in Visualforce

    1. Data binding
    2. Action bindings
    3. 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

  • Aman

    Member
    September 29, 2018 at 4:47 pm

    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.

Popular Salesforce Blogs