|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object SystemPromptDialog com.ibm.etools.iseries.rse.ui.dialogs.tableview.ISeriesAbstractTableViewSubsetDialog com.ibm.etools.iseries.rse.ui.dialogs.tableview.ObjTableSubsetDialog
public abstract class ObjTableSubsetDialog
This dialog is used to gather subset information to be used for subsetting the object Table view. (d1988: Made this class abstract, since now will always use the subset class ObjTableExtraSubsetDialog (which includes the Size filters) regardless of whether the Size column is being shown or not.)
Field Summary | |
---|---|
static String |
copyright
|
Fields inherited from class com.ibm.etools.iseries.rse.ui.dialogs.tableview.ISeriesAbstractTableViewSubsetDialog |
---|
bGenenericQuotedName, bQuotedName, cbAttribute, cbName, cbText, cbType, controlInError, errMsg, errorMessage, iGenericSubsetType, iNameFilterLen, initialized, inputElement, iObjAttribFilterLen, iObjAttribSubsetType, iseriesTableViewFilter, iSubsetType, nameValidator, objTypeAttribValidator, objTypeValidator, sAttributeFilter, sGenericFilter, sGenericFilterBack, sGenericFilterFront, shell, sLocalNameFilter, sLocalNameFilterBack, sLocalNameFilterFront, sLocalObjAttribFilter, sLocalObjAttribFilterBack, sLocalObjAttribFilterFront, sNameFilter, sTextFilter, sTypeFilter |
Constructor Summary | |
---|---|
ObjTableSubsetDialog(Shell shell)
Constructor |
|
ObjTableSubsetDialog(Shell shell,
String title)
Constructor with a title |
Method Summary | |
---|---|
protected Control |
createInner(Composite parent)
|
protected boolean |
processOK()
Called when user presses OK button. |
protected void |
updateFilterFromUI()
Updates the given filter from the UI state. |
protected void |
updateUIFromFilter()
Updates the UI state from the given filter. |
Methods inherited from class com.ibm.etools.iseries.rse.ui.dialogs.tableview.ISeriesAbstractTableViewSubsetDialog |
---|
createMessageLine, getInitialFocusControl, initializeInput, isPageComplete, setFilter, setGenericSubsetType, setPageComplete, validateNameInput, validateObjAttribInput, validateObjTypeInput, validateTextInput, verify |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String copyright
Constructor Detail |
---|
public ObjTableSubsetDialog(Shell shell)
public ObjTableSubsetDialog(Shell shell, String title)
Method Detail |
---|
protected Control createInner(Composite parent)
createInner
in class ISeriesAbstractTableViewSubsetDialog
SystemPromptDialog#createInner(Composite)
protected boolean processOK()
processOK
in class ISeriesAbstractTableViewSubsetDialog
protected void updateFilterFromUI()
updateFilterFromUI
in class ISeriesAbstractTableViewSubsetDialog
filter
- the filter to updateprotected void updateUIFromFilter()
updateUIFromFilter
in class ISeriesAbstractTableViewSubsetDialog
filter
- the filter to use
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |