Uses of Class
org.nuiton.jaxx.application.swing.AbstractApplicationFormUIModel
| Package | Description |
|---|---|
| org.nuiton.jaxx.application.swing |
-
Uses of AbstractApplicationFormUIModel in org.nuiton.jaxx.application.swing
Classes in org.nuiton.jaxx.application.swing with type parameters of type AbstractApplicationFormUIModel Modifier and Type Class Description classAbstractApplicationFormUIModel<E,B extends AbstractApplicationFormUIModel<E,B>>A ui form model.Methods in org.nuiton.jaxx.application.swing with type parameters of type AbstractApplicationFormUIModel Modifier and Type Method Description protected static <E, B extends AbstractApplicationFormUIModel<E, B>>
com.google.common.base.Function<E,B>AbstractApplicationFormUIModel. entityToModel(Class<B> modelType)protected static <E, B extends AbstractApplicationFormUIModel<E, B>>
com.google.common.base.Function<B,E>AbstractApplicationFormUIModel. modelToEntity()Constructors in org.nuiton.jaxx.application.swing with parameters of type AbstractApplicationFormUIModel Constructor Description ModifyPropertyChangeListener(AbstractApplicationFormUIModel consumer, Set<String> propertiesToIgnore)