Class TreeGridBody<T extends TreeModel,​I extends TreeNode,​S>

    • Constructor Detail

      • TreeGridBody

        public TreeGridBody​(String id,
                            IModel<T> model)
        Constructor
        Parameters:
        id - component id
        model -
    • Method Detail

      • populateTreeItem

        protected void populateTreeItem​(WebMarkupContainer item,
                                        int level)
        Specified by:
        populateTreeItem in class org.apache.wicket.extensions.markup.html.tree.AbstractTree
      • addComponent

        protected void addComponent​(AjaxRequestTarget target,
                                    Component component)
        Overrides:
        addComponent in class org.apache.wicket.extensions.markup.html.tree.AbstractTree
      • isForceRebuildOnSelectionChange

        protected boolean isForceRebuildOnSelectionChange()
        Overrides:
        isForceRebuildOnSelectionChange in class org.apache.wicket.extensions.markup.html.tree.AbstractTree
        See Also:
        AbstractTree.isForceRebuildOnSelectionChange()