Class DataSourceComponent

  • All Implemented Interfaces:
    Component

    public class DataSourceComponent
    extends BaseTemplateComponent
    Represents a datasource to be rendered/created on the client.
    Author:
    mtaal
    • Constructor Detail

      • DataSourceComponent

        public DataSourceComponent()
    • Method Detail

      • getDataSourceClassName

        public String getDataSourceClassName()
      • setDataSourceService

        public void setDataSourceService​(DataSourceService data)
      • getName

        public String getName()
      • getId

        public String getId()
        Specified by:
        getId in interface Component
        Overrides:
        getId in class BaseComponent
        Returns:
        the id of the component, see the id description in the root of this class.
      • getDataUrl

        public String getDataUrl()
      • setIncludeCreationCode

        public void setIncludeCreationCode​(boolean includeCreationCode)
      • getIncludeCreationCode

        public boolean getIncludeCreationCode()