Package com.hybris.cockpitng.model
Interface ComponentModelPopulator<T>
-
- Type Parameters:
T- Type of the returned model
public interface ComponentModelPopulator<T>Interface for generation of models required by UI components.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TcreateModel(CockpitContext context)Method used to create the model using the provided context.
-
-
-
Method Detail
-
createModel
T createModel(CockpitContext context)
Method used to create the model using the provided context.- Parameters:
context- creation context- Returns:
- requested model
-
-