Rational Developer for Power Systems Software
V7.6

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

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

public class ObjAdvancedPropertyPage
extends SystemBasePropertyPage

The property page for advanced properties (eg, Exhaustive) of a remote iSeries object This is an output-only page. The plugin.xml file registers this for remote iSeries objects of any type


Field Summary
protected  Composite composite_prompts
           
static String Copyright
           
protected  boolean initDone
           
protected  Label labelAllowChgByPgm
           
protected  Label labelAllowChgByPgmPrompt
           
protected  Label labelAuditingValue
           
protected  Label labelAuditingValuePrompt
           
protected  Label labelChgdByPgm
           
protected  Label labelChgdByPgmPrompt
           
protected  Label labelChgdByUser
           
protected  Label labelChgdByUserPrompt
           
protected  Label labelCreated
           
protected  Label labelCreatedBy
           
protected  Label labelCreatedByPrompt
           
protected  Label labelCreatedOn
           
protected  Label labelCreatedOnPrompt
           
protected  Label labelCreatedOnVRM
           
protected  Label labelCreatedOnVRMPrompt
           
protected  Label labelCreatedPrompt
           
protected  Label labelDaysUsed
           
protected  Label labelDaysUsedPrompt
           
protected  Label labelDomain
           
protected  Label labelDomainPrompt
           
protected  Label labelLastUsed
           
protected  Label labelLastUsedPrompt
           
protected  Label labelModified
           
protected  Label labelModifiedPrompt
           
protected  Label labelOwner
           
protected  Label labelOwnerPrompt
           
protected  Label labelPrimaryGroup
           
protected  Label labelPrimaryGroupPrompt
           
protected  Label labelReset
           
protected  Label labelResetPrompt
           
protected  Label labelUsageDataCollected
           
protected  Label labelUsageDataCollectedPrompt
           
protected  IQSYSObject resource
           
 
Constructor Summary
ObjAdvancedPropertyPage()
          Constructor for SystemFilterPropertyPage
 
Method Summary
protected  Control createContentArea(Composite parent)
          Create the page's GUI contents.
protected  void doInitializeFields()
          Initialize values of input fields based on input
protected  ISystemViewElementAdapter getAdapter(Object o)
          Returns the implementation of ISystemViewElement for the given object.
 boolean performOk()
          Called by parent when user presses OK
protected  boolean verifyPageContents()
          Validate all the widgets on the page
 
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

composite_prompts

protected Composite composite_prompts

labelOwnerPrompt

protected Label labelOwnerPrompt

labelPrimaryGroupPrompt

protected Label labelPrimaryGroupPrompt

labelAuditingValuePrompt

protected Label labelAuditingValuePrompt

labelCreatedPrompt

protected Label labelCreatedPrompt

labelCreatedByPrompt

protected Label labelCreatedByPrompt

labelCreatedOnPrompt

protected Label labelCreatedOnPrompt

labelCreatedOnVRMPrompt

protected Label labelCreatedOnVRMPrompt

labelDomainPrompt

protected Label labelDomainPrompt

labelModifiedPrompt

protected Label labelModifiedPrompt

labelUsageDataCollectedPrompt

protected Label labelUsageDataCollectedPrompt

labelLastUsedPrompt

protected Label labelLastUsedPrompt

labelDaysUsedPrompt

protected Label labelDaysUsedPrompt

labelResetPrompt

protected Label labelResetPrompt

labelAllowChgByPgmPrompt

protected Label labelAllowChgByPgmPrompt

labelChgdByPgmPrompt

protected Label labelChgdByPgmPrompt

labelChgdByUserPrompt

protected Label labelChgdByUserPrompt

labelOwner

protected Label labelOwner

labelPrimaryGroup

protected Label labelPrimaryGroup

labelAuditingValue

protected Label labelAuditingValue

labelCreated

protected Label labelCreated

labelCreatedBy

protected Label labelCreatedBy

labelCreatedOn

protected Label labelCreatedOn

labelCreatedOnVRM

protected Label labelCreatedOnVRM

labelDomain

protected Label labelDomain

labelModified

protected Label labelModified

labelUsageDataCollected

protected Label labelUsageDataCollected

labelLastUsed

protected Label labelLastUsed

labelDaysUsed

protected Label labelDaysUsed

labelReset

protected Label labelReset

labelAllowChgByPgm

protected Label labelAllowChgByPgm

labelChgdByPgm

protected Label labelChgdByPgm

labelChgdByUser

protected Label labelChgdByUser

initDone

protected boolean initDone

resource

protected IQSYSObject resource
Constructor Detail

ObjAdvancedPropertyPage

public ObjAdvancedPropertyPage()
Constructor for SystemFilterPropertyPage

Method Detail

createContentArea

protected Control createContentArea(Composite parent)
Create the page's GUI contents.


getAdapter

protected ISystemViewElementAdapter getAdapter(Object o)
Returns the implementation of ISystemViewElement for the given object. Returns null if the adapter is not defined or the object is not adaptable.


doInitializeFields

protected void doInitializeFields()
Initialize values of input fields based on input


performOk

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


verifyPageContents

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

Subclasses should override to do full error checking on all the widgets on the page.


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.