Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
pl.fhframework.docs.event.ScrollEventForm__View Maven / Gradle / Ivy
package pl.fhframework.docs.event;
public class ScrollEventForm__View extends pl.fhframework.docs.event.ScrollEventForm
{
@org.springframework.beans.factory.annotation.Autowired private pl.fhframework.format.FhConversionService __conversionService;
@org.springframework.beans.factory.annotation.Autowired private pl.fhframework.core.i18n.MessageService __messagesService;
@org.springframework.beans.factory.annotation.Autowired private pl.fhframework.core.rules.service.RulesService __ruleService;
pl.fhframework.model.forms.OutputLabel u__Form_OutputLabel1_1;
pl.fhframework.model.forms.OutputLabel u__Form_OutputLabel2_1;
pl.fhframework.model.forms.Spacer u__Form_Spacer_1;
pl.fhframework.model.forms.TabContainer u__Form_TabContainer_1;
pl.fhframework.model.forms.Tab u__Form_TabContainer_Tab1_1;
pl.fhframework.model.forms.Spacer u__Form_TabContainer_Tab1_Spacer_1;
pl.fhframework.model.forms.Button u_button1_1;
pl.fhframework.model.forms.PanelGroup u__Form_TabContainer_Tab1_PanelGroup1_1;
pl.fhframework.model.forms.InputText u_code1_1;
pl.fhframework.model.forms.PanelGroup u__Form_TabContainer_Tab1_PanelGroup2_1;
pl.fhframework.model.forms.InputText u_code2_1;
pl.fhframework.model.forms.Button u_button2_1;
pl.fhframework.model.forms.PanelGroup u__Form_TabContainer_Tab1_PanelGroup3_1;
pl.fhframework.model.forms.InputText u_code3_1;
pl.fhframework.model.forms.Tab u__Form_TabContainer_Tab2_1;
pl.fhframework.model.forms.Spacer u__Form_TabContainer_Tab2_Spacer_1;
pl.fhframework.model.forms.Button u_button3_1;
pl.fhframework.model.forms.PanelGroup u__Form_TabContainer_Tab2_PanelGroup1_1;
pl.fhframework.model.forms.InputText u_code4_1;
pl.fhframework.model.forms.PanelGroup u__Form_TabContainer_Tab2_PanelGroup2_1;
pl.fhframework.model.forms.InputText u_code5_1;
pl.fhframework.model.forms.Button u_button4_1;
pl.fhframework.model.forms.PanelGroup u__Form_TabContainer_Tab2_PanelGroup3_1;
pl.fhframework.model.forms.InputText u_code6_1;
pl.fhframework.model.forms.Tab u__Form_TabContainer_Tab3_1;
pl.fhframework.model.forms.Spacer u__Form_TabContainer_Tab3_Spacer_1;
pl.fhframework.model.forms.Group u__Form_TabContainer_Tab3_Group1_1;
pl.fhframework.model.forms.Button u_button5_1;
pl.fhframework.model.forms.Button u_button6_1;
pl.fhframework.model.forms.Button u_button7_1;
pl.fhframework.model.forms.PanelGroup u__Form_TabContainer_Tab3_Group1_PanelGroup1_1;
pl.fhframework.model.forms.InputText u_code7_1;
pl.fhframework.model.forms.PanelGroup u__Form_TabContainer_Tab3_Group1_PanelGroup2_1;
pl.fhframework.model.forms.InputText u_code8_1;
pl.fhframework.model.forms.Group u__Form_TabContainer_Tab3_Group2_1;
pl.fhframework.model.forms.PanelGroup u__Form_TabContainer_Tab3_Group2_PanelGroup_1;
pl.fhframework.model.forms.Button u_element1_1;
pl.fhframework.model.forms.Spacer u__Form_TabContainer_Tab3_Group2_PanelGroup_Spacer1_1;
pl.fhframework.model.forms.Button u_element2_1;
pl.fhframework.model.forms.Spacer u__Form_TabContainer_Tab3_Group2_PanelGroup_Spacer2_1;
pl.fhframework.model.forms.Button u_element3_1;
pl.fhframework.model.forms.InputText u_code9_1;
pl.fhframework.model.forms.AvailabilityConfiguration a_availabilityConfiguration_1;
pl.fhframework.model.forms.Model a_model_1;
public static final java.util.Set ____actions = new java.util.LinkedHashSet<>();
static {
____actions.add(new pl.fhframework.binding.ActionSignature("fireScrollDown"));
____actions.add(new pl.fhframework.binding.ActionSignature("fireScrollUp"));
____actions.add(new pl.fhframework.binding.ActionSignature("fireScrollButton4"));
____actions.add(new pl.fhframework.binding.ActionSignature("fireScrollButton3"));
____actions.add(new pl.fhframework.binding.ActionSignature("fireScrollTo", String.class, Integer.class));
}
public static final java.util.Set ____variants = new java.util.LinkedHashSet<>();
static {
}
public static final java.util.Set ____includes = new java.util.LinkedHashSet<>();
static {
}
public ScrollEventForm__View()
{
initCmp_this();
setupAccessibility();
}
private pl.fhframework.format.FhConversionService __getConversionService() { return __conversionService; }
private pl.fhframework.core.i18n.MessageService __getMessageService() { return __messagesService; }
private ScrollEventForm__View getThisForm() { return this; }
private void initCmp_this() {
this.setLabelModelBinding(new pl.fhframework.binding.CompiledBinding<>(
"{$.fh.docs.event.scroll_event_form}",
null,
String.class, /* target type */
this::__getConversionService,
this::getThis_labelModelBinding, /* getter */
null /* setter */
));
this.setDeclaredContainer("mainForm");
this.setHideHeader(false);
this.setFocusFirstElement(true);
this.setLayout(pl.fhframework.model.forms.attribute.Layout.VERTICAL);
this.setModal(false);
this.setFormType(pl.fhframework.model.forms.attribute.FormType.STANDARD);
this.setModalSize(pl.fhframework.model.forms.attribute.FormModalSize.REGULAR);
this.setXmlns("http://fh.asseco.com/form/1.0");
this.setHeadingType(pl.fhframework.model.HeadingTypeEnum.Default);
this.setId("documentationHolder");
this.setInvisible(false);
u__Form_OutputLabel1_1 = new pl.fhframework.model.forms.OutputLabel(this);
this.addSubcomponent(u__Form_OutputLabel1_1);
u__Form_OutputLabel1_1.setGroupingParentComponent(this);
initCmp_u__Form_OutputLabel1_1(u__Form_OutputLabel1_1);
u__Form_OutputLabel2_1 = new pl.fhframework.model.forms.OutputLabel(this);
this.addSubcomponent(u__Form_OutputLabel2_1);
u__Form_OutputLabel2_1.setGroupingParentComponent(this);
initCmp_u__Form_OutputLabel2_1(u__Form_OutputLabel2_1);
u__Form_Spacer_1 = new pl.fhframework.model.forms.Spacer(this);
this.addSubcomponent(u__Form_Spacer_1);
u__Form_Spacer_1.setGroupingParentComponent(this);
initCmp_u__Form_Spacer_1(u__Form_Spacer_1);
u__Form_TabContainer_1 = new pl.fhframework.model.forms.TabContainer(this);
this.addSubcomponent(u__Form_TabContainer_1);
u__Form_TabContainer_1.setGroupingParentComponent(this);
initCmp_u__Form_TabContainer_1(u__Form_TabContainer_1);
a_availabilityConfiguration_1 = new pl.fhframework.model.forms.AvailabilityConfiguration(this);
this.setAvailabilityConfiguration(a_availabilityConfiguration_1);
initCmp_a_availabilityConfiguration_1(a_availabilityConfiguration_1);
a_model_1 = new pl.fhframework.model.forms.Model(this);
this.setModelDefinition(a_model_1);
initCmp_a_model_1(a_model_1);
}
// $.fh.docs.event.scroll_event_form
private String getThis_labelModelBinding() {
try {
return __getMessageService().getAllBundles().getMessage("fh.docs.event.scroll_event_form");
} catch(NullPointerException e) {
if (pl.fhframework.core.generator.CompiledClassesHelper.isLocalNullPointerException(e, getThisForm().getClass().getName(), "getThis_labelModelBinding")) {
return null;
} else {
throw e;
}
}
}
private void initCmp_u__Form_OutputLabel1_1(pl.fhframework.model.forms.OutputLabel u__Form_OutputLabel1_1) {
u__Form_OutputLabel1_1.setIconAlignment(pl.fhframework.model.forms.attribute.IconAlignment.BEFORE);
u__Form_OutputLabel1_1.setValueBinding(new pl.fhframework.binding.CompiledBinding<>(
"{$.fh.docs.event.scroll_event_form.event_description}.",
null,
String.class, /* target type */
this::__getConversionService,
this::getU__Form_OutputLabel1_1_valueBinding, /* getter */
null /* setter */
));
u__Form_OutputLabel1_1.setWidth("md-12");
u__Form_OutputLabel1_1.setId("_Form_OutputLabel1");
u__Form_OutputLabel1_1.setInvisible(false);
u__Form_OutputLabel1_1.setGroupingParentComponent(this);
}
// {$.fh.docs.event.scroll_event_form.event_description}.
private String getU__Form_OutputLabel1_1_valueBinding() {
try {
return "" + pl.fhframework.core.generator.CompiledClassesHelper.nvl(__getMessageService().getAllBundles().getMessage("fh.docs.event.scroll_event_form.event_description")) + ".";
} catch(NullPointerException e) {
if (pl.fhframework.core.generator.CompiledClassesHelper.isLocalNullPointerException(e, getThisForm().getClass().getName(), "getU__Form_OutputLabel1_1_valueBinding")) {
return null;
} else {
throw e;
}
}
}
private void initCmp_u__Form_OutputLabel2_1(pl.fhframework.model.forms.OutputLabel u__Form_OutputLabel2_1) {
u__Form_OutputLabel2_1.setIconAlignment(pl.fhframework.model.forms.attribute.IconAlignment.BEFORE);
u__Form_OutputLabel2_1.setValueBinding(new pl.fhframework.binding.CompiledBinding<>(
"{$.fh.docs.event.to_use_scroll_event_use_following} API: pl.fhframework.event.EventRegistry.fireScrollEvent.",
null,
String.class, /* target type */
this::__getConversionService,
this::getU__Form_OutputLabel2_1_valueBinding, /* getter */
null /* setter */
));
u__Form_OutputLabel2_1.setWidth("md-12");
u__Form_OutputLabel2_1.setId("_Form_OutputLabel2");
u__Form_OutputLabel2_1.setInvisible(false);
u__Form_OutputLabel2_1.setGroupingParentComponent(this);
}
// {$.fh.docs.event.to_use_scroll_event_use_following} API: pl.fhframework.event.EventRegistry.fireScrollEvent.
private String getU__Form_OutputLabel2_1_valueBinding() {
try {
return "" + pl.fhframework.core.generator.CompiledClassesHelper.nvl(__getMessageService().getAllBundles().getMessage("fh.docs.event.to_use_scroll_event_use_following")) + " API: pl.fhframework.event.EventRegistry.fireScrollEvent.";
} catch(NullPointerException e) {
if (pl.fhframework.core.generator.CompiledClassesHelper.isLocalNullPointerException(e, getThisForm().getClass().getName(), "getU__Form_OutputLabel2_1_valueBinding")) {
return null;
} else {
throw e;
}
}
}
private void initCmp_u__Form_Spacer_1(pl.fhframework.model.forms.Spacer u__Form_Spacer_1) {
u__Form_Spacer_1.setHeight("30");
u__Form_Spacer_1.setWidth("md-12");
u__Form_Spacer_1.setId("_Form_Spacer");
u__Form_Spacer_1.setInvisible(false);
u__Form_Spacer_1.setGroupingParentComponent(this);
}
private void initCmp_u__Form_TabContainer_1(pl.fhframework.model.forms.TabContainer u__Form_TabContainer_1) {
u__Form_TabContainer_1.setId("_Form_TabContainer");
u__Form_TabContainer_1.setInvisible(false);
u__Form_TabContainer_Tab1_1 = new pl.fhframework.model.forms.Tab(this);
u__Form_TabContainer_1.addSubcomponent(u__Form_TabContainer_Tab1_1);
u__Form_TabContainer_Tab1_1.setGroupingParentComponent(u__Form_TabContainer_1);
initCmp_u__Form_TabContainer_Tab1_1(u__Form_TabContainer_Tab1_1, u__Form_TabContainer_1);
u__Form_TabContainer_Tab2_1 = new pl.fhframework.model.forms.Tab(this);
u__Form_TabContainer_1.addSubcomponent(u__Form_TabContainer_Tab2_1);
u__Form_TabContainer_Tab2_1.setGroupingParentComponent(u__Form_TabContainer_1);
initCmp_u__Form_TabContainer_Tab2_1(u__Form_TabContainer_Tab2_1, u__Form_TabContainer_1);
u__Form_TabContainer_Tab3_1 = new pl.fhframework.model.forms.Tab(this);
u__Form_TabContainer_1.addSubcomponent(u__Form_TabContainer_Tab3_1);
u__Form_TabContainer_Tab3_1.setGroupingParentComponent(u__Form_TabContainer_1);
initCmp_u__Form_TabContainer_Tab3_1(u__Form_TabContainer_Tab3_1, u__Form_TabContainer_1);
u__Form_TabContainer_1.setGroupingParentComponent(this);
}
private void initCmp_u__Form_TabContainer_Tab1_1(pl.fhframework.model.forms.Tab u__Form_TabContainer_Tab1_1, pl.fhframework.model.forms.TabContainer u__Form_TabContainer_1) {
u__Form_TabContainer_Tab1_1.setLabelModelBinding(new pl.fhframework.binding.StaticBinding<>("ScrollEvent"));
u__Form_TabContainer_Tab1_1.setLayout(pl.fhframework.model.forms.attribute.Layout.VERTICAL);
u__Form_TabContainer_Tab1_1.setId("_Form_TabContainer_Tab1");
u__Form_TabContainer_Tab1_1.setInvisible(false);
u__Form_TabContainer_Tab1_Spacer_1 = new pl.fhframework.model.forms.Spacer(this);
u__Form_TabContainer_Tab1_1.addSubcomponent(u__Form_TabContainer_Tab1_Spacer_1);
u__Form_TabContainer_Tab1_Spacer_1.setGroupingParentComponent(u__Form_TabContainer_Tab1_1);
initCmp_u__Form_TabContainer_Tab1_Spacer_1(u__Form_TabContainer_Tab1_Spacer_1, u__Form_TabContainer_Tab1_1);
u_button1_1 = new pl.fhframework.model.forms.Button(this);
u__Form_TabContainer_Tab1_1.addSubcomponent(u_button1_1);
u_button1_1.setGroupingParentComponent(u__Form_TabContainer_Tab1_1);
initCmp_u_button1_1(u_button1_1, u__Form_TabContainer_Tab1_1);
u__Form_TabContainer_Tab1_PanelGroup1_1 = new pl.fhframework.model.forms.PanelGroup(this);
u__Form_TabContainer_Tab1_1.addSubcomponent(u__Form_TabContainer_Tab1_PanelGroup1_1);
u__Form_TabContainer_Tab1_PanelGroup1_1.setGroupingParentComponent(u__Form_TabContainer_Tab1_1);
initCmp_u__Form_TabContainer_Tab1_PanelGroup1_1(u__Form_TabContainer_Tab1_PanelGroup1_1, u__Form_TabContainer_Tab1_1);
u__Form_TabContainer_Tab1_PanelGroup2_1 = new pl.fhframework.model.forms.PanelGroup(this);
u__Form_TabContainer_Tab1_1.addSubcomponent(u__Form_TabContainer_Tab1_PanelGroup2_1);
u__Form_TabContainer_Tab1_PanelGroup2_1.setGroupingParentComponent(u__Form_TabContainer_Tab1_1);
initCmp_u__Form_TabContainer_Tab1_PanelGroup2_1(u__Form_TabContainer_Tab1_PanelGroup2_1, u__Form_TabContainer_Tab1_1);
u_button2_1 = new pl.fhframework.model.forms.Button(this);
u__Form_TabContainer_Tab1_1.addSubcomponent(u_button2_1);
u_button2_1.setGroupingParentComponent(u__Form_TabContainer_Tab1_1);
initCmp_u_button2_1(u_button2_1, u__Form_TabContainer_Tab1_1);
u__Form_TabContainer_Tab1_PanelGroup3_1 = new pl.fhframework.model.forms.PanelGroup(this);
u__Form_TabContainer_Tab1_1.addSubcomponent(u__Form_TabContainer_Tab1_PanelGroup3_1);
u__Form_TabContainer_Tab1_PanelGroup3_1.setGroupingParentComponent(u__Form_TabContainer_Tab1_1);
initCmp_u__Form_TabContainer_Tab1_PanelGroup3_1(u__Form_TabContainer_Tab1_PanelGroup3_1, u__Form_TabContainer_Tab1_1);
u__Form_TabContainer_Tab1_1.setGroupingParentComponent(u__Form_TabContainer_1);
}
private void initCmp_u__Form_TabContainer_Tab1_Spacer_1(pl.fhframework.model.forms.Spacer u__Form_TabContainer_Tab1_Spacer_1, pl.fhframework.model.forms.Tab u__Form_TabContainer_Tab1_1) {
u__Form_TabContainer_Tab1_Spacer_1.setHeight("30");
u__Form_TabContainer_Tab1_Spacer_1.setWidth("md-12");
u__Form_TabContainer_Tab1_Spacer_1.setId("_Form_TabContainer_Tab1_Spacer");
u__Form_TabContainer_Tab1_Spacer_1.setInvisible(false);
u__Form_TabContainer_Tab1_Spacer_1.setGroupingParentComponent(u__Form_TabContainer_Tab1_1);
}
private void initCmp_u_button1_1(pl.fhframework.model.forms.Button u_button1_1, pl.fhframework.model.forms.Tab u__Form_TabContainer_Tab1_1) {
u_button1_1.setOnClick(new pl.fhframework.binding.CompiledActionBinding(
"fireScrollDown()", "fireScrollDown"));
u_button1_1.setLabelModelBinding(new pl.fhframework.binding.CompiledBinding<>(
"{$.fh.docs.event.scroll_to_button} 2",
null,
String.class, /* target type */
this::__getConversionService,
this::getU_button1_1_labelModelBinding, /* getter */
null /* setter */
));
u_button1_1.setReCAPTCHA(false);
u_button1_1.setId("Button1");
u_button1_1.setInvisible(false);
u_button1_1.setGroupingParentComponent(u__Form_TabContainer_Tab1_1);
}
// {$.fh.docs.event.scroll_to_button} 2
private String getU_button1_1_labelModelBinding() {
try {
return "" + pl.fhframework.core.generator.CompiledClassesHelper.nvl(__getMessageService().getAllBundles().getMessage("fh.docs.event.scroll_to_button")) + " 2";
} catch(NullPointerException e) {
if (pl.fhframework.core.generator.CompiledClassesHelper.isLocalNullPointerException(e, getThisForm().getClass().getName(), "getU_button1_1_labelModelBinding")) {
return null;
} else {
throw e;
}
}
}
private void initCmp_u__Form_TabContainer_Tab1_PanelGroup1_1(pl.fhframework.model.forms.PanelGroup u__Form_TabContainer_Tab1_PanelGroup1_1, pl.fhframework.model.forms.Tab u__Form_TabContainer_Tab1_1) {
u__Form_TabContainer_Tab1_PanelGroup1_1.setLabelModelBinding(new pl.fhframework.binding.CompiledBinding<>(
"{$.fh.docs.event.form_code}",
null,
String.class, /* target type */
this::__getConversionService,
this::getU__Form_TabContainer_Tab1_PanelGroup1_1_labelModelBinding, /* getter */
null /* setter */
));
u__Form_TabContainer_Tab1_PanelGroup1_1.setCollapsible(false);
u__Form_TabContainer_Tab1_PanelGroup1_1.setBorderVisible(false);
u__Form_TabContainer_Tab1_PanelGroup1_1.setModelBindingForState(new pl.fhframework.binding.StaticBinding<>("false"));
u__Form_TabContainer_Tab1_PanelGroup1_1.setIconOpenedBinding(new pl.fhframework.binding.StaticBinding<>("fa-arrow-down"));
u__Form_TabContainer_Tab1_PanelGroup1_1.setIconClosedBinding(new pl.fhframework.binding.StaticBinding<>("fa-arrow-up"));
u__Form_TabContainer_Tab1_PanelGroup1_1.setHeadingType(pl.fhframework.model.HeadingTypeEnum.Default);
u__Form_TabContainer_Tab1_PanelGroup1_1.setWidth("md-12");
u__Form_TabContainer_Tab1_PanelGroup1_1.setId("_Form_TabContainer_Tab1_PanelGroup1");
u__Form_TabContainer_Tab1_PanelGroup1_1.setInvisible(false);
u_code1_1 = new pl.fhframework.model.forms.InputText(this);
u__Form_TabContainer_Tab1_PanelGroup1_1.addSubcomponent(u_code1_1);
u_code1_1.setGroupingParentComponent(u__Form_TabContainer_Tab1_PanelGroup1_1);
initCmp_u_code1_1(u_code1_1, u__Form_TabContainer_Tab1_PanelGroup1_1);
u__Form_TabContainer_Tab1_PanelGroup1_1.setGroupingParentComponent(u__Form_TabContainer_Tab1_1);
}
// $.fh.docs.event.form_code
private String getU__Form_TabContainer_Tab1_PanelGroup1_1_labelModelBinding() {
try {
return __getMessageService().getAllBundles().getMessage("fh.docs.event.form_code");
} catch(NullPointerException e) {
if (pl.fhframework.core.generator.CompiledClassesHelper.isLocalNullPointerException(e, getThisForm().getClass().getName(), "getU__Form_TabContainer_Tab1_PanelGroup1_1_labelModelBinding")) {
return null;
} else {
throw e;
}
}
}
private void initCmp_u_code1_1(pl.fhframework.model.forms.InputText u_code1_1, pl.fhframework.model.forms.PanelGroup u__Form_TabContainer_Tab1_PanelGroup1_1) {
u_code1_1.setRowsCount(1);
u_code1_1.setMaxLength(65535);
u_code1_1.setHintInputGroup(false);
u_code1_1.setModelBinding(new pl.fhframework.binding.StaticBinding<>(""));
u_code1_1.setLabelModelBinding(new pl.fhframework.binding.CompiledBinding<>(
"{$.fh.docs.event.use_case_code}",
null,
String.class, /* target type */
this::__getConversionService,
this::getU_code1_1_labelModelBinding, /* getter */
null /* setter */
));
u_code1_1.setIconAlignment(pl.fhframework.model.forms.attribute.IconAlignment.BEFORE);
u_code1_1.setInputSize(60.0d);
u_code1_1.setWidth("md-12");
u_code1_1.setId("code1");
u_code1_1.setInvisible(false);
u_code1_1.setGroupingParentComponent(u__Form_TabContainer_Tab1_PanelGroup1_1);
}
// $.fh.docs.event.use_case_code
private String getU_code1_1_labelModelBinding() {
try {
return __getMessageService().getAllBundles().getMessage("fh.docs.event.use_case_code");
} catch(NullPointerException e) {
if (pl.fhframework.core.generator.CompiledClassesHelper.isLocalNullPointerException(e, getThisForm().getClass().getName(), "getU_code1_1_labelModelBinding")) {
return null;
} else {
throw e;
}
}
}
private void initCmp_u__Form_TabContainer_Tab1_PanelGroup2_1(pl.fhframework.model.forms.PanelGroup u__Form_TabContainer_Tab1_PanelGroup2_1, pl.fhframework.model.forms.Tab u__Form_TabContainer_Tab1_1) {
u__Form_TabContainer_Tab1_PanelGroup2_1.setLabelModelBinding(new pl.fhframework.binding.CompiledBinding<>(
"{$.fh.docs.event.java_code}",
null,
String.class, /* target type */
this::__getConversionService,
this::getU__Form_TabContainer_Tab1_PanelGroup2_1_labelModelBinding, /* getter */
null /* setter */
));
u__Form_TabContainer_Tab1_PanelGroup2_1.setCollapsible(false);
u__Form_TabContainer_Tab1_PanelGroup2_1.setBorderVisible(false);
u__Form_TabContainer_Tab1_PanelGroup2_1.setModelBindingForState(new pl.fhframework.binding.StaticBinding<>("false"));
u__Form_TabContainer_Tab1_PanelGroup2_1.setIconOpenedBinding(new pl.fhframework.binding.StaticBinding<>("fa-arrow-down"));
u__Form_TabContainer_Tab1_PanelGroup2_1.setIconClosedBinding(new pl.fhframework.binding.StaticBinding<>("fa-arrow-up"));
u__Form_TabContainer_Tab1_PanelGroup2_1.setHeadingType(pl.fhframework.model.HeadingTypeEnum.Default);
u__Form_TabContainer_Tab1_PanelGroup2_1.setWidth("md-12");
u__Form_TabContainer_Tab1_PanelGroup2_1.setId("_Form_TabContainer_Tab1_PanelGroup2");
u__Form_TabContainer_Tab1_PanelGroup2_1.setInvisible(false);
u_code2_1 = new pl.fhframework.model.forms.InputText(this);
u__Form_TabContainer_Tab1_PanelGroup2_1.addSubcomponent(u_code2_1);
u_code2_1.setGroupingParentComponent(u__Form_TabContainer_Tab1_PanelGroup2_1);
initCmp_u_code2_1(u_code2_1, u__Form_TabContainer_Tab1_PanelGroup2_1);
u__Form_TabContainer_Tab1_PanelGroup2_1.setGroupingParentComponent(u__Form_TabContainer_Tab1_1);
}
// $.fh.docs.event.java_code
private String getU__Form_TabContainer_Tab1_PanelGroup2_1_labelModelBinding() {
try {
return __getMessageService().getAllBundles().getMessage("fh.docs.event.java_code");
} catch(NullPointerException e) {
if (pl.fhframework.core.generator.CompiledClassesHelper.isLocalNullPointerException(e, getThisForm().getClass().getName(), "getU__Form_TabContainer_Tab1_PanelGroup2_1_labelModelBinding")) {
return null;
} else {
throw e;
}
}
}
private void initCmp_u_code2_1(pl.fhframework.model.forms.InputText u_code2_1, pl.fhframework.model.forms.PanelGroup u__Form_TabContainer_Tab1_PanelGroup2_1) {
u_code2_1.setRowsCount(17);
u_code2_1.setMaxLength(65535);
u_code2_1.setHintInputGroup(false);
u_code2_1.setModelBinding(new pl.fhframework.binding.StaticBinding<>("@Autowired\nprivate EventRegistry eventRegistry;\n\n@Override\npublic void start() {\n showForm(ScrollEventForm.class, new ScrollEventModel());\n}\n\n@Action\nprivate void fireScrollDown(ViewEvent event){\n eventRegistry.fireScrollEvent(\"inputTextFocus1\");\n}\n\n@Action\nprivate void fireScrollUp(ViewEvent event){\n eventRegistry.fireScrollEvent(\"inputTextFocus2\");\n}\n\n@Action\nprivate void fireScrollTo(ViewEvent event){\n eventRegistry.fireScrollEvent(\"inputTextFocus3\");\n}"));
u_code2_1.setLabelModelBinding(new pl.fhframework.binding.CompiledBinding<>(
"{$.fh.docs.event.use_case_code}",
null,
String.class, /* target type */
this::__getConversionService,
this::getU_code2_1_labelModelBinding, /* getter */
null /* setter */
));
u_code2_1.setIconAlignment(pl.fhframework.model.forms.attribute.IconAlignment.BEFORE);
u_code2_1.setInputSize(60.0d);
u_code2_1.setHeight("700");
u_code2_1.setWidth("md-12");
u_code2_1.setId("code2");
u_code2_1.setInvisible(false);
u_code2_1.setGroupingParentComponent(u__Form_TabContainer_Tab1_PanelGroup2_1);
}
// $.fh.docs.event.use_case_code
private String getU_code2_1_labelModelBinding() {
try {
return __getMessageService().getAllBundles().getMessage("fh.docs.event.use_case_code");
} catch(NullPointerException e) {
if (pl.fhframework.core.generator.CompiledClassesHelper.isLocalNullPointerException(e, getThisForm().getClass().getName(), "getU_code2_1_labelModelBinding")) {
return null;
} else {
throw e;
}
}
}
private void initCmp_u_button2_1(pl.fhframework.model.forms.Button u_button2_1, pl.fhframework.model.forms.Tab u__Form_TabContainer_Tab1_1) {
u_button2_1.setOnClick(new pl.fhframework.binding.CompiledActionBinding(
"fireScrollUp()", "fireScrollUp"));
u_button2_1.setLabelModelBinding(new pl.fhframework.binding.CompiledBinding<>(
"{$.fh.docs.event.scroll_to_button} 1",
null,
String.class, /* target type */
this::__getConversionService,
this::getU_button2_1_labelModelBinding, /* getter */
null /* setter */
));
u_button2_1.setReCAPTCHA(false);
u_button2_1.setId("Button2");
u_button2_1.setInvisible(false);
u_button2_1.setGroupingParentComponent(u__Form_TabContainer_Tab1_1);
}
// {$.fh.docs.event.scroll_to_button} 1
private String getU_button2_1_labelModelBinding() {
try {
return "" + pl.fhframework.core.generator.CompiledClassesHelper.nvl(__getMessageService().getAllBundles().getMessage("fh.docs.event.scroll_to_button")) + " 1";
} catch(NullPointerException e) {
if (pl.fhframework.core.generator.CompiledClassesHelper.isLocalNullPointerException(e, getThisForm().getClass().getName(), "getU_button2_1_labelModelBinding")) {
return null;
} else {
throw e;
}
}
}
private void initCmp_u__Form_TabContainer_Tab1_PanelGroup3_1(pl.fhframework.model.forms.PanelGroup u__Form_TabContainer_Tab1_PanelGroup3_1, pl.fhframework.model.forms.Tab u__Form_TabContainer_Tab1_1) {
u__Form_TabContainer_Tab1_PanelGroup3_1.setLabelModelBinding(new pl.fhframework.binding.CompiledBinding<>(
"{$.fh.docs.event.form_code}",
null,
String.class, /* target type */
this::__getConversionService,
this::getU__Form_TabContainer_Tab1_PanelGroup3_1_labelModelBinding, /* getter */
null /* setter */
));
u__Form_TabContainer_Tab1_PanelGroup3_1.setCollapsible(false);
u__Form_TabContainer_Tab1_PanelGroup3_1.setBorderVisible(false);
u__Form_TabContainer_Tab1_PanelGroup3_1.setModelBindingForState(new pl.fhframework.binding.StaticBinding<>("false"));
u__Form_TabContainer_Tab1_PanelGroup3_1.setIconOpenedBinding(new pl.fhframework.binding.StaticBinding<>("fa-arrow-down"));
u__Form_TabContainer_Tab1_PanelGroup3_1.setIconClosedBinding(new pl.fhframework.binding.StaticBinding<>("fa-arrow-up"));
u__Form_TabContainer_Tab1_PanelGroup3_1.setHeadingType(pl.fhframework.model.HeadingTypeEnum.Default);
u__Form_TabContainer_Tab1_PanelGroup3_1.setWidth("md-12");
u__Form_TabContainer_Tab1_PanelGroup3_1.setId("_Form_TabContainer_Tab1_PanelGroup3");
u__Form_TabContainer_Tab1_PanelGroup3_1.setInvisible(false);
u_code3_1 = new pl.fhframework.model.forms.InputText(this);
u__Form_TabContainer_Tab1_PanelGroup3_1.addSubcomponent(u_code3_1);
u_code3_1.setGroupingParentComponent(u__Form_TabContainer_Tab1_PanelGroup3_1);
initCmp_u_code3_1(u_code3_1, u__Form_TabContainer_Tab1_PanelGroup3_1);
u__Form_TabContainer_Tab1_PanelGroup3_1.setGroupingParentComponent(u__Form_TabContainer_Tab1_1);
}
// $.fh.docs.event.form_code
private String getU__Form_TabContainer_Tab1_PanelGroup3_1_labelModelBinding() {
try {
return __getMessageService().getAllBundles().getMessage("fh.docs.event.form_code");
} catch(NullPointerException e) {
if (pl.fhframework.core.generator.CompiledClassesHelper.isLocalNullPointerException(e, getThisForm().getClass().getName(), "getU__Form_TabContainer_Tab1_PanelGroup3_1_labelModelBinding")) {
return null;
} else {
throw e;
}
}
}
private void initCmp_u_code3_1(pl.fhframework.model.forms.InputText u_code3_1, pl.fhframework.model.forms.PanelGroup u__Form_TabContainer_Tab1_PanelGroup3_1) {
u_code3_1.setRowsCount(1);
u_code3_1.setMaxLength(65535);
u_code3_1.setHintInputGroup(false);
u_code3_1.setModelBinding(new pl.fhframework.binding.StaticBinding<>(""));
u_code3_1.setLabelModelBinding(new pl.fhframework.binding.CompiledBinding<>(
"{$.fh.docs.event.use_case_code}",
null,
String.class, /* target type */
this::__getConversionService,
this::getU_code3_1_labelModelBinding, /* getter */
null /* setter */
));
u_code3_1.setIconAlignment(pl.fhframework.model.forms.attribute.IconAlignment.BEFORE);
u_code3_1.setInputSize(60.0d);
u_code3_1.setWidth("md-12");
u_code3_1.setId("code3");
u_code3_1.setInvisible(false);
u_code3_1.setGroupingParentComponent(u__Form_TabContainer_Tab1_PanelGroup3_1);
}
// $.fh.docs.event.use_case_code
private String getU_code3_1_labelModelBinding() {
try {
return __getMessageService().getAllBundles().getMessage("fh.docs.event.use_case_code");
} catch(NullPointerException e) {
if (pl.fhframework.core.generator.CompiledClassesHelper.isLocalNullPointerException(e, getThisForm().getClass().getName(), "getU_code3_1_labelModelBinding")) {
return null;
} else {
throw e;
}
}
}
private void initCmp_u__Form_TabContainer_Tab2_1(pl.fhframework.model.forms.Tab u__Form_TabContainer_Tab2_1, pl.fhframework.model.forms.TabContainer u__Form_TabContainer_1) {
u__Form_TabContainer_Tab2_1.setLabelModelBinding(new pl.fhframework.binding.CompiledBinding<>(
"{$.fh.docs.event.scroll_with_animation}",
null,
String.class, /* target type */
this::__getConversionService,
this::getU__Form_TabContainer_Tab2_1_labelModelBinding, /* getter */
null /* setter */
));
u__Form_TabContainer_Tab2_1.setLayout(pl.fhframework.model.forms.attribute.Layout.VERTICAL);
u__Form_TabContainer_Tab2_1.setId("_Form_TabContainer_Tab2");
u__Form_TabContainer_Tab2_1.setInvisible(false);
u__Form_TabContainer_Tab2_Spacer_1 = new pl.fhframework.model.forms.Spacer(this);
u__Form_TabContainer_Tab2_1.addSubcomponent(u__Form_TabContainer_Tab2_Spacer_1);
u__Form_TabContainer_Tab2_Spacer_1.setGroupingParentComponent(u__Form_TabContainer_Tab2_1);
initCmp_u__Form_TabContainer_Tab2_Spacer_1(u__Form_TabContainer_Tab2_Spacer_1, u__Form_TabContainer_Tab2_1);
u_button3_1 = new pl.fhframework.model.forms.Button(this);
u__Form_TabContainer_Tab2_1.addSubcomponent(u_button3_1);
u_button3_1.setGroupingParentComponent(u__Form_TabContainer_Tab2_1);
initCmp_u_button3_1(u_button3_1, u__Form_TabContainer_Tab2_1);
u__Form_TabContainer_Tab2_PanelGroup1_1 = new pl.fhframework.model.forms.PanelGroup(this);
u__Form_TabContainer_Tab2_1.addSubcomponent(u__Form_TabContainer_Tab2_PanelGroup1_1);
u__Form_TabContainer_Tab2_PanelGroup1_1.setGroupingParentComponent(u__Form_TabContainer_Tab2_1);
initCmp_u__Form_TabContainer_Tab2_PanelGroup1_1(u__Form_TabContainer_Tab2_PanelGroup1_1, u__Form_TabContainer_Tab2_1);
u__Form_TabContainer_Tab2_PanelGroup2_1 = new pl.fhframework.model.forms.PanelGroup(this);
u__Form_TabContainer_Tab2_1.addSubcomponent(u__Form_TabContainer_Tab2_PanelGroup2_1);
u__Form_TabContainer_Tab2_PanelGroup2_1.setGroupingParentComponent(u__Form_TabContainer_Tab2_1);
initCmp_u__Form_TabContainer_Tab2_PanelGroup2_1(u__Form_TabContainer_Tab2_PanelGroup2_1, u__Form_TabContainer_Tab2_1);
u_button4_1 = new pl.fhframework.model.forms.Button(this);
u__Form_TabContainer_Tab2_1.addSubcomponent(u_button4_1);
u_button4_1.setGroupingParentComponent(u__Form_TabContainer_Tab2_1);
initCmp_u_button4_1(u_button4_1, u__Form_TabContainer_Tab2_1);
u__Form_TabContainer_Tab2_PanelGroup3_1 = new pl.fhframework.model.forms.PanelGroup(this);
u__Form_TabContainer_Tab2_1.addSubcomponent(u__Form_TabContainer_Tab2_PanelGroup3_1);
u__Form_TabContainer_Tab2_PanelGroup3_1.setGroupingParentComponent(u__Form_TabContainer_Tab2_1);
initCmp_u__Form_TabContainer_Tab2_PanelGroup3_1(u__Form_TabContainer_Tab2_PanelGroup3_1, u__Form_TabContainer_Tab2_1);
u__Form_TabContainer_Tab2_1.setGroupingParentComponent(u__Form_TabContainer_1);
}
// $.fh.docs.event.scroll_with_animation
private String getU__Form_TabContainer_Tab2_1_labelModelBinding() {
try {
return __getMessageService().getAllBundles().getMessage("fh.docs.event.scroll_with_animation");
} catch(NullPointerException e) {
if (pl.fhframework.core.generator.CompiledClassesHelper.isLocalNullPointerException(e, getThisForm().getClass().getName(), "getU__Form_TabContainer_Tab2_1_labelModelBinding")) {
return null;
} else {
throw e;
}
}
}
private void initCmp_u__Form_TabContainer_Tab2_Spacer_1(pl.fhframework.model.forms.Spacer u__Form_TabContainer_Tab2_Spacer_1, pl.fhframework.model.forms.Tab u__Form_TabContainer_Tab2_1) {
u__Form_TabContainer_Tab2_Spacer_1.setHeight("30");
u__Form_TabContainer_Tab2_Spacer_1.setWidth("md-12");
u__Form_TabContainer_Tab2_Spacer_1.setId("_Form_TabContainer_Tab2_Spacer");
u__Form_TabContainer_Tab2_Spacer_1.setInvisible(false);
u__Form_TabContainer_Tab2_Spacer_1.setGroupingParentComponent(u__Form_TabContainer_Tab2_1);
}
private void initCmp_u_button3_1(pl.fhframework.model.forms.Button u_button3_1, pl.fhframework.model.forms.Tab u__Form_TabContainer_Tab2_1) {
u_button3_1.setOnClick(new pl.fhframework.binding.CompiledActionBinding(
"fireScrollButton4()", "fireScrollButton4"));
u_button3_1.setLabelModelBinding(new pl.fhframework.binding.CompiledBinding<>(
"{$.fh.docs.event.scroll_to_button} 4",
null,
String.class, /* target type */
this::__getConversionService,
this::getU_button3_1_labelModelBinding, /* getter */
null /* setter */
));
u_button3_1.setReCAPTCHA(false);
u_button3_1.setId("Button3");
u_button3_1.setInvisible(false);
u_button3_1.setGroupingParentComponent(u__Form_TabContainer_Tab2_1);
}
// {$.fh.docs.event.scroll_to_button} 4
private String getU_button3_1_labelModelBinding() {
try {
return "" + pl.fhframework.core.generator.CompiledClassesHelper.nvl(__getMessageService().getAllBundles().getMessage("fh.docs.event.scroll_to_button")) + " 4";
} catch(NullPointerException e) {
if (pl.fhframework.core.generator.CompiledClassesHelper.isLocalNullPointerException(e, getThisForm().getClass().getName(), "getU_button3_1_labelModelBinding")) {
return null;
} else {
throw e;
}
}
}
private void initCmp_u__Form_TabContainer_Tab2_PanelGroup1_1(pl.fhframework.model.forms.PanelGroup u__Form_TabContainer_Tab2_PanelGroup1_1, pl.fhframework.model.forms.Tab u__Form_TabContainer_Tab2_1) {
u__Form_TabContainer_Tab2_PanelGroup1_1.setLabelModelBinding(new pl.fhframework.binding.CompiledBinding<>(
"{$.fh.docs.event.form_code}",
null,
String.class, /* target type */
this::__getConversionService,
this::getU__Form_TabContainer_Tab2_PanelGroup1_1_labelModelBinding, /* getter */
null /* setter */
));
u__Form_TabContainer_Tab2_PanelGroup1_1.setCollapsible(false);
u__Form_TabContainer_Tab2_PanelGroup1_1.setBorderVisible(false);
u__Form_TabContainer_Tab2_PanelGroup1_1.setModelBindingForState(new pl.fhframework.binding.StaticBinding<>("false"));
u__Form_TabContainer_Tab2_PanelGroup1_1.setIconOpenedBinding(new pl.fhframework.binding.StaticBinding<>("fa-arrow-down"));
u__Form_TabContainer_Tab2_PanelGroup1_1.setIconClosedBinding(new pl.fhframework.binding.StaticBinding<>("fa-arrow-up"));
u__Form_TabContainer_Tab2_PanelGroup1_1.setHeadingType(pl.fhframework.model.HeadingTypeEnum.Default);
u__Form_TabContainer_Tab2_PanelGroup1_1.setWidth("md-12");
u__Form_TabContainer_Tab2_PanelGroup1_1.setId("_Form_TabContainer_Tab2_PanelGroup1");
u__Form_TabContainer_Tab2_PanelGroup1_1.setInvisible(false);
u_code4_1 = new pl.fhframework.model.forms.InputText(this);
u__Form_TabContainer_Tab2_PanelGroup1_1.addSubcomponent(u_code4_1);
u_code4_1.setGroupingParentComponent(u__Form_TabContainer_Tab2_PanelGroup1_1);
initCmp_u_code4_1(u_code4_1, u__Form_TabContainer_Tab2_PanelGroup1_1);
u__Form_TabContainer_Tab2_PanelGroup1_1.setGroupingParentComponent(u__Form_TabContainer_Tab2_1);
}
// $.fh.docs.event.form_code
private String getU__Form_TabContainer_Tab2_PanelGroup1_1_labelModelBinding() {
try {
return __getMessageService().getAllBundles().getMessage("fh.docs.event.form_code");
} catch(NullPointerException e) {
if (pl.fhframework.core.generator.CompiledClassesHelper.isLocalNullPointerException(e, getThisForm().getClass().getName(), "getU__Form_TabContainer_Tab2_PanelGroup1_1_labelModelBinding")) {
return null;
} else {
throw e;
}
}
}
private void initCmp_u_code4_1(pl.fhframework.model.forms.InputText u_code4_1, pl.fhframework.model.forms.PanelGroup u__Form_TabContainer_Tab2_PanelGroup1_1) {
u_code4_1.setRowsCount(1);
u_code4_1.setMaxLength(65535);
u_code4_1.setHintInputGroup(false);
u_code4_1.setModelBinding(new pl.fhframework.binding.StaticBinding<>(""));
u_code4_1.setLabelModelBinding(new pl.fhframework.binding.CompiledBinding<>(
"{$.fh.docs.event.use_case_code}",
null,
String.class, /* target type */
this::__getConversionService,
this::getU_code4_1_labelModelBinding, /* getter */
null /* setter */
));
u_code4_1.setIconAlignment(pl.fhframework.model.forms.attribute.IconAlignment.BEFORE);
u_code4_1.setInputSize(60.0d);
u_code4_1.setWidth("md-12");
u_code4_1.setId("code4");
u_code4_1.setInvisible(false);
u_code4_1.setGroupingParentComponent(u__Form_TabContainer_Tab2_PanelGroup1_1);
}
// $.fh.docs.event.use_case_code
private String getU_code4_1_labelModelBinding() {
try {
return __getMessageService().getAllBundles().getMessage("fh.docs.event.use_case_code");
} catch(NullPointerException e) {
if (pl.fhframework.core.generator.CompiledClassesHelper.isLocalNullPointerException(e, getThisForm().getClass().getName(), "getU_code4_1_labelModelBinding")) {
return null;
} else {
throw e;
}
}
}
private void initCmp_u__Form_TabContainer_Tab2_PanelGroup2_1(pl.fhframework.model.forms.PanelGroup u__Form_TabContainer_Tab2_PanelGroup2_1, pl.fhframework.model.forms.Tab u__Form_TabContainer_Tab2_1) {
u__Form_TabContainer_Tab2_PanelGroup2_1.setLabelModelBinding(new pl.fhframework.binding.CompiledBinding<>(
"{$.fh.docs.event.java_code}",
null,
String.class, /* target type */
this::__getConversionService,
this::getU__Form_TabContainer_Tab2_PanelGroup2_1_labelModelBinding, /* getter */
null /* setter */
));
u__Form_TabContainer_Tab2_PanelGroup2_1.setCollapsible(false);
u__Form_TabContainer_Tab2_PanelGroup2_1.setBorderVisible(false);
u__Form_TabContainer_Tab2_PanelGroup2_1.setModelBindingForState(new pl.fhframework.binding.StaticBinding<>("false"));
u__Form_TabContainer_Tab2_PanelGroup2_1.setIconOpenedBinding(new pl.fhframework.binding.StaticBinding<>("fa-arrow-down"));
u__Form_TabContainer_Tab2_PanelGroup2_1.setIconClosedBinding(new pl.fhframework.binding.StaticBinding<>("fa-arrow-up"));
u__Form_TabContainer_Tab2_PanelGroup2_1.setHeadingType(pl.fhframework.model.HeadingTypeEnum.Default);
u__Form_TabContainer_Tab2_PanelGroup2_1.setWidth("md-12");
u__Form_TabContainer_Tab2_PanelGroup2_1.setId("_Form_TabContainer_Tab2_PanelGroup2");
u__Form_TabContainer_Tab2_PanelGroup2_1.setInvisible(false);
u_code5_1 = new pl.fhframework.model.forms.InputText(this);
u__Form_TabContainer_Tab2_PanelGroup2_1.addSubcomponent(u_code5_1);
u_code5_1.setGroupingParentComponent(u__Form_TabContainer_Tab2_PanelGroup2_1);
initCmp_u_code5_1(u_code5_1, u__Form_TabContainer_Tab2_PanelGroup2_1);
u__Form_TabContainer_Tab2_PanelGroup2_1.setGroupingParentComponent(u__Form_TabContainer_Tab2_1);
}
// $.fh.docs.event.java_code
private String getU__Form_TabContainer_Tab2_PanelGroup2_1_labelModelBinding() {
try {
return __getMessageService().getAllBundles().getMessage("fh.docs.event.java_code");
} catch(NullPointerException e) {
if (pl.fhframework.core.generator.CompiledClassesHelper.isLocalNullPointerException(e, getThisForm().getClass().getName(), "getU__Form_TabContainer_Tab2_PanelGroup2_1_labelModelBinding")) {
return null;
} else {
throw e;
}
}
}
private void initCmp_u_code5_1(pl.fhframework.model.forms.InputText u_code5_1, pl.fhframework.model.forms.PanelGroup u__Form_TabContainer_Tab2_PanelGroup2_1) {
u_code5_1.setRowsCount(17);
u_code5_1.setMaxLength(65535);
u_code5_1.setHintInputGroup(false);
u_code5_1.setModelBinding(new pl.fhframework.binding.StaticBinding<>("@Autowired\n private EventRegistry eventRegistry;\n\n @Override\n public void start() {\n showForm(ScrollEventForm.class, new ScrollEventModel());\n }\n\n @Action\n private void fireScrollButton3() {\n eventRegistry.fireScrollEvent(\"Button3\", 3000);\n }\n\n @Action\n private void fireScrollButton4() {\n eventRegistry.fireScrollEvent(\"Button4\", 3000);\n }"));
u_code5_1.setLabelModelBinding(new pl.fhframework.binding.CompiledBinding<>(
"{$.fh.docs.event.use_case_code}",
null,
String.class, /* target type */
this::__getConversionService,
this::getU_code5_1_labelModelBinding, /* getter */
null /* setter */
));
u_code5_1.setIconAlignment(pl.fhframework.model.forms.attribute.IconAlignment.BEFORE);
u_code5_1.setInputSize(60.0d);
u_code5_1.setHeight("700");
u_code5_1.setWidth("md-12");
u_code5_1.setId("code5");
u_code5_1.setInvisible(false);
u_code5_1.setGroupingParentComponent(u__Form_TabContainer_Tab2_PanelGroup2_1);
}
// $.fh.docs.event.use_case_code
private String getU_code5_1_labelModelBinding() {
try {
return __getMessageService().getAllBundles().getMessage("fh.docs.event.use_case_code");
} catch(NullPointerException e) {
if (pl.fhframework.core.generator.CompiledClassesHelper.isLocalNullPointerException(e, getThisForm().getClass().getName(), "getU_code5_1_labelModelBinding")) {
return null;
} else {
throw e;
}
}
}
private void initCmp_u_button4_1(pl.fhframework.model.forms.Button u_button4_1, pl.fhframework.model.forms.Tab u__Form_TabContainer_Tab2_1) {
u_button4_1.setOnClick(new pl.fhframework.binding.CompiledActionBinding(
"fireScrollButton3()", "fireScrollButton3"));
u_button4_1.setLabelModelBinding(new pl.fhframework.binding.CompiledBinding<>(
"{$.fh.docs.event.scroll_to_button} 3",
null,
String.class, /* target type */
this::__getConversionService,
this::getU_button4_1_labelModelBinding, /* getter */
null /* setter */
));
u_button4_1.setReCAPTCHA(false);
u_button4_1.setId("Button4");
u_button4_1.setInvisible(false);
u_button4_1.setGroupingParentComponent(u__Form_TabContainer_Tab2_1);
}
// {$.fh.docs.event.scroll_to_button} 3
private String getU_button4_1_labelModelBinding() {
try {
return "" + pl.fhframework.core.generator.CompiledClassesHelper.nvl(__getMessageService().getAllBundles().getMessage("fh.docs.event.scroll_to_button")) + " 3";
} catch(NullPointerException e) {
if (pl.fhframework.core.generator.CompiledClassesHelper.isLocalNullPointerException(e, getThisForm().getClass().getName(), "getU_button4_1_labelModelBinding")) {
return null;
} else {
throw e;
}
}
}
private void initCmp_u__Form_TabContainer_Tab2_PanelGroup3_1(pl.fhframework.model.forms.PanelGroup u__Form_TabContainer_Tab2_PanelGroup3_1, pl.fhframework.model.forms.Tab u__Form_TabContainer_Tab2_1) {
u__Form_TabContainer_Tab2_PanelGroup3_1.setLabelModelBinding(new pl.fhframework.binding.CompiledBinding<>(
"{$.fh.docs.event.form_code}",
null,
String.class, /* target type */
this::__getConversionService,
this::getU__Form_TabContainer_Tab2_PanelGroup3_1_labelModelBinding, /* getter */
null /* setter */
));
u__Form_TabContainer_Tab2_PanelGroup3_1.setCollapsible(false);
u__Form_TabContainer_Tab2_PanelGroup3_1.setBorderVisible(false);
u__Form_TabContainer_Tab2_PanelGroup3_1.setModelBindingForState(new pl.fhframework.binding.StaticBinding<>("false"));
u__Form_TabContainer_Tab2_PanelGroup3_1.setIconOpenedBinding(new pl.fhframework.binding.StaticBinding<>("fa-arrow-down"));
u__Form_TabContainer_Tab2_PanelGroup3_1.setIconClosedBinding(new pl.fhframework.binding.StaticBinding<>("fa-arrow-up"));
u__Form_TabContainer_Tab2_PanelGroup3_1.setHeadingType(pl.fhframework.model.HeadingTypeEnum.Default);
u__Form_TabContainer_Tab2_PanelGroup3_1.setWidth("md-12");
u__Form_TabContainer_Tab2_PanelGroup3_1.setId("_Form_TabContainer_Tab2_PanelGroup3");
u__Form_TabContainer_Tab2_PanelGroup3_1.setInvisible(false);
u_code6_1 = new pl.fhframework.model.forms.InputText(this);
u__Form_TabContainer_Tab2_PanelGroup3_1.addSubcomponent(u_code6_1);
u_code6_1.setGroupingParentComponent(u__Form_TabContainer_Tab2_PanelGroup3_1);
initCmp_u_code6_1(u_code6_1, u__Form_TabContainer_Tab2_PanelGroup3_1);
u__Form_TabContainer_Tab2_PanelGroup3_1.setGroupingParentComponent(u__Form_TabContainer_Tab2_1);
}
// $.fh.docs.event.form_code
private String getU__Form_TabContainer_Tab2_PanelGroup3_1_labelModelBinding() {
try {
return __getMessageService().getAllBundles().getMessage("fh.docs.event.form_code");
} catch(NullPointerException e) {
if (pl.fhframework.core.generator.CompiledClassesHelper.isLocalNullPointerException(e, getThisForm().getClass().getName(), "getU__Form_TabContainer_Tab2_PanelGroup3_1_labelModelBinding")) {
return null;
} else {
throw e;
}
}
}
private void initCmp_u_code6_1(pl.fhframework.model.forms.InputText u_code6_1, pl.fhframework.model.forms.PanelGroup u__Form_TabContainer_Tab2_PanelGroup3_1) {
u_code6_1.setRowsCount(2);
u_code6_1.setMaxLength(65535);
u_code6_1.setHintInputGroup(false);
u_code6_1.setModelBinding(new pl.fhframework.binding.StaticBinding<>(" "));
u_code6_1.setLabelModelBinding(new pl.fhframework.binding.CompiledBinding<>(
"{$.fh.docs.event.use_case_code}",
null,
String.class, /* target type */
this::__getConversionService,
this::getU_code6_1_labelModelBinding, /* getter */
null /* setter */
));
u_code6_1.setIconAlignment(pl.fhframework.model.forms.attribute.IconAlignment.BEFORE);
u_code6_1.setInputSize(60.0d);
u_code6_1.setWidth("md-12");
u_code6_1.setId("code6");
u_code6_1.setInvisible(false);
u_code6_1.setGroupingParentComponent(u__Form_TabContainer_Tab2_PanelGroup3_1);
}
// $.fh.docs.event.use_case_code
private String getU_code6_1_labelModelBinding() {
try {
return __getMessageService().getAllBundles().getMessage("fh.docs.event.use_case_code");
} catch(NullPointerException e) {
if (pl.fhframework.core.generator.CompiledClassesHelper.isLocalNullPointerException(e, getThisForm().getClass().getName(), "getU_code6_1_labelModelBinding")) {
return null;
} else {
throw e;
}
}
}
private void initCmp_u__Form_TabContainer_Tab3_1(pl.fhframework.model.forms.Tab u__Form_TabContainer_Tab3_1, pl.fhframework.model.forms.TabContainer u__Form_TabContainer_1) {
u__Form_TabContainer_Tab3_1.setLabelModelBinding(new pl.fhframework.binding.StaticBinding<>("ScrollEvent w kontenerze"));
u__Form_TabContainer_Tab3_1.setLayout(pl.fhframework.model.forms.attribute.Layout.VERTICAL);
u__Form_TabContainer_Tab3_1.setId("_Form_TabContainer_Tab3");
u__Form_TabContainer_Tab3_1.setInvisible(false);
u__Form_TabContainer_Tab3_Spacer_1 = new pl.fhframework.model.forms.Spacer(this);
u__Form_TabContainer_Tab3_1.addSubcomponent(u__Form_TabContainer_Tab3_Spacer_1);
u__Form_TabContainer_Tab3_Spacer_1.setGroupingParentComponent(u__Form_TabContainer_Tab3_1);
initCmp_u__Form_TabContainer_Tab3_Spacer_1(u__Form_TabContainer_Tab3_Spacer_1, u__Form_TabContainer_Tab3_1);
u__Form_TabContainer_Tab3_Group1_1 = new pl.fhframework.model.forms.Group(this);
u__Form_TabContainer_Tab3_1.addSubcomponent(u__Form_TabContainer_Tab3_Group1_1);
u__Form_TabContainer_Tab3_Group1_1.setGroupingParentComponent(u__Form_TabContainer_Tab3_1);
initCmp_u__Form_TabContainer_Tab3_Group1_1(u__Form_TabContainer_Tab3_Group1_1, u__Form_TabContainer_Tab3_1);
u__Form_TabContainer_Tab3_Group2_1 = new pl.fhframework.model.forms.Group(this);
u__Form_TabContainer_Tab3_1.addSubcomponent(u__Form_TabContainer_Tab3_Group2_1);
u__Form_TabContainer_Tab3_Group2_1.setGroupingParentComponent(u__Form_TabContainer_Tab3_1);
initCmp_u__Form_TabContainer_Tab3_Group2_1(u__Form_TabContainer_Tab3_Group2_1, u__Form_TabContainer_Tab3_1);
u__Form_TabContainer_Tab3_1.setGroupingParentComponent(u__Form_TabContainer_1);
}
private void initCmp_u__Form_TabContainer_Tab3_Spacer_1(pl.fhframework.model.forms.Spacer u__Form_TabContainer_Tab3_Spacer_1, pl.fhframework.model.forms.Tab u__Form_TabContainer_Tab3_1) {
u__Form_TabContainer_Tab3_Spacer_1.setHeight("30");
u__Form_TabContainer_Tab3_Spacer_1.setWidth("md-12");
u__Form_TabContainer_Tab3_Spacer_1.setId("_Form_TabContainer_Tab3_Spacer");
u__Form_TabContainer_Tab3_Spacer_1.setInvisible(false);
u__Form_TabContainer_Tab3_Spacer_1.setGroupingParentComponent(u__Form_TabContainer_Tab3_1);
}
private void initCmp_u__Form_TabContainer_Tab3_Group1_1(pl.fhframework.model.forms.Group u__Form_TabContainer_Tab3_Group1_1, pl.fhframework.model.forms.Tab u__Form_TabContainer_Tab3_1) {
u__Form_TabContainer_Tab3_Group1_1.setWidth("md-7");
u__Form_TabContainer_Tab3_Group1_1.setStyleClasses("border-right pr-4");
u__Form_TabContainer_Tab3_Group1_1.setId("_Form_TabContainer_Tab3_Group1");
u__Form_TabContainer_Tab3_Group1_1.setInvisible(false);
u_button5_1 = new pl.fhframework.model.forms.Button(this);
u__Form_TabContainer_Tab3_Group1_1.addSubcomponent(u_button5_1);
u_button5_1.setGroupingParentComponent(u__Form_TabContainer_Tab3_Group1_1);
initCmp_u_button5_1(u_button5_1, u__Form_TabContainer_Tab3_Group1_1);
u_button6_1 = new pl.fhframework.model.forms.Button(this);
u__Form_TabContainer_Tab3_Group1_1.addSubcomponent(u_button6_1);
u_button6_1.setGroupingParentComponent(u__Form_TabContainer_Tab3_Group1_1);
initCmp_u_button6_1(u_button6_1, u__Form_TabContainer_Tab3_Group1_1);
u_button7_1 = new pl.fhframework.model.forms.Button(this);
u__Form_TabContainer_Tab3_Group1_1.addSubcomponent(u_button7_1);
u_button7_1.setGroupingParentComponent(u__Form_TabContainer_Tab3_Group1_1);
initCmp_u_button7_1(u_button7_1, u__Form_TabContainer_Tab3_Group1_1);
u__Form_TabContainer_Tab3_Group1_PanelGroup1_1 = new pl.fhframework.model.forms.PanelGroup(this);
u__Form_TabContainer_Tab3_Group1_1.addSubcomponent(u__Form_TabContainer_Tab3_Group1_PanelGroup1_1);
u__Form_TabContainer_Tab3_Group1_PanelGroup1_1.setGroupingParentComponent(u__Form_TabContainer_Tab3_Group1_1);
initCmp_u__Form_TabContainer_Tab3_Group1_PanelGroup1_1(u__Form_TabContainer_Tab3_Group1_PanelGroup1_1, u__Form_TabContainer_Tab3_Group1_1);
u__Form_TabContainer_Tab3_Group1_PanelGroup2_1 = new pl.fhframework.model.forms.PanelGroup(this);
u__Form_TabContainer_Tab3_Group1_1.addSubcomponent(u__Form_TabContainer_Tab3_Group1_PanelGroup2_1);
u__Form_TabContainer_Tab3_Group1_PanelGroup2_1.setGroupingParentComponent(u__Form_TabContainer_Tab3_Group1_1);
initCmp_u__Form_TabContainer_Tab3_Group1_PanelGroup2_1(u__Form_TabContainer_Tab3_Group1_PanelGroup2_1, u__Form_TabContainer_Tab3_Group1_1);
u__Form_TabContainer_Tab3_Group1_1.setGroupingParentComponent(u__Form_TabContainer_Tab3_1);
}
private void initCmp_u_button5_1(pl.fhframework.model.forms.Button u_button5_1, pl.fhframework.model.forms.Group u__Form_TabContainer_Tab3_Group1_1) {
u_button5_1.setOnClick(new pl.fhframework.binding.CompiledActionBinding(
"fireScrollTo(\'element1\', 1500)", "fireScrollTo",
new pl.fhframework.binding.ActionBinding.ActionArgument("\'element1\'", (event) -> this.getU_button5_1_onClick_arg1(event)) /* 'element1' */,
new pl.fhframework.binding.ActionBinding.ActionArgument("1500", (event) -> this.getU_button5_1_onClick_arg2(event)) /* 1500 */));
u_button5_1.setLabelModelBinding(new pl.fhframework.binding.StaticBinding<>("Scroll to Element 1"));
u_button5_1.setReCAPTCHA(false);
u_button5_1.setStyleClasses("btn-secondary");
u_button5_1.setId("Button5");
u_button5_1.setInvisible(false);
u_button5_1.setGroupingParentComponent(u__Form_TabContainer_Tab3_Group1_1);
}
// 'element1'
private String getU_button5_1_onClick_arg1(pl.fhframework.events.ViewEvent event) {
try {
return "element1";
} catch(NullPointerException e) {
if (pl.fhframework.core.generator.CompiledClassesHelper.isLocalNullPointerException(e, getThisForm().getClass().getName(), "getU_button5_1_onClick_arg1")) {
return null;
} else {
throw e;
}
}
}
// 1500
private Integer getU_button5_1_onClick_arg2(pl.fhframework.events.ViewEvent event) {
try {
return 1500;
} catch(NullPointerException e) {
if (pl.fhframework.core.generator.CompiledClassesHelper.isLocalNullPointerException(e, getThisForm().getClass().getName(), "getU_button5_1_onClick_arg2")) {
return null;
} else {
throw e;
}
}
}
private void initCmp_u_button6_1(pl.fhframework.model.forms.Button u_button6_1, pl.fhframework.model.forms.Group u__Form_TabContainer_Tab3_Group1_1) {
u_button6_1.setOnClick(new pl.fhframework.binding.CompiledActionBinding(
"fireScrollTo(\'element2\', 1500)", "fireScrollTo",
new pl.fhframework.binding.ActionBinding.ActionArgument("\'element2\'", (event) -> this.getU_button6_1_onClick_arg1(event)) /* 'element2' */,
new pl.fhframework.binding.ActionBinding.ActionArgument("1500", (event) -> this.getU_button6_1_onClick_arg2(event)) /* 1500 */));
u_button6_1.setLabelModelBinding(new pl.fhframework.binding.StaticBinding<>("Scroll to Element 2"));
u_button6_1.setReCAPTCHA(false);
u_button6_1.setStyleClasses("btn-warning");
u_button6_1.setId("Button6");
u_button6_1.setInvisible(false);
u_button6_1.setGroupingParentComponent(u__Form_TabContainer_Tab3_Group1_1);
}
// 'element2'
private String getU_button6_1_onClick_arg1(pl.fhframework.events.ViewEvent event) {
try {
return "element2";
} catch(NullPointerException e) {
if (pl.fhframework.core.generator.CompiledClassesHelper.isLocalNullPointerException(e, getThisForm().getClass().getName(), "getU_button6_1_onClick_arg1")) {
return null;
} else {
throw e;
}
}
}
// 1500
private Integer getU_button6_1_onClick_arg2(pl.fhframework.events.ViewEvent event) {
try {
return 1500;
} catch(NullPointerException e) {
if (pl.fhframework.core.generator.CompiledClassesHelper.isLocalNullPointerException(e, getThisForm().getClass().getName(), "getU_button6_1_onClick_arg2")) {
return null;
} else {
throw e;
}
}
}
private void initCmp_u_button7_1(pl.fhframework.model.forms.Button u_button7_1, pl.fhframework.model.forms.Group u__Form_TabContainer_Tab3_Group1_1) {
u_button7_1.setOnClick(new pl.fhframework.binding.CompiledActionBinding(
"fireScrollTo(\'element3\', 0)", "fireScrollTo",
new pl.fhframework.binding.ActionBinding.ActionArgument("\'element3\'", (event) -> this.getU_button7_1_onClick_arg1(event)) /* 'element3' */,
new pl.fhframework.binding.ActionBinding.ActionArgument("0", (event) -> this.getU_button7_1_onClick_arg2(event)) /* 0 */));
u_button7_1.setLabelModelBinding(new pl.fhframework.binding.StaticBinding<>("Scroll to Element 3"));
u_button7_1.setReCAPTCHA(false);
u_button7_1.setId("Button7");
u_button7_1.setInvisible(false);
u_button7_1.setGroupingParentComponent(u__Form_TabContainer_Tab3_Group1_1);
}
// 'element3'
private String getU_button7_1_onClick_arg1(pl.fhframework.events.ViewEvent event) {
try {
return "element3";
} catch(NullPointerException e) {
if (pl.fhframework.core.generator.CompiledClassesHelper.isLocalNullPointerException(e, getThisForm().getClass().getName(), "getU_button7_1_onClick_arg1")) {
return null;
} else {
throw e;
}
}
}
// 0
private Integer getU_button7_1_onClick_arg2(pl.fhframework.events.ViewEvent event) {
try {
return 0;
} catch(NullPointerException e) {
if (pl.fhframework.core.generator.CompiledClassesHelper.isLocalNullPointerException(e, getThisForm().getClass().getName(), "getU_button7_1_onClick_arg2")) {
return null;
} else {
throw e;
}
}
}
private void initCmp_u__Form_TabContainer_Tab3_Group1_PanelGroup1_1(pl.fhframework.model.forms.PanelGroup u__Form_TabContainer_Tab3_Group1_PanelGroup1_1, pl.fhframework.model.forms.Group u__Form_TabContainer_Tab3_Group1_1) {
u__Form_TabContainer_Tab3_Group1_PanelGroup1_1.setLabelModelBinding(new pl.fhframework.binding.CompiledBinding<>(
"{$.fh.docs.event.form_code}",
null,
String.class, /* target type */
this::__getConversionService,
this::getU__Form_TabContainer_Tab3_Group1_PanelGroup1_1_labelModelBinding, /* getter */
null /* setter */
));
u__Form_TabContainer_Tab3_Group1_PanelGroup1_1.setCollapsible(false);
u__Form_TabContainer_Tab3_Group1_PanelGroup1_1.setBorderVisible(false);
u__Form_TabContainer_Tab3_Group1_PanelGroup1_1.setModelBindingForState(new pl.fhframework.binding.StaticBinding<>("false"));
u__Form_TabContainer_Tab3_Group1_PanelGroup1_1.setIconOpenedBinding(new pl.fhframework.binding.StaticBinding<>("fa-arrow-down"));
u__Form_TabContainer_Tab3_Group1_PanelGroup1_1.setIconClosedBinding(new pl.fhframework.binding.StaticBinding<>("fa-arrow-up"));
u__Form_TabContainer_Tab3_Group1_PanelGroup1_1.setHeadingType(pl.fhframework.model.HeadingTypeEnum.Default);
u__Form_TabContainer_Tab3_Group1_PanelGroup1_1.setWidth("md-12");
u__Form_TabContainer_Tab3_Group1_PanelGroup1_1.setId("_Form_TabContainer_Tab3_Group1_PanelGroup1");
u__Form_TabContainer_Tab3_Group1_PanelGroup1_1.setInvisible(false);
u_code7_1 = new pl.fhframework.model.forms.InputText(this);
u__Form_TabContainer_Tab3_Group1_PanelGroup1_1.addSubcomponent(u_code7_1);
u_code7_1.setGroupingParentComponent(u__Form_TabContainer_Tab3_Group1_PanelGroup1_1);
initCmp_u_code7_1(u_code7_1, u__Form_TabContainer_Tab3_Group1_PanelGroup1_1);
u__Form_TabContainer_Tab3_Group1_PanelGroup1_1.setGroupingParentComponent(u__Form_TabContainer_Tab3_Group1_1);
}
// $.fh.docs.event.form_code
private String getU__Form_TabContainer_Tab3_Group1_PanelGroup1_1_labelModelBinding() {
try {
return __getMessageService().getAllBundles().getMessage("fh.docs.event.form_code");
} catch(NullPointerException e) {
if (pl.fhframework.core.generator.CompiledClassesHelper.isLocalNullPointerException(e, getThisForm().getClass().getName(), "getU__Form_TabContainer_Tab3_Group1_PanelGroup1_1_labelModelBinding")) {
return null;
} else {
throw e;
}
}
}
private void initCmp_u_code7_1(pl.fhframework.model.forms.InputText u_code7_1, pl.fhframework.model.forms.PanelGroup u__Form_TabContainer_Tab3_Group1_PanelGroup1_1) {
u_code7_1.setRowsCount(3);
u_code7_1.setMaxLength(65535);
u_code7_1.setHintInputGroup(false);
u_code7_1.setModelBinding(new pl.fhframework.binding.StaticBinding<>(" \n \n "));
u_code7_1.setLabelModelBinding(new pl.fhframework.binding.CompiledBinding<>(
"{$.fh.docs.event.use_case_code}",
null,
String.class, /* target type */
this::__getConversionService,
this::getU_code7_1_labelModelBinding, /* getter */
null /* setter */
));
u_code7_1.setIconAlignment(pl.fhframework.model.forms.attribute.IconAlignment.BEFORE);
u_code7_1.setInputSize(60.0d);
u_code7_1.setWidth("md-12");
u_code7_1.setId("code7");
u_code7_1.setInvisible(false);
u_code7_1.setGroupingParentComponent(u__Form_TabContainer_Tab3_Group1_PanelGroup1_1);
}
// $.fh.docs.event.use_case_code
private String getU_code7_1_labelModelBinding() {
try {
return __getMessageService().getAllBundles().getMessage("fh.docs.event.use_case_code");
} catch(NullPointerException e) {
if (pl.fhframework.core.generator.CompiledClassesHelper.isLocalNullPointerException(e, getThisForm().getClass().getName(), "getU_code7_1_labelModelBinding")) {
return null;
} else {
throw e;
}
}
}
private void initCmp_u__Form_TabContainer_Tab3_Group1_PanelGroup2_1(pl.fhframework.model.forms.PanelGroup u__Form_TabContainer_Tab3_Group1_PanelGroup2_1, pl.fhframework.model.forms.Group u__Form_TabContainer_Tab3_Group1_1) {
u__Form_TabContainer_Tab3_Group1_PanelGroup2_1.setLabelModelBinding(new pl.fhframework.binding.CompiledBinding<>(
"{$.fh.docs.event.java_code}",
null,
String.class, /* target type */
this::__getConversionService,
this::getU__Form_TabContainer_Tab3_Group1_PanelGroup2_1_labelModelBinding, /* getter */
null /* setter */
));
u__Form_TabContainer_Tab3_Group1_PanelGroup2_1.setCollapsible(false);
u__Form_TabContainer_Tab3_Group1_PanelGroup2_1.setBorderVisible(false);
u__Form_TabContainer_Tab3_Group1_PanelGroup2_1.setModelBindingForState(new pl.fhframework.binding.StaticBinding<>("false"));
u__Form_TabContainer_Tab3_Group1_PanelGroup2_1.setIconOpenedBinding(new pl.fhframework.binding.StaticBinding<>("fa-arrow-down"));
u__Form_TabContainer_Tab3_Group1_PanelGroup2_1.setIconClosedBinding(new pl.fhframework.binding.StaticBinding<>("fa-arrow-up"));
u__Form_TabContainer_Tab3_Group1_PanelGroup2_1.setHeadingType(pl.fhframework.model.HeadingTypeEnum.Default);
u__Form_TabContainer_Tab3_Group1_PanelGroup2_1.setWidth("md-12");
u__Form_TabContainer_Tab3_Group1_PanelGroup2_1.setId("_Form_TabContainer_Tab3_Group1_PanelGroup2");
u__Form_TabContainer_Tab3_Group1_PanelGroup2_1.setInvisible(false);
u_code8_1 = new pl.fhframework.model.forms.InputText(this);
u__Form_TabContainer_Tab3_Group1_PanelGroup2_1.addSubcomponent(u_code8_1);
u_code8_1.setGroupingParentComponent(u__Form_TabContainer_Tab3_Group1_PanelGroup2_1);
initCmp_u_code8_1(u_code8_1, u__Form_TabContainer_Tab3_Group1_PanelGroup2_1);
u__Form_TabContainer_Tab3_Group1_PanelGroup2_1.setGroupingParentComponent(u__Form_TabContainer_Tab3_Group1_1);
}
// $.fh.docs.event.java_code
private String getU__Form_TabContainer_Tab3_Group1_PanelGroup2_1_labelModelBinding() {
try {
return __getMessageService().getAllBundles().getMessage("fh.docs.event.java_code");
} catch(NullPointerException e) {
if (pl.fhframework.core.generator.CompiledClassesHelper.isLocalNullPointerException(e, getThisForm().getClass().getName(), "getU__Form_TabContainer_Tab3_Group1_PanelGroup2_1_labelModelBinding")) {
return null;
} else {
throw e;
}
}
}
private void initCmp_u_code8_1(pl.fhframework.model.forms.InputText u_code8_1, pl.fhframework.model.forms.PanelGroup u__Form_TabContainer_Tab3_Group1_PanelGroup2_1) {
u_code8_1.setRowsCount(15);
u_code8_1.setMaxLength(65535);
u_code8_1.setHintInputGroup(false);
u_code8_1.setModelBinding(new pl.fhframework.binding.StaticBinding<>("@Autowired\nprivate EventRegistry eventRegistry;\n\n@Override\npublic void start() {\n showForm(ScrollEventForm.class, new ScrollEventModel());\n}\n\n@Action\nprivate void fireScrollTo(String componentId, int miliseconds) {\n eventRegistry.fireScrollEvent(componentId, miliseconds);\n}\n\n }"));
u_code8_1.setLabelModelBinding(new pl.fhframework.binding.CompiledBinding<>(
"{$.fh.docs.event.use_case_code}",
null,
String.class, /* target type */
this::__getConversionService,
this::getU_code8_1_labelModelBinding, /* getter */
null /* setter */
));
u_code8_1.setIconAlignment(pl.fhframework.model.forms.attribute.IconAlignment.BEFORE);
u_code8_1.setInputSize(60.0d);
u_code8_1.setHeight("350");
u_code8_1.setWidth("md-12");
u_code8_1.setId("code8");
u_code8_1.setInvisible(false);
u_code8_1.setGroupingParentComponent(u__Form_TabContainer_Tab3_Group1_PanelGroup2_1);
}
// $.fh.docs.event.use_case_code
private String getU_code8_1_labelModelBinding() {
try {
return __getMessageService().getAllBundles().getMessage("fh.docs.event.use_case_code");
} catch(NullPointerException e) {
if (pl.fhframework.core.generator.CompiledClassesHelper.isLocalNullPointerException(e, getThisForm().getClass().getName(), "getU_code8_1_labelModelBinding")) {
return null;
} else {
throw e;
}
}
}
private void initCmp_u__Form_TabContainer_Tab3_Group2_1(pl.fhframework.model.forms.Group u__Form_TabContainer_Tab3_Group2_1, pl.fhframework.model.forms.Tab u__Form_TabContainer_Tab3_1) {
u__Form_TabContainer_Tab3_Group2_1.setWidth("md-5");
u__Form_TabContainer_Tab3_Group2_1.setStyleClasses("pl-4");
u__Form_TabContainer_Tab3_Group2_1.setId("_Form_TabContainer_Tab3_Group2");
u__Form_TabContainer_Tab3_Group2_1.setInvisible(false);
u__Form_TabContainer_Tab3_Group2_PanelGroup_1 = new pl.fhframework.model.forms.PanelGroup(this);
u__Form_TabContainer_Tab3_Group2_1.addSubcomponent(u__Form_TabContainer_Tab3_Group2_PanelGroup_1);
u__Form_TabContainer_Tab3_Group2_PanelGroup_1.setGroupingParentComponent(u__Form_TabContainer_Tab3_Group2_1);
initCmp_u__Form_TabContainer_Tab3_Group2_PanelGroup_1(u__Form_TabContainer_Tab3_Group2_PanelGroup_1, u__Form_TabContainer_Tab3_Group2_1);
u_code9_1 = new pl.fhframework.model.forms.InputText(this);
u__Form_TabContainer_Tab3_Group2_1.addSubcomponent(u_code9_1);
u_code9_1.setGroupingParentComponent(u__Form_TabContainer_Tab3_Group2_1);
initCmp_u_code9_1(u_code9_1, u__Form_TabContainer_Tab3_Group2_1);
u__Form_TabContainer_Tab3_Group2_1.setGroupingParentComponent(u__Form_TabContainer_Tab3_1);
}
private void initCmp_u__Form_TabContainer_Tab3_Group2_PanelGroup_1(pl.fhframework.model.forms.PanelGroup u__Form_TabContainer_Tab3_Group2_PanelGroup_1, pl.fhframework.model.forms.Group u__Form_TabContainer_Tab3_Group2_1) {
u__Form_TabContainer_Tab3_Group2_PanelGroup_1.setLabelModelBinding(new pl.fhframework.binding.CompiledBinding<>(
"{$.fh.docs.event.panel_with_height}",
null,
String.class, /* target type */
this::__getConversionService,
this::getU__Form_TabContainer_Tab3_Group2_PanelGroup_1_labelModelBinding, /* getter */
null /* setter */
));
u__Form_TabContainer_Tab3_Group2_PanelGroup_1.setCollapsible(false);
u__Form_TabContainer_Tab3_Group2_PanelGroup_1.setBorderVisible(true);
u__Form_TabContainer_Tab3_Group2_PanelGroup_1.setModelBindingForState(new pl.fhframework.binding.StaticBinding<>("false"));
u__Form_TabContainer_Tab3_Group2_PanelGroup_1.setIconOpenedBinding(new pl.fhframework.binding.StaticBinding<>("fa-arrow-down"));
u__Form_TabContainer_Tab3_Group2_PanelGroup_1.setIconClosedBinding(new pl.fhframework.binding.StaticBinding<>("fa-arrow-up"));
u__Form_TabContainer_Tab3_Group2_PanelGroup_1.setHeadingType(pl.fhframework.model.HeadingTypeEnum.Default);
u__Form_TabContainer_Tab3_Group2_PanelGroup_1.setHeight("400");
u__Form_TabContainer_Tab3_Group2_PanelGroup_1.setStyleClasses("border");
u__Form_TabContainer_Tab3_Group2_PanelGroup_1.setId("_Form_TabContainer_Tab3_Group2_PanelGroup");
u__Form_TabContainer_Tab3_Group2_PanelGroup_1.setInvisible(false);
u_element1_1 = new pl.fhframework.model.forms.Button(this);
u__Form_TabContainer_Tab3_Group2_PanelGroup_1.addSubcomponent(u_element1_1);
u_element1_1.setGroupingParentComponent(u__Form_TabContainer_Tab3_Group2_PanelGroup_1);
initCmp_u_element1_1(u_element1_1, u__Form_TabContainer_Tab3_Group2_PanelGroup_1);
u__Form_TabContainer_Tab3_Group2_PanelGroup_Spacer1_1 = new pl.fhframework.model.forms.Spacer(this);
u__Form_TabContainer_Tab3_Group2_PanelGroup_1.addSubcomponent(u__Form_TabContainer_Tab3_Group2_PanelGroup_Spacer1_1);
u__Form_TabContainer_Tab3_Group2_PanelGroup_Spacer1_1.setGroupingParentComponent(u__Form_TabContainer_Tab3_Group2_PanelGroup_1);
initCmp_u__Form_TabContainer_Tab3_Group2_PanelGroup_Spacer1_1(u__Form_TabContainer_Tab3_Group2_PanelGroup_Spacer1_1, u__Form_TabContainer_Tab3_Group2_PanelGroup_1);
u_element2_1 = new pl.fhframework.model.forms.Button(this);
u__Form_TabContainer_Tab3_Group2_PanelGroup_1.addSubcomponent(u_element2_1);
u_element2_1.setGroupingParentComponent(u__Form_TabContainer_Tab3_Group2_PanelGroup_1);
initCmp_u_element2_1(u_element2_1, u__Form_TabContainer_Tab3_Group2_PanelGroup_1);
u__Form_TabContainer_Tab3_Group2_PanelGroup_Spacer2_1 = new pl.fhframework.model.forms.Spacer(this);
u__Form_TabContainer_Tab3_Group2_PanelGroup_1.addSubcomponent(u__Form_TabContainer_Tab3_Group2_PanelGroup_Spacer2_1);
u__Form_TabContainer_Tab3_Group2_PanelGroup_Spacer2_1.setGroupingParentComponent(u__Form_TabContainer_Tab3_Group2_PanelGroup_1);
initCmp_u__Form_TabContainer_Tab3_Group2_PanelGroup_Spacer2_1(u__Form_TabContainer_Tab3_Group2_PanelGroup_Spacer2_1, u__Form_TabContainer_Tab3_Group2_PanelGroup_1);
u_element3_1 = new pl.fhframework.model.forms.Button(this);
u__Form_TabContainer_Tab3_Group2_PanelGroup_1.addSubcomponent(u_element3_1);
u_element3_1.setGroupingParentComponent(u__Form_TabContainer_Tab3_Group2_PanelGroup_1);
initCmp_u_element3_1(u_element3_1, u__Form_TabContainer_Tab3_Group2_PanelGroup_1);
u__Form_TabContainer_Tab3_Group2_PanelGroup_1.setGroupingParentComponent(u__Form_TabContainer_Tab3_Group2_1);
}
// $.fh.docs.event.panel_with_height
private String getU__Form_TabContainer_Tab3_Group2_PanelGroup_1_labelModelBinding() {
try {
return __getMessageService().getAllBundles().getMessage("fh.docs.event.panel_with_height");
} catch(NullPointerException e) {
if (pl.fhframework.core.generator.CompiledClassesHelper.isLocalNullPointerException(e, getThisForm().getClass().getName(), "getU__Form_TabContainer_Tab3_Group2_PanelGroup_1_labelModelBinding")) {
return null;
} else {
throw e;
}
}
}
private void initCmp_u_element1_1(pl.fhframework.model.forms.Button u_element1_1, pl.fhframework.model.forms.PanelGroup u__Form_TabContainer_Tab3_Group2_PanelGroup_1) {
u_element1_1.setLabelModelBinding(new pl.fhframework.binding.StaticBinding<>("Element 1"));
u_element1_1.setReCAPTCHA(false);
u_element1_1.setWidth("md-12");
u_element1_1.setStyleClasses("btn-secondary");
u_element1_1.setId("element1");
u_element1_1.setInvisible(false);
u_element1_1.setGroupingParentComponent(u__Form_TabContainer_Tab3_Group2_PanelGroup_1);
}
private void initCmp_u__Form_TabContainer_Tab3_Group2_PanelGroup_Spacer1_1(pl.fhframework.model.forms.Spacer u__Form_TabContainer_Tab3_Group2_PanelGroup_Spacer1_1, pl.fhframework.model.forms.PanelGroup u__Form_TabContainer_Tab3_Group2_PanelGroup_1) {
u__Form_TabContainer_Tab3_Group2_PanelGroup_Spacer1_1.setHeight("400");
u__Form_TabContainer_Tab3_Group2_PanelGroup_Spacer1_1.setWidth("md-12");
u__Form_TabContainer_Tab3_Group2_PanelGroup_Spacer1_1.setId("_Form_TabContainer_Tab3_Group2_PanelGroup_Spacer1");
u__Form_TabContainer_Tab3_Group2_PanelGroup_Spacer1_1.setInvisible(false);
u__Form_TabContainer_Tab3_Group2_PanelGroup_Spacer1_1.setGroupingParentComponent(u__Form_TabContainer_Tab3_Group2_PanelGroup_1);
}
private void initCmp_u_element2_1(pl.fhframework.model.forms.Button u_element2_1, pl.fhframework.model.forms.PanelGroup u__Form_TabContainer_Tab3_Group2_PanelGroup_1) {
u_element2_1.setLabelModelBinding(new pl.fhframework.binding.StaticBinding<>("Element 2"));
u_element2_1.setReCAPTCHA(false);
u_element2_1.setWidth("md-12");
u_element2_1.setStyleClasses("btn-warning");
u_element2_1.setId("element2");
u_element2_1.setInvisible(false);
u_element2_1.setGroupingParentComponent(u__Form_TabContainer_Tab3_Group2_PanelGroup_1);
}
private void initCmp_u__Form_TabContainer_Tab3_Group2_PanelGroup_Spacer2_1(pl.fhframework.model.forms.Spacer u__Form_TabContainer_Tab3_Group2_PanelGroup_Spacer2_1, pl.fhframework.model.forms.PanelGroup u__Form_TabContainer_Tab3_Group2_PanelGroup_1) {
u__Form_TabContainer_Tab3_Group2_PanelGroup_Spacer2_1.setHeight("400");
u__Form_TabContainer_Tab3_Group2_PanelGroup_Spacer2_1.setWidth("md-12");
u__Form_TabContainer_Tab3_Group2_PanelGroup_Spacer2_1.setId("_Form_TabContainer_Tab3_Group2_PanelGroup_Spacer2");
u__Form_TabContainer_Tab3_Group2_PanelGroup_Spacer2_1.setInvisible(false);
u__Form_TabContainer_Tab3_Group2_PanelGroup_Spacer2_1.setGroupingParentComponent(u__Form_TabContainer_Tab3_Group2_PanelGroup_1);
}
private void initCmp_u_element3_1(pl.fhframework.model.forms.Button u_element3_1, pl.fhframework.model.forms.PanelGroup u__Form_TabContainer_Tab3_Group2_PanelGroup_1) {
u_element3_1.setLabelModelBinding(new pl.fhframework.binding.StaticBinding<>("Element 3"));
u_element3_1.setReCAPTCHA(false);
u_element3_1.setWidth("md-12");
u_element3_1.setStyleClasses("btn-primary");
u_element3_1.setId("element3");
u_element3_1.setInvisible(false);
u_element3_1.setGroupingParentComponent(u__Form_TabContainer_Tab3_Group2_PanelGroup_1);
}
private void initCmp_u_code9_1(pl.fhframework.model.forms.InputText u_code9_1, pl.fhframework.model.forms.Group u__Form_TabContainer_Tab3_Group2_1) {
u_code9_1.setRowsCount(12);
u_code9_1.setMaxLength(65535);
u_code9_1.setHintInputGroup(false);
u_code9_1.setModelBinding(new pl.fhframework.binding.StaticBinding<>("\n\n \n \n \n\n "));
u_code9_1.setLabelModelBinding(new pl.fhframework.binding.CompiledBinding<>(
"{$.fh.docs.event.use_case_code}",
null,
String.class, /* target type */
this::__getConversionService,
this::getU_code9_1_labelModelBinding, /* getter */
null /* setter */
));
u_code9_1.setIconAlignment(pl.fhframework.model.forms.attribute.IconAlignment.BEFORE);
u_code9_1.setInputSize(60.0d);
u_code9_1.setWidth("md-12");
u_code9_1.setId("code9");
u_code9_1.setInvisible(false);
u_code9_1.setGroupingParentComponent(u__Form_TabContainer_Tab3_Group2_1);
}
// $.fh.docs.event.use_case_code
private String getU_code9_1_labelModelBinding() {
try {
return __getMessageService().getAllBundles().getMessage("fh.docs.event.use_case_code");
} catch(NullPointerException e) {
if (pl.fhframework.core.generator.CompiledClassesHelper.isLocalNullPointerException(e, getThisForm().getClass().getName(), "getU_code9_1_labelModelBinding")) {
return null;
} else {
throw e;
}
}
}
private void initCmp_a_availabilityConfiguration_1(pl.fhframework.model.forms.AvailabilityConfiguration a_availabilityConfiguration_1) {
a_availabilityConfiguration_1.setInvisible(false);
a_availabilityConfiguration_1.setGroupingParentComponent(this);
}
private void initCmp_a_model_1(pl.fhframework.model.forms.Model a_model_1) {
a_model_1.setInvisible(false);
}
private void setupAccessibility() {
// code1,code2,code3,code4,code5,code6,code7,code8,code9
this.getAllAccessibilityRules().add(new pl.fhframework.model.forms.AccessibilityRule("code1", "", _rule_ -> pl.fhframework.model.forms.AccessibilityEnum.VIEW, null /* null as xml object won't be provided in compiled form */));
// code1,code2,code3,code4,code5,code6,code7,code8,code9
this.getAllAccessibilityRules().add(new pl.fhframework.model.forms.AccessibilityRule("code2", "", _rule_ -> pl.fhframework.model.forms.AccessibilityEnum.VIEW, null /* null as xml object won't be provided in compiled form */));
// code1,code2,code3,code4,code5,code6,code7,code8,code9
this.getAllAccessibilityRules().add(new pl.fhframework.model.forms.AccessibilityRule("code3", "", _rule_ -> pl.fhframework.model.forms.AccessibilityEnum.VIEW, null /* null as xml object won't be provided in compiled form */));
// code1,code2,code3,code4,code5,code6,code7,code8,code9
this.getAllAccessibilityRules().add(new pl.fhframework.model.forms.AccessibilityRule("code4", "", _rule_ -> pl.fhframework.model.forms.AccessibilityEnum.VIEW, null /* null as xml object won't be provided in compiled form */));
// code1,code2,code3,code4,code5,code6,code7,code8,code9
this.getAllAccessibilityRules().add(new pl.fhframework.model.forms.AccessibilityRule("code5", "", _rule_ -> pl.fhframework.model.forms.AccessibilityEnum.VIEW, null /* null as xml object won't be provided in compiled form */));
// code1,code2,code3,code4,code5,code6,code7,code8,code9
this.getAllAccessibilityRules().add(new pl.fhframework.model.forms.AccessibilityRule("code6", "", _rule_ -> pl.fhframework.model.forms.AccessibilityEnum.VIEW, null /* null as xml object won't be provided in compiled form */));
// code1,code2,code3,code4,code5,code6,code7,code8,code9
this.getAllAccessibilityRules().add(new pl.fhframework.model.forms.AccessibilityRule("code7", "", _rule_ -> pl.fhframework.model.forms.AccessibilityEnum.VIEW, null /* null as xml object won't be provided in compiled form */));
// code1,code2,code3,code4,code5,code6,code7,code8,code9
this.getAllAccessibilityRules().add(new pl.fhframework.model.forms.AccessibilityRule("code8", "", _rule_ -> pl.fhframework.model.forms.AccessibilityEnum.VIEW, null /* null as xml object won't be provided in compiled form */));
// code1,code2,code3,code4,code5,code6,code7,code8,code9
this.getAllAccessibilityRules().add(new pl.fhframework.model.forms.AccessibilityRule("code9", "", _rule_ -> pl.fhframework.model.forms.AccessibilityEnum.VIEW, null /* null as xml object won't be provided in compiled form */));
// defaultAvailability attributes of Variant elements
}
}