Danijel
Danijel

Reputation: 8600

No icon for PrimeFaces checkboxed tree nodes in non-selecteable state?

I am using PrimeFaces and I created a checkbox Tree.

Some nodes have no children, so I set them to not selectable:

    node.setSelectable( false);

The problem is, nodes that are not selectable show no checkbox at all. They have no icon for this "disabled" state. It's just empty space and doesn't look good.

Is this expected behaviour or am I missing something?

p.s.

Screenshot here.

Upvotes: 1

Views: 511

Answers (1)

Danijel
Danijel

Reputation: 8600

This is expected behaviour. Might be changed in future versions.

Upvotes: 1

Related Questions