|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.team.fvt.tests.web.WebPageElement
com.ibm.team.fvt.tests.web.WebElementWrapper
com.ibm.team.fvt.tests.web.WebWindow
com.ibm.team.fvt.tests.web.WebDialog
com.ibm.team.fvt.tests.clm.pages.dialogs.ClmWebPageDialog
com.ibm.team.fvt.tests.clm.pages.dialogs.ClmWebPageDefaultDialog
com.ibm.team.fvt.tests.clm.pages.dialogs.rm.RmColumnDisplaySettingsDialog
public class RmColumnDisplaySettingsDialog
Manage dialog launched to select column(s) to display in a collection.
This dialog is launched from a RmWebShowCollectionPage
.
Following actions are accessible on this page:
addColumns(String...)
: Add the given columns to display.removeColumns(String...)
: Remove the given columns from display.switchColumns(String...)
: Switch the given columns to display.Following operations are also specialized for dialogs:
getCloseButton(boolean)
: Return the xpath of the button to close the
dialog.
Constructor Summary | |
---|---|
RmColumnDisplaySettingsDialog(ClmWebPage page)
|
Method Summary | |
---|---|
void |
addColumns(java.lang.String... columns)
Add the given columns to display. |
void |
removeColumns(java.lang.String... columns)
Remove the given columns to display. |
void |
select(java.lang.String... columns)
Deprecated. Use addColumns(String...) instead. |
void |
switchColumns(java.lang.String... columns)
Switch the given columns to display. |
Methods inherited from class com.ibm.team.fvt.tests.web.WebDialog |
---|
open |
Methods inherited from class com.ibm.team.fvt.tests.web.WebWindow |
---|
cancel, close |
Methods inherited from class com.ibm.team.fvt.tests.web.WebElementWrapper |
---|
getText |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RmColumnDisplaySettingsDialog(ClmWebPage page)
Method Detail |
---|
public void addColumns(java.lang.String... columns)
columns
- The label of the columns to select.public void removeColumns(java.lang.String... columns)
columns
- The label of the columns to select.@Deprecated public void select(java.lang.String... columns)
addColumns(String...)
instead.
columns
- The label of the columns to select.public void switchColumns(java.lang.String... columns)
Given columns will be added if not already displayed and removed otherwise.
columns
- The label of the columns to select.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |