final ShowModelWaveBuilder smwb = ShowModelWaveBuilder.create()
.showModelKey(getGlobalFacade().getUiFacade().buildKey((Class<Model>) wave.getRelatedClass()));
if (wave.contains(JRebirthWaves.ATTACH_UI_NODE_PLACEHOLDER)) {
// Add the Ui view into the place holder provided
smwb.uniquePlaceHolder(wave.get(JRebirthWaves.ATTACH_UI_NODE_PLACEHOLDER));
} else if (wave.contains(JRebirthWaves.ADD_UI_CHILDREN_PLACEHOLDER)) {
// Add the Ui view into the children list of its parent container
smwb.childrenPlaceHolder(wave.get(JRebirthWaves.ADD_UI_CHILDREN_PLACEHOLDER));
}