Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve b:tree documentation #476

Closed
TheCoder4eu opened this issue Jul 27, 2016 · 1 comment
Closed

Improve b:tree documentation #476

TheCoder4eu opened this issue Jul 27, 2016 · 1 comment
Assignees
Milestone

Comments

@TheCoder4eu
Copy link
Owner

TheCoder4eu commented Jul 27, 2016

Improve docs with the processing of check and uncheck the items (not automatic)
implement the methods (processValueChecked and processValueUnchecked) from TreeNodeEventListener interface .
use these methods like below:

    public void processValueChecked(TreeNodeCheckedEvent arg0) {
        Node node = (DefaultNodeImpl) arg0.getNode();
        node.setChecked(true);

        TreeModelUtils.updateNodeById(getCategoriasModelTree(), node.getNodeId(), node);
    }

See #456 .

@TheCoder4eu TheCoder4eu added this to the v1.0.0 milestone Jul 27, 2016
@TheCoder4eu TheCoder4eu changed the title Improve ocumentation b:tree Improve b:tree documentation Jul 27, 2016
@asterd
Copy link
Collaborator

asterd commented Aug 4, 2016

Done!

@asterd asterd closed this as completed Aug 4, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants