org.araneaframework.uilib.form
Class GenericFormElement.ViewModel
java.lang.Object
org.araneaframework.core.BaseApplicationWidget.ViewModel
org.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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GenericFormElement.ViewModel
public GenericFormElement.ViewModel()
- Takes a outer class snapshot.
getProperties
public Map getProperties()
- Returns form element properties.
- Returns:
- form element properties.