public class DefaultFeaturesFormContext extends java.lang.Object implements FeaturesFormContext
Constructor and Description |
---|
DefaultFeaturesFormContext(FeatureStore store) |
Modifier and Type | Method and Description |
---|---|
Feature |
getCurrentFeature() |
JFeaturesForm |
getFeaturesForm() |
FeatureStore |
getFeatureStore() |
FeatureType |
getFeatureType() |
ResourcesStorage |
getResourcesStorage() |
ScriptManager |
getScriptManager() |
StoresRepository |
getStoresRepository() |
public DefaultFeaturesFormContext(FeatureStore store)
public FeatureStore getFeatureStore()
getFeatureStore
in interface FeaturesFormContext
public FeatureType getFeatureType()
getFeatureType
in interface FeaturesFormContext
public ResourcesStorage getResourcesStorage()
getResourcesStorage
in interface FeaturesFormContext
getResourcesStorage
in interface JDynForm.DynFormContext
public StoresRepository getStoresRepository()
getStoresRepository
in interface FeaturesFormContext
public ScriptManager getScriptManager()
getScriptManager
in interface JDynForm.DynFormContext
public JFeaturesForm getFeaturesForm()
public Feature getCurrentFeature()