org.araneaframework.uilib.form
Class GenericFormElement.ViewModel

java.lang.Object
  extended byorg.araneaframework.core.BaseApplicationWidget.ViewModel
      extended byorg.araneaframework.uilib.form.GenericFormElement.ViewModel
All Implemented Interfaces:
ApplicationComponent.ComponentViewModel, ApplicationService.ServiceViewModel, ApplicationWidget.WidgetViewModel, Serializable
Direct Known Subclasses:
FormElement.ViewModel, FormWidget.ViewModel
Enclosing class:
GenericFormElement

public class GenericFormElement.ViewModel
extends BaseApplicationWidget.ViewModel

This class represents a form element view model.

Author:
Jevgeni Kabanov (ekabanov at araneaframework dot org)
See Also:
Serialized Form

Constructor Summary
GenericFormElement.ViewModel()
          Takes a outer class snapshot.
 
Method Summary
 Map getProperties()
          Returns form element properties.
 
Methods inherited from class org.araneaframework.core.BaseApplicationWidget.ViewModel
getChildren, getData, getScope
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericFormElement.ViewModel

public GenericFormElement.ViewModel()
Takes a outer class snapshot.

Method Detail

getProperties

public Map getProperties()
Returns form element properties.

Returns:
form element properties.