Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.rse.ui.propertypages
Class JobDefinitionPropertyPage

java.lang.Object
  extended by SystemBasePropertyPage
      extended by com.ibm.etools.iseries.rse.ui.propertypages.AbstractJobPropertyPage
          extended by com.ibm.etools.iseries.rse.ui.propertypages.JobDefinitionPropertyPage

public class JobDefinitionPropertyPage
extends AbstractJobPropertyPage

Property page for Jobs - Definition properties.


Field Summary
static String Copyright
           
 
Constructor Summary
JobDefinitionPropertyPage()
          Constructor
 
Method Summary
protected  Control createContentArea(Composite parent)
          create content area
protected  void performDefaults()
           
 boolean performOk()
          Called by parent when user presses OK
 String setProperty(int property, String newval)
           
protected  SystemMessage validateOutqpty()
          Validate input, as it is typed.
protected  SystemMessage validatePrttxt()
           
protected  SystemMessage validateSwitches()
           
protected  boolean verifyPageContents()
          Validate all the widgets on the page
protected  boolean wantDefaultAndApplyButton()
          Return false if you don't want to see apply and default buttons.
 
Methods inherited from class com.ibm.etools.iseries.rse.ui.propertypages.AbstractJobPropertyPage
checkOffline
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Copyright

public static final String Copyright
See Also:
Constant Field Values
Constructor Detail

JobDefinitionPropertyPage

public JobDefinitionPropertyPage()
Constructor

Method Detail

wantDefaultAndApplyButton

protected boolean wantDefaultAndApplyButton()
Return false if you don't want to see apply and default buttons. This is queried by the default implementation of createContents and the default is false, we don't want to see them.


createContentArea

protected Control createContentArea(Composite parent)
create content area


validateOutqpty

protected SystemMessage validateOutqpty()
Validate input, as it is typed.


validatePrttxt

protected SystemMessage validatePrttxt()

validateSwitches

protected SystemMessage validateSwitches()

performDefaults

protected void performDefaults()

verifyPageContents

protected boolean verifyPageContents()
Validate all the widgets on the page

Called when verifying page for APPLY, OK, or switching to another property page Similar to validateAll(), only this set focus to invalid control, and returns a boolean indicator


performOk

public boolean performOk()
Called by parent when user presses OK


setProperty

public String setProperty(int property,
                          String newval)

Rational Developer for Power Systems Software
V7.6

Copyright © 2011 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.