actions[i] instanceof IViewFormProvider);
// by default slider with current index is null
this.actionSliders[i] = null;
// slider must be authenticated.
if (aSlider.isAuth()) {
aSlider.readData();
// set slider into array
this.actionSliders[i] = aSlider;
// search action slider must be on top of window
if (actions[i] instanceof ISearchFormProvider) {
if (this.defaultSearchFormSlider == null)