Ticket #660 (closed Enhancement: fixed)

Opened 11 years ago

Last modified 11 years ago

extend TopicmapViewmodel

Reported by: carolina Owned by: jri
Priority: Minor Milestone:
Component: DeepaMehta Standard Distribution Version: 4.3
Keywords: Cc: dgf, Malte
Complexity: 3 Area:
Module:

Description

1) viewProps should be accessible
2) topics should be random accessible (by id)

Change History

comment:1 Changed 11 years ago by jri

  • Owner set to jri
  • Status changed from new to accepted

comment:2 Changed 11 years ago by Jörg Richter

Topicmaps API: add getViewProperties() (#660).

TopicViewmodel has a new method to access the view properties at server-side:

CompositeValueModel getViewProperties()

See #660.

comment:3 Changed 11 years ago by Jörg Richter

Topicmaps API: add convenience accessors (#660).

TopicViewmodel has new convenience methods to access the standard view properties at server-side:

int getX()
int getY()
getVisibility()

See #660.

comment:4 Changed 11 years ago by Jörg Richter

Topicmaps viewmodel: some refactoring (#660).

In preparation of "topics should be random accessible (by id)".

See #660.

comment:5 Changed 11 years ago by jri

  • Cc dgf, Malte added

comment:6 Changed 11 years ago by Jörg Richter

Topicmaps viewmodel: add random accessors (#660).

TopicmapViewmodel has 2 methods to access a specific topic/assocociation by id:

TopicViewmodel getTopic(long id)
AssociationViewmodel getAssociation(long id)

See #660.

comment:7 Changed 11 years ago by jri

Hi Carolina!
Now you should have the things available you need to access a topicmap viewmodel without the JSON indirection.
Tell me if it works for you.

comment:8 Changed 11 years ago by jri

  • Status changed from accepted to closed
  • Resolution set to fixed
Note: See TracTickets for help on using tickets.