Rational Developer for Power Systems Software
V7.6

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

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.JobRunPropertyPage

public class JobRunPropertyPage
extends AbstractJobPropertyPage

Property page for Jobs - Run properties


Field Summary
static String Copyright
           
 
Constructor Summary
JobRunPropertyPage()
           
 
Method Summary
protected  Control createContentArea(Composite parent)
          Create content area
protected  void performDefaults()
           
 boolean performOk()
          Called by parent when user presses OK
protected  String validateRunpty()
          Validate input, as it is typed.
protected  String validateTimeslice()
          Validate input, as it is typed.
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

JobRunPropertyPage

public JobRunPropertyPage()
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. Note: createContents calls this before createContentArea


createContentArea

protected Control createContentArea(Composite parent)
Create content area


validateRunpty

protected String validateRunpty()
Validate input, as it is typed.


validateTimeslice

protected String validateTimeslice()
Validate input, as it is typed.


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


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.