Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The Entity Selector panel provides a view that shows all of the current entities and allows the user to select the active entity. It support grouping of the entities and tools to clear the selection for the entity and zoom to the selection.

This view can be referenced using the id 'com.cohga.html.client.main.entitySelectorView', for historical reasons, or 'weave.entitySelectorView'.

A usable implementation of this view was only made available at Weave 2.4.11.

Code Block
xml
xml
titleBasic panel definition
linenumberstrue
<view id="weave.entitySelectorView">
	<location>east</location>
</view>

...