Examples of EditZoneSegmentEvent


Examples of org.worldbank.transport.tamt.client.event.EditZoneSegmentEvent

 
  public void loadZoneDetails(ZoneDetails zoneDetails)
  {
   
    // send a message to TagMap to set the associated polygon to editable
    eventBus.fireEvent(new EditZoneSegmentEvent(zoneDetails.getId()));
   
    name.setText(zoneDetails.getName());
    description.setText(zoneDetails.getDescription());
    currentZoneDetailId = zoneDetails.getId();
    polyline.setText(zoneDetails.getId());
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.