Class KendoDataSource.HierarchicalDataSource

    • Constructor Detail

      • HierarchicalDataSource

        public HierarchicalDataSource​(String name)
        Constructor which create a JSON based data-source
        Parameters:
        name - the data-source name
      • HierarchicalDataSource

        public HierarchicalDataSource​(org.apache.wicket.Component component)
        Constructor
        Parameters:
        component - the hosting component (used to get the name)
      • HierarchicalDataSource

        public HierarchicalDataSource​(String name,
                                      String type)
        Constructor
        Parameters:
        name - the data-source name
        type - the response type (json, xml)
      • HierarchicalDataSource

        public HierarchicalDataSource​(org.apache.wicket.Component component,
                                      String type)
        Constructor
        Parameters:
        component - the hosting component (used to get the name)
        type - the response data type (json, xml)