|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAccessibleTableElement
Interface for exposing accessibility-related properties of tables to the validation engine.
IAccessibleElement2
Method Summary | |
---|---|
Object |
getCaption()
get the caption for the table |
long |
getColumnCount()
get the number of columns for the table |
String |
getColumnDescription(long column)
get the description for the specified column |
long |
getRowCount()
get the number of rows for the table |
String |
getRowDescription(long row)
get the description for the specified row |
int |
getSelectedChildCount()
get the number of selected chidren for the table |
int[] |
getSelectedChildren()
get the indices of the selected Children |
int[] |
getSelectedColumns()
get the indecies of the selected columns |
int[] |
getSelectedRows()
get the indecies of the selected rows |
Object |
getSummary()
get the summary for the table |
Method Detail |
---|
Object getCaption() throws InvalidComponentException
InvalidComponentException
Object getSummary() throws InvalidComponentException
InvalidComponentException
long getColumnCount() throws InvalidComponentException
InvalidComponentException
long getRowCount() throws InvalidComponentException
InvalidComponentException
String getColumnDescription(long column) throws InvalidComponentException
column
- zero-based index of column
InvalidComponentException
String getRowDescription(long row) throws InvalidComponentException
row
- zero-based index of row
InvalidComponentException
int[] getSelectedColumns() throws InvalidComponentException
InvalidComponentException
int[] getSelectedRows() throws InvalidComponentException
InvalidComponentException
int getSelectedChildCount() throws InvalidComponentException
InvalidComponentException
int[] getSelectedChildren() throws InvalidComponentException
InvalidComponentException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |