Class JobMetadataConfigurationForm
ContentPanel
net.datenwerke.gxtdto.client.baseex.widget.DwContentPanel
net.datenwerke.rs.scheduler.client.scheduler.schedulereport.pages.JobMetadataConfigurationForm
- All Implemented Interfaces:
Validatable,WizardPageChangeListener,WizardResizer
public class JobMetadataConfigurationForm
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanisValid()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
-
JobMetadataConfigurationForm
-
-
Method Details
-
getTitleValue
-
getDescriptionValue
-
isValid
public boolean isValid()- Specified by:
isValidin interfaceValidatable
-
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
-