| java.lang.Object org.objectweb.jonas.jonasadmin.test.util.JonasAdminUtils
JonasAdminUtils | public class JonasAdminUtils (Code) | | Utils
author: kemlerp |
Inner Class :public class CoordCell | |
getColumn | public Integer getColumn(String text, WebTable table)(Code) | | Get the last column of table where text is found in the first row
Parameters: text - title of the column Parameters: table - the table which contains text -1 if the text was not found in the first row else an integer |
getFirstRow | public Integer getFirstRow(String text, WebTable table, int column)(Code) | | Get the first row of table where text is found in the given column
Parameters: text - title of the row Parameters: table - the table which contains text Parameters: column - the column -1 if the text was not found in the first column else an integer |
getRow | public Integer getRow(String text, WebTable table)(Code) | | Get the last row of table where text is found in the first column
Parameters: text - title of the row Parameters: table - the table which contains text -1 if the text was not found in the first column else an integer |
getRow | public Integer getRow(String text, WebTable table, int column)(Code) | | Get the last row of table where text is found in the given column
Parameters: text - title of the row Parameters: table - the table which contains text Parameters: column - the column -1 if the text was not found in the first column else an integer |
getSelectedItemRow | public CoordCell getSelectedItemRow(WebTable table)(Code) | | Get the row and the column of the cell which contains selected item
Parameters: table - tree Table Null if no item is selected, else the row and the column |
getTabTable | public WebTable getTabTable(WebResponse contentFrame) throws SAXException(Code) | | Get table of tabs
Parameters: contentFrame - the content frame table of tabs throws: SAXException - if a table or a cell doesn't match. |
getTable | public WebTable getTable(WebResponse contentFrame, int num) throws SAXException(Code) | | Get table num
Parameters: contentFrame - the content frame Parameters: num - integer between 0 and number of tables in the cell table throws: SAXException - if a table or a cell doesn't match. |
|
|