Interface SimpleScheduleCustomParametersView
- All Superinterfaces:
Serializable,View
- All Known Implementing Classes:
SimpleScheduleCustomParametersViewImpl
public interface SimpleScheduleCustomParametersView
extends View
-
Method Summary
Modifier and TypeMethodDescriptionComboBoxCheckBoxCheckBoxCheckBoxCheckBoxMethods inherited from interface View
getTitle, getViewComponent
-
Method Details
-
getOneProcessPerComanyField
CheckBox getOneProcessPerComanyField() -
getSelectAllCompanysField
CheckBox getSelectAllCompanysField() -
getSetCompanyInProcessInstanceField
CheckBox getSetCompanyInProcessInstanceField() -
getSetProcessAcessibleOnlyToCompanyMembersField
CheckBox getSetProcessAcessibleOnlyToCompanyMembersField() -
getSpecificCompanysSelect
CompanyTwinColSelect getSpecificCompanysSelect() -
getCompanyStartFormFieldMappingField
ComboBox getCompanyStartFormFieldMappingField()
-