Skip to content
This repository has been archived by the owner on Apr 17, 2020. It is now read-only.

implement UiWidgetTree #7

Open
hohwille opened this issue May 5, 2015 · 1 comment
Open

implement UiWidgetTree #7

hohwille opened this issue May 5, 2015 · 1 comment

Comments

@hohwille
Copy link
Owner

hohwille commented May 5, 2015

We need to properly implement UiWidgetTree. This is quite important as ListTable and Tree are required for a reasonable application and an appropriate showcase.
For GWT:
We still have to consider if we want to support Cell instead of Widget and move to CellTree. We found a design how we could render a widget such as UiWidgetLabel as Cell (TextCell) instead of Label. However, this is a tough decision as Cell does not really fit into the concept of the ui-widget framework. How could the widget hold the reference to the Cell and update its style and other things? How would a composite widget work (as CompositeCell)? This Cell stuff seems to open a parallel universe and we currently fear a maintenance hell when going towards this...

@hohwille
Copy link
Owner Author

hohwille commented May 5, 2015

So far working including lazy loading on expand, etc.
Various features still missing. Most important is selection mode with multi-selection (via checkboxes). Also expand/collapse should be added to the API.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant