public class Chart extends AbstractFoundationComponent
Wraps the Chart foundation component, providing methods for editing it. See /libs/foundation/components/chart in the repository for implementation details.
  • Field Details

  • Constructor Details

    • Chart

      public Chart(ComponentClient client, String pagePath, String location, String nameHint)
      The constructor stores all the component path information like parentPage, name etc.
      Parameters:
      client - The FoundationClient that's creating this instance.
      pagePath - path to the page that will contain the component.
      location - relative location to the parent node inside the page that will contain the component node.
      nameHint - name to be used for the component node. Might get altered by the server if a naming conflict occurs. The AbstractComponent.getName() method will return the correct name after AbstractComponent.create(String,int...) has been called.
  • Method Details

    • getCreateFormEntity

      public org.apache.sling.testing.clients.util.FormEntityBuilder getCreateFormEntity(String order)
      Adds an additional parameter parentResourceType to get properly inherited styles.
      Overrides:
      getCreateFormEntity in class AbstractComponent
      Parameters:
      order - order
      Returns:
      FormEntityBuilder to be used for the create POST request.
    • getResourceType

      public String getResourceType()
      Description copied from class: AbstractComponent
      The resource type for the component, e.g. foundation/components/text. this will be set in the sling:resourceType property of the node.
      Specified by:
      getResourceType in class AbstractComponent
      Returns:
      the resource type