Class SchedulerUsersConfigurationForm
ContentPanel
net.datenwerke.gxtdto.client.baseex.widget.DwContentPanel
net.datenwerke.rs.scheduler.client.scheduler.schedulereport.pages.SchedulerUsersConfigurationForm
- All Implemented Interfaces:
Validatable,WizardPageChangeListener,WizardResizer
public class SchedulerUsersConfigurationForm
extends DwContentPanel
implements Validatable, WizardResizer, WizardPageChangeListener
-
Field Summary
Fields inherited from class net.datenwerke.gxtdto.client.baseex.widget.DwContentPanel
CSS_BODY_NAME, CSS_CONTENT_NAME, CSS_HEADER_NAME, CSS_LIGHT_DARK, CSS_LIGHT_HEADER, CSS_NAME -
Constructor Summary
ConstructorsConstructorDescriptionSchedulerUsersConfigurationForm(LoginService loginService, ReportExporterUIService reportExporterService, UserManagerUIService userManagerService, UserManagerDao userManagerDao, SecurityUIService securityService, SchedulerDao schedulerDao, UITree basicTreeForUserSelection, ReportScheduleDefinition jobDefinition) -
Method Summary
Modifier and TypeMethodDescriptionDateFieldgetDate()UserDtoTextAreaint<any><any>TextFieldTimeFieldgetTime()voidinitForm(ReportDto report) booleanisValid()voidonPageChange(int pageNr, Widget page) Called when the visible page of aWizardDialogchanges by either the "next" button or the "previous" button of the wizard.Methods inherited from class net.datenwerke.gxtdto.client.baseex.widget.DwContentPanel
add, add, add, addClassName, enableScrollContainer, getCssBodyName, getCssContentName, getCssHeaderName, getCssName, newAccordeonInstance, newHeadlessInstance, newHeadlessInstance, newHeadlessInstance, newInlineInstance, newInlineInstance, newInlineInstance, newLightHeaderPanel, setHeaderIcon, setInfoText, setLightDarkStyle, setLightHeader, setScrollMode, setUrl, setUrl, setWidget
-
Constructor Details
-
SchedulerUsersConfigurationForm
public SchedulerUsersConfigurationForm(LoginService loginService, ReportExporterUIService reportExporterService, UserManagerUIService userManagerService, UserManagerDao userManagerDao, SecurityUIService securityService, SchedulerDao schedulerDao, UITree basicTreeForUserSelection, @Nullable ReportScheduleDefinition jobDefinition)
-
-
Method Details
-
initForm
public void initForm(ReportDto report) -
getSelectedRecipientsStore
public <any> getSelectedRecipientsStore() -
getSelectedOwnerStore
public <any> getSelectedOwnerStore() -
getDate
public DateField getDate() -
getTime
public TimeField getTime() -
getSubject
public TextField getSubject() -
getMessage
public TextArea getMessage() -
isValid
public boolean isValid()- Specified by:
isValidin interfaceValidatable
-
getExecutor
public UserDto getExecutor() -
getPageHeight
public int getPageHeight()- Specified by:
getPageHeightin interfaceWizardResizer
-
onPageChange
public void onPageChange(int pageNr, Widget page) Description copied from interface:WizardPageChangeListenerCalled when the visible page of aWizardDialogchanges by either the "next" button or the "previous" button of the wizard.- Specified by:
onPageChangein interfaceWizardPageChangeListener- Parameters:
pageNr- the page number of the changing pagepage- the changing page
-