org.araneaframework.core
Interface ApplicationService.ServiceViewModel

All Superinterfaces:
ApplicationComponent.ComponentViewModel, Serializable
All Known Subinterfaces:
ApplicationWidget.WidgetViewModel
All Known Implementing Classes:
BaseApplicationService.ViewModel, BaseApplicationWidget.ViewModel
Enclosing interface:
ApplicationService

public static interface ApplicationService.ServiceViewModel
extends ApplicationComponent.ComponentViewModel, Serializable

A view model for a Service.


Method Summary
 Map getData()
          Can be used to custom data from the view.
 
Methods inherited from interface org.araneaframework.core.ApplicationComponent.ComponentViewModel
getChildren, getScope
 

Method Detail

getData

public Map getData()
Can be used to custom data from the view.