Class NullNavigationNavigator
java.lang.Object
ch.tocco.nice2.model.form.impl.datanavigation.NullNavigationNavigator
- All Implemented Interfaces:
DataPathNavigator
Hack to have fields in entity forms that are not related to an entity field.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable StringasSchemaNavigation(String pathAsString, Class<?> cls) Q: I really don't know how this thing can be used on queries or scripts...boolean
-
Constructor Details
-
NullNavigationNavigator
public NullNavigationNavigator()
-
-
Method Details
-
useNullDataSource
public boolean useNullDataSource()- Specified by:
useNullDataSourcein interfaceDataPathNavigator