|
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.ISeriesMbrTableViewSubsetDialog
public class ISeriesMbrTableViewSubsetDialog
Dialog for subsetting object table view.
Field Summary | |
---|---|
static String |
copyright
|
protected int |
iMbrTypeSubsetType
|
protected int |
iTypeFilterLen
|
protected String |
sLocalTypeFilter
|
protected String |
sLocalTypeFilterBack
|
protected String |
sLocalTypeFilterFront
|
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, iSubsetType, nameValidator, objTypeAttribValidator, objTypeValidator, sAttributeFilter, sGenericFilter, sGenericFilterBack, sGenericFilterFront, shell, sLocalNameFilter, sLocalNameFilterBack, sLocalNameFilterFront, sLocalObjAttribFilter, sLocalObjAttribFilterBack, sLocalObjAttribFilterFront, sNameFilter, sTextFilter, sTypeFilter |
Constructor Summary | |
---|---|
ISeriesMbrTableViewSubsetDialog(Shell shell)
Constructor |
|
ISeriesMbrTableViewSubsetDialog(Shell shell,
String title)
Constructor with a title |
Method Summary | |
---|---|
protected Control |
createInner(Composite parent)
|
boolean |
isPageComplete()
This method can be called by the dialog or wizard page host, to decide whether to enable or disable the next, final or ok buttons. |
protected boolean |
processOK()
Called when user presses OK button. |
void |
setFilter(ISeriesAbstractTableViewFilter filter)
Set the filter used by the dialog |
protected void |
updateFilterFromUI()
Updates the given filter from the UI state. |
protected void |
updateUIFromFilter()
Updates the UI state from the given filter. |
protected SystemMessage |
validateMbrNameInput()
|
protected SystemMessage |
validateMbrTypeInput()
This hook method is called whenever the text changes in the input field. |
protected boolean |
verify()
Verifies all input. |
Methods inherited from class com.ibm.etools.iseries.rse.ui.dialogs.tableview.ISeriesAbstractTableViewSubsetDialog |
---|
createMessageLine, getInitialFocusControl, initializeInput, setGenericSubsetType, setPageComplete, validateNameInput, validateObjAttribInput, validateObjTypeInput, validateTextInput |
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
protected int iMbrTypeSubsetType
protected int iTypeFilterLen
protected String sLocalTypeFilter
protected String sLocalTypeFilterFront
protected String sLocalTypeFilterBack
Constructor Detail |
---|
public ISeriesMbrTableViewSubsetDialog(Shell shell)
public ISeriesMbrTableViewSubsetDialog(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 boolean verify()
verify
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 useprotected SystemMessage validateMbrTypeInput()
ISystemValidator
object.
If the ISystemValidator
reports an error the error message is displayed
in the Dialog's message line.
setNameValidator(ISystemValidator)
protected SystemMessage validateMbrNameInput()
public boolean isPageComplete()
isPageComplete
in class ISeriesAbstractTableViewSubsetDialog
public void setFilter(ISeriesAbstractTableViewFilter filter)
setFilter
in class ISeriesAbstractTableViewSubsetDialog
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |