Graphene: API for Components encapsulation using Page Fragments 2.0.0.Alpha3
A C D F G H I N O P R S T U V W 

A

accept(Cell<T>) - Method in interface org.jboss.arquillian.graphene.component.object.api.table.CellFunction
 
accept(Column<T>) - Method in interface org.jboss.arquillian.graphene.component.object.api.table.ColumnFunction
 
accept(Row) - Method in interface org.jboss.arquillian.graphene.component.object.api.table.RowFunction
 
areSuggestionsAvailable() - Method in interface org.jboss.arquillian.graphene.component.object.api.autocomplete.AutocompleteComponent
Determines whether the suggestion list is visible, that is whether there are some suggestions rendered.
AutocompleteComponent<T> - Interface in org.jboss.arquillian.graphene.component.object.api.autocomplete
Autocomplete component represents an input with autocomplete function.
autocompleteWithSuggestion(Suggestion<T>) - Method in interface org.jboss.arquillian.graphene.component.object.api.autocomplete.AutocompleteComponent
Autocompletes the input with given suggestion
autocompleteWithSuggestion(Suggestion<T>, ScrollingType) - Method in interface org.jboss.arquillian.graphene.component.object.api.autocomplete.AutocompleteComponent
Autocompletes the input with suggestion determined by param sugg, and the suggestion is chosen by the way determined by param scrollingType

C

CalendarComponent - Interface in org.jboss.arquillian.graphene.component.object.api.calendar
Calendar component represents any type of calendar.
CalendarPopupComponent - Interface in org.jboss.arquillian.graphene.component.object.api.calendar
CalendarPopupComponent represents calendar nested in some kind of popup, it has to be invoked to be shown and has an input associated with it.
CalendarPopupComponent.CalendarDay - Interface in org.jboss.arquillian.graphene.component.object.api.calendar
Interface for calendar day.
CalendarPopupComponent.CalendarMonth - Interface in org.jboss.arquillian.graphene.component.object.api.calendar
Interface for calendar month.
CalendarPopupComponent.CalendarWeek - Interface in org.jboss.arquillian.graphene.component.object.api.calendar
Interface for calendar week.
CalendarPopupComponent.CalendarYear - Interface in org.jboss.arquillian.graphene.component.object.api.calendar
Interface for calendar year.
CalendarPopupComponent.TimeUnit - Interface in org.jboss.arquillian.graphene.component.object.api.calendar
Interface for a time unit.
Cell<T> - Interface in org.jboss.arquillian.graphene.component.object.api.table
Represents one particular cell of the table.
CellFunction<T> - Interface in org.jboss.arquillian.graphene.component.object.api.table
 
check() - Method in interface org.jboss.arquillian.graphene.component.object.api.checkbox.CheckboxComponent
 
CheckboxComponent - Interface in org.jboss.arquillian.graphene.component.object.api.checkbox
 
clear(ClearType...) - Method in interface org.jboss.arquillian.graphene.component.object.api.autocomplete.AutocompleteComponent
Clears the input.
clearInput() - Method in interface org.jboss.arquillian.graphene.component.object.api.calendar.CalendarPopupComponent
Clears the input which is showing the selected date.
ClearType - Enum in org.jboss.arquillian.graphene.component.object.api.autocomplete
 
Column<T> - Interface in org.jboss.arquillian.graphene.component.object.api.table
Represents the column of the table.
ColumnFunction<T> - Interface in org.jboss.arquillian.graphene.component.object.api.table
 
ComponentsContainer<T> - Interface in org.jboss.arquillian.graphene.component.object.api.common
PageFragments represents a container for Page Fragments, in other words a page fragment which can contain other page fragments, which you can easily access.

D

DataScrollerComponent - Interface in org.jboss.arquillian.graphene.component.object.api.scrolling
DataScrollerComponent represents a scroller attached to some data structure, like to the table.
decrease() - Method in interface org.jboss.arquillian.graphene.component.object.api.numberSpinner.NumberSpinnerComponent
 

F

fillInTheInput(Integer) - Method in interface org.jboss.arquillian.graphene.component.object.api.numberSpinner.NumberSpinnerComponent
 
findCells(CellFunction<T>) - Method in interface org.jboss.arquillian.graphene.component.object.api.table.TableComponent
 
findColumns(ColumnFunction<T>) - Method in interface org.jboss.arquillian.graphene.component.object.api.table.TableComponent
 
findRow(RowFunction) - Method in interface org.jboss.arquillian.graphene.component.object.api.table.TableComponent
 
finish() - Method in interface org.jboss.arquillian.graphene.component.object.api.autocomplete.AutocompleteComponent
Finishes the filling in the input, that is, fill in the input not by selecting from the suggestions list, but by direct typing in.
Footer - Interface in org.jboss.arquillian.graphene.component.object.api.table
Represents the footer of the column or row.

G

getAllCells() - Method in interface org.jboss.arquillian.graphene.component.object.api.table.Column
 
getAllCells() - Method in interface org.jboss.arquillian.graphene.component.object.api.table.Row
 
getAllErrorMessages() - Method in interface org.jboss.arquillian.graphene.component.object.api.validation.ValidationComponent
Returns the list containing all the error messages currently on the page.
getAllInfoMessages() - Method in interface org.jboss.arquillian.graphene.component.object.api.validation.ValidationComponent
Returns the list containing all the info messages currently on the page.
getAllMessages() - Method in interface org.jboss.arquillian.graphene.component.object.api.validation.ValidationComponent
Returns the list containing all the messages currently on the page.
getAllRows() - Method in interface org.jboss.arquillian.graphene.component.object.api.table.TableComponent
 
getAllSuggestions() - Method in interface org.jboss.arquillian.graphene.component.object.api.autocomplete.AutocompleteComponent
Returns all suggestions available, also these which need to be scrolled down to be visible.
getCell(Column<T>) - Method in interface org.jboss.arquillian.graphene.component.object.api.table.Row
 
getCell(Row, Column<T>) - Method in interface org.jboss.arquillian.graphene.component.object.api.table.TableComponent
Returns the particular cell, the cell with coordinations determined by given row and column.
getColumn1() - Method in interface org.jboss.arquillian.graphene.component.object.api.table.TableComponent1
 
getColumn1() - Method in interface org.jboss.arquillian.graphene.component.object.api.table.TableComponent4
 
getColumn1() - Method in interface org.jboss.arquillian.graphene.component.object.api.table.TableComponent6
 
getColumn2() - Method in interface org.jboss.arquillian.graphene.component.object.api.table.TableComponent4
 
getColumn2() - Method in interface org.jboss.arquillian.graphene.component.object.api.table.TableComponent6
 
getColumn3() - Method in interface org.jboss.arquillian.graphene.component.object.api.table.TableComponent4
 
getColumn3() - Method in interface org.jboss.arquillian.graphene.component.object.api.table.TableComponent6
 
getColumn4() - Method in interface org.jboss.arquillian.graphene.component.object.api.table.TableComponent4
 
getColumn4() - Method in interface org.jboss.arquillian.graphene.component.object.api.table.TableComponent6
 
getColumn5() - Method in interface org.jboss.arquillian.graphene.component.object.api.table.TableComponent6
 
getColumn6() - Method in interface org.jboss.arquillian.graphene.component.object.api.table.TableComponent6
 
getContent() - Method in interface org.jboss.arquillian.graphene.component.object.api.common.ComponentsContainer
 
getDateTime() - Method in interface org.jboss.arquillian.graphene.component.object.api.calendar.CalendarComponent
Returns the set date, that is the date which is in input after date setting.
getDay(int) - Method in interface org.jboss.arquillian.graphene.component.object.api.calendar.CalendarPopupComponent.CalendarMonth
Returns a specific day of this month.
getDay(int) - Method in interface org.jboss.arquillian.graphene.component.object.api.calendar.CalendarPopupComponent.CalendarWeek
Returns a specific day of this week.
getDay(int) - Method in interface org.jboss.arquillian.graphene.component.object.api.calendar.CalendarPopupComponent.CalendarYear
Returns a specific day of this month.
getDayOfMonth() - Method in interface org.jboss.arquillian.graphene.component.object.api.calendar.CalendarPopupComponent
Returns the day of the month, if there is a date set in the calendar then this date is considered, current date otherwise.
getDayOfMonth(int) - Method in interface org.jboss.arquillian.graphene.component.object.api.calendar.CalendarPopupComponent
Returns a specific day of the month, if there is a date set in the calendar then this date is considered, current date otherwise.
getDayOfWeek() - Method in interface org.jboss.arquillian.graphene.component.object.api.calendar.CalendarPopupComponent
Returns the day of the week, if there is a date set in the calendar then this date is considered, current date otherwise.
getDayOfWeek(int) - Method in interface org.jboss.arquillian.graphene.component.object.api.calendar.CalendarPopupComponent
Returns a specific day of the week, if there is a date set in the calendar then this date is considered, current date otherwise.
getDayOfYear() - Method in interface org.jboss.arquillian.graphene.component.object.api.calendar.CalendarPopupComponent
Returns the day of the year, if there is a date set in the calendar then this date is considered, current date otherwise.
getDayOfYear(int) - Method in interface org.jboss.arquillian.graphene.component.object.api.calendar.CalendarPopupComponent
Returns a specific day of the year, if there is a date set in the calendar then this date is considered, current date otherwise.
getDays() - Method in interface org.jboss.arquillian.graphene.component.object.api.calendar.CalendarPopupComponent.CalendarMonth
Returns all days of this month.
getDays() - Method in interface org.jboss.arquillian.graphene.component.object.api.calendar.CalendarPopupComponent.CalendarWeek
Returns all days of this week.
getDays() - Method in interface org.jboss.arquillian.graphene.component.object.api.calendar.CalendarPopupComponent.CalendarYear
Returns all days of this month.
getDaysOfMonth() - Method in interface org.jboss.arquillian.graphene.component.object.api.calendar.CalendarPopupComponent
Returns all the days of the month, if there is a date set in the calendar then this date is considered, current date otherwise.
getDaysOfWeek() - Method in interface org.jboss.arquillian.graphene.component.object.api.calendar.CalendarPopupComponent
Returns all the days of the week, if there is a date set in the calendar then this date is considered, current date otherwise.
getDaysOfYear() - Method in interface org.jboss.arquillian.graphene.component.object.api.calendar.CalendarPopupComponent
Returns all the days of the year, if there is a date set in the calendar then this date is considered, current date otherwise.
getFirstInputValue() - Method in interface org.jboss.arquillian.graphene.component.object.api.autocomplete.AutocompleteComponent
Returns the first input value, the values are separated according to the currently set separator, default one is space.
getFirstNSuggestions(int) - Method in interface org.jboss.arquillian.graphene.component.object.api.autocomplete.AutocompleteComponent
Returns first n suggestions, that is the the first n most top suggestions, if there are some available.
getFirstRow() - Method in interface org.jboss.arquillian.graphene.component.object.api.table.TableComponent
Returns the first row of the table, the header row if available, is not counted.
getFirstSuggestion() - Method in interface org.jboss.arquillian.graphene.component.object.api.autocomplete.AutocompleteComponent
Returns the first suggestion if available, that is, the top suggestion from the list of suggestions.
getInputs() - Method in interface org.jboss.arquillian.graphene.component.object.api.autocomplete.Suggestion
Returns the list of inputs values, for which this suggestion was offered.
getInputValue() - Method in interface org.jboss.arquillian.graphene.component.object.api.autocomplete.AutocompleteComponent
Returns the current value of input
getInputValues() - Method in interface org.jboss.arquillian.graphene.component.object.api.autocomplete.AutocompleteComponent
Returns the list of the input values, the values are separated according to the currently set separator, default one is space.
getLastRow() - Method in interface org.jboss.arquillian.graphene.component.object.api.table.TableComponent
Returns the last row of the table, the footer row if available, is not counted.
getMonth(int) - Method in interface org.jboss.arquillian.graphene.component.object.api.calendar.CalendarPopupComponent.CalendarYear
Returns a specific month of this year.
getMonth() - Method in interface org.jboss.arquillian.graphene.component.object.api.calendar.CalendarPopupComponent
Returns the month, if there is a date set in the calendar then this date is considered, current date otherwise.
getMonth(int) - Method in interface org.jboss.arquillian.graphene.component.object.api.calendar.CalendarPopupComponent
Returns a specific month, if there is a date set in the calendar then this date is considered, current date otherwise.
getMonths() - Method in interface org.jboss.arquillian.graphene.component.object.api.calendar.CalendarPopupComponent.CalendarYear
Returns all months of this year.
getMonths() - Method in interface org.jboss.arquillian.graphene.component.object.api.calendar.CalendarPopupComponent
Returns all the months of the year, if there is a date set in the calendar then this date is considered, current date otherwise.
getNthSuggestion(int) - Method in interface org.jboss.arquillian.graphene.component.object.api.autocomplete.AutocompleteComponent
Returns the suggestion which is in order determined by param order.
getNumberOfCells() - Method in interface org.jboss.arquillian.graphene.component.object.api.table.Column
 
getNumberOfCells() - Method in interface org.jboss.arquillian.graphene.component.object.api.table.TableComponent
Returns total number of cells in this particular table.
getNumberOfColumns() - Method in interface org.jboss.arquillian.graphene.component.object.api.table.TableComponent
Returns the total number of columns in this particular table.
getNumberOfPages() - Method in interface org.jboss.arquillian.graphene.component.object.api.scrolling.DataScrollerComponent
Returns the total number of pages, the data structure is divided to.
getNumberOfRows() - Method in interface org.jboss.arquillian.graphene.component.object.api.table.TableComponent
Returns the total number of rows in this particular table.
getRow(int) - Method in interface org.jboss.arquillian.graphene.component.object.api.table.TableComponent
Returns the row with the order determined by given param order.
getSelectedSuggestions() - Method in interface org.jboss.arquillian.graphene.component.object.api.autocomplete.AutocompleteComponent
Returns the selected suggestions from the input, the way of suggestions separating is determined by the currently set separator, the default one is space.
getStaticMessagePart() - Method in interface org.jboss.arquillian.graphene.component.object.api.validation.ValidationComponent.Message
 
getTableFooter() - Method in interface org.jboss.arquillian.graphene.component.object.api.table.TableComponent
Returns the list of all footer cells, in other words the whole table footer.
getTableHeader() - Method in interface org.jboss.arquillian.graphene.component.object.api.table.TableComponent
Returns the list of all header cells, in other words the whole table header.
getValue() - Method in interface org.jboss.arquillian.graphene.component.object.api.autocomplete.Suggestion
Returns the value of this suggestion.
getValue() - Method in interface org.jboss.arquillian.graphene.component.object.api.common.NestedElements
 
getValue() - Method in interface org.jboss.arquillian.graphene.component.object.api.numberSpinner.NumberSpinnerComponent
 
getValue() - Method in interface org.jboss.arquillian.graphene.component.object.api.validation.ValidationComponent.StaticMessagePart
 
getValue() - Method in interface org.jboss.arquillian.graphene.component.object.api.validation.ValidationComponent.VariableMessagePart
 
getVariableMessagePart() - Method in interface org.jboss.arquillian.graphene.component.object.api.validation.ValidationComponent.Message
 
getWeek(int) - Method in interface org.jboss.arquillian.graphene.component.object.api.calendar.CalendarPopupComponent.CalendarMonth
Returns a specific week of this month.
getWeek(int) - Method in interface org.jboss.arquillian.graphene.component.object.api.calendar.CalendarPopupComponent.CalendarYear
Returns a specific week of this month.
getWeekOfMonth() - Method in interface org.jboss.arquillian.graphene.component.object.api.calendar.CalendarPopupComponent
Returns the week of the month, if there is a date set in the calendar then this date is considered, current date otherwise.
getWeekOfMonth(int) - Method in interface org.jboss.arquillian.graphene.component.object.api.calendar.CalendarPopupComponent
Returns a specific week of the month, if there is a date set in the calendar then this date is considered, current date otherwise.
getWeekOfYear() - Method in interface org.jboss.arquillian.graphene.component.object.api.calendar.CalendarPopupComponent
Returns the week of the year, if there is a date set in the calendar then this date is considered, current date otherwise.
getWeekOfYear(int) - Method in interface org.jboss.arquillian.graphene.component.object.api.calendar.CalendarPopupComponent
Returns a specific week of the year, if there is a date set in the calendar then this date is considered, current date otherwise.
getWeeks() - Method in interface org.jboss.arquillian.graphene.component.object.api.calendar.CalendarPopupComponent.CalendarMonth
Returns all weeks of this month.
getWeeks() - Method in interface org.jboss.arquillian.graphene.component.object.api.calendar.CalendarPopupComponent.CalendarYear
Returns all weeks of this month.
getWeeksOfMonth() - Method in interface org.jboss.arquillian.graphene.component.object.api.calendar.CalendarPopupComponent
Returns all the weeks of the month, if there is a date set in the calendar then this date is considered, current date otherwise.
getWeeksOfYear() - Method in interface org.jboss.arquillian.graphene.component.object.api.calendar.CalendarPopupComponent
Returns all the weeks of the year, if there is a date set in the calendar then this date is considered, current date otherwise.
getYear() - Method in interface org.jboss.arquillian.graphene.component.object.api.calendar.CalendarPopupComponent
Returns the year, if there is a date set in the calendar then this date is considered, current date otherwise.
getYear(int) - Method in interface org.jboss.arquillian.graphene.component.object.api.calendar.CalendarPopupComponent
Returns a specific year, if there is a date set in the calendar then this date is considered, current date otherwise.
getYears(int, int) - Method in interface org.jboss.arquillian.graphene.component.object.api.calendar.CalendarPopupComponent
Returns all the years from the range determined by from and to.
gotoDateTime(DateTime) - Method in interface org.jboss.arquillian.graphene.component.object.api.calendar.CalendarComponent
Sets the dateTime, that is it selects that date and also sets to the input.
gotoDateTime(DateTime, ScrollingType) - Method in interface org.jboss.arquillian.graphene.component.object.api.calendar.CalendarPopupComponent
Set the date on the calendar
gotoFirstPage() - Method in interface org.jboss.arquillian.graphene.component.object.api.scrolling.DataScrollerComponent
Goes to the first page of data structure the scroller is bounded to.
gotoLastPage() - Method in interface org.jboss.arquillian.graphene.component.object.api.scrolling.DataScrollerComponent
Goes to the last page of data structure the scroller is bounded to.
gotoNextDay() - Method in interface org.jboss.arquillian.graphene.component.object.api.calendar.CalendarPopupComponent
Set the next day of the current set date.
gotoNextMonth() - Method in interface org.jboss.arquillian.graphene.component.object.api.calendar.CalendarPopupComponent
Set the next month of the current set date.
gotoNextPage() - Method in interface org.jboss.arquillian.graphene.component.object.api.scrolling.DataScrollerComponent
Goes to the next page of data structure the scroller is bounded to.
gotoNextYear() - Method in interface org.jboss.arquillian.graphene.component.object.api.calendar.CalendarPopupComponent
Set the next year of the current set date.
gotoPreviousDay() - Method in interface org.jboss.arquillian.graphene.component.object.api.calendar.CalendarPopupComponent
Set the previous day of the current set date.
gotoPreviousMonth() - Method in interface org.jboss.arquillian.graphene.component.object.api.calendar.CalendarPopupComponent
Set the previous month of the current set date.
gotoPreviousPage() - Method in interface org.jboss.arquillian.graphene.component.object.api.scrolling.DataScrollerComponent
Goes to the previous page of data structure the scroller is bounded to.
gotoPreviousYear() - Method in interface org.jboss.arquillian.graphene.component.object.api.calendar.CalendarPopupComponent
Set the previous year of the current set date.

H

Header - Interface in org.jboss.arquillian.graphene.component.object.api.table
Represents the header of the column or row.
hideCalendar() - Method in interface org.jboss.arquillian.graphene.component.object.api.calendar.CalendarPopupComponent
Hides the calendar if it is in the popup mode, that is it hides the calendar.

I

increase() - Method in interface org.jboss.arquillian.graphene.component.object.api.numberSpinner.NumberSpinnerComponent
 
isChecked() - Method in interface org.jboss.arquillian.graphene.component.object.api.checkbox.CheckboxComponent
 
isEnabled() - Method in interface org.jboss.arquillian.graphene.component.object.api.calendar.CalendarPopupComponent.CalendarDay
Returns whether the day is enabled, that is whether it can be used as a value to set to the calendar.
isMessageRendered(ValidationComponent.Message) - Method in interface org.jboss.arquillian.graphene.component.object.api.validation.ValidationComponent
Determines whether the given message is rendered on the page.
isMessageRendered(ValidationComponent.StaticMessagePart) - Method in interface org.jboss.arquillian.graphene.component.object.api.validation.ValidationComponent
Determines whether the given static part of the message is rendered on the page.
isThereAnyErrorMessage() - Method in interface org.jboss.arquillian.graphene.component.object.api.validation.ValidationComponent
 
isVisible() - Method in interface org.jboss.arquillian.graphene.component.object.api.popup.PopupComponent
Returns whether this popup is visible.

N

NestedElements<T> - Interface in org.jboss.arquillian.graphene.component.object.api.common
 
NumberSpinnerComponent - Interface in org.jboss.arquillian.graphene.component.object.api.numberSpinner
 

O

org.jboss.arquillian.graphene.component.object.api.autocomplete - package org.jboss.arquillian.graphene.component.object.api.autocomplete
 
org.jboss.arquillian.graphene.component.object.api.calendar - package org.jboss.arquillian.graphene.component.object.api.calendar
 
org.jboss.arquillian.graphene.component.object.api.checkbox - package org.jboss.arquillian.graphene.component.object.api.checkbox
 
org.jboss.arquillian.graphene.component.object.api.common - package org.jboss.arquillian.graphene.component.object.api.common
 
org.jboss.arquillian.graphene.component.object.api.numberSpinner - package org.jboss.arquillian.graphene.component.object.api.numberSpinner
 
org.jboss.arquillian.graphene.component.object.api.popup - package org.jboss.arquillian.graphene.component.object.api.popup
 
org.jboss.arquillian.graphene.component.object.api.scrolling - package org.jboss.arquillian.graphene.component.object.api.scrolling
 
org.jboss.arquillian.graphene.component.object.api.table - package org.jboss.arquillian.graphene.component.object.api.table
 
org.jboss.arquillian.graphene.component.object.api.validation - package org.jboss.arquillian.graphene.component.object.api.validation
 

P

parse(WebElement) - Method in interface org.jboss.arquillian.graphene.component.object.api.autocomplete.SuggestionParser
Will construct suggestion from the given suggestion root.
PopupComponent<T> - Interface in org.jboss.arquillian.graphene.component.object.api.popup
PopupComponent represents a popup which can be showed and then closed.

R

Row - Interface in org.jboss.arquillian.graphene.component.object.api.table
Represents the row of the table.
RowFunction - Interface in org.jboss.arquillian.graphene.component.object.api.table
 

S

ScrollingType - Enum in org.jboss.arquillian.graphene.component.object.api.scrolling
Enum with different types of scrolling, that is the ways something can be done.
setDateScroller(DataScrollerComponent) - Method in interface org.jboss.arquillian.graphene.component.object.api.table.TableComponent
Associates this data table with a given data scroller
setInput(String) - Method in interface org.jboss.arquillian.graphene.component.object.api.autocomplete.Suggestion
Sets input value for which this suggestion was returned.
setNumberOfColumns(int) - Method in interface org.jboss.arquillian.graphene.component.object.api.table.Row
Sets the number of columns you want to have in this particular row.
setNumberOfRows(int) - Method in interface org.jboss.arquillian.graphene.component.object.api.table.Column
Sets the number of rows you want to have in this particular column.
setSeparator(String) - Method in interface org.jboss.arquillian.graphene.component.object.api.autocomplete.AutocompleteComponent
Sets the separator of the input values.
setStaticMessagePart() - Method in interface org.jboss.arquillian.graphene.component.object.api.validation.ValidationComponent.Message
 
setSuggestionParser(SuggestionParser<T>) - Method in interface org.jboss.arquillian.graphene.component.object.api.autocomplete.AutocompleteComponent
Sets the suggestion parser.
setVariableMessagePart() - Method in interface org.jboss.arquillian.graphene.component.object.api.validation.ValidationComponent.Message
 
showCalendar() - Method in interface org.jboss.arquillian.graphene.component.object.api.calendar.CalendarPopupComponent
Displays the calendar only if it is not already displayed, that is when it can be displayed in the popup mode, it is shown up.
Suggestion<T> - Interface in org.jboss.arquillian.graphene.component.object.api.autocomplete
The suggestion provided by autocomplete function for particular input value.
SuggestionParser<T> - Interface in org.jboss.arquillian.graphene.component.object.api.autocomplete
 

T

TableComponent - Interface in org.jboss.arquillian.graphene.component.object.api.table
DataTableComponent represents a table.
TableComponent1<T> - Interface in org.jboss.arquillian.graphene.component.object.api.table
 
TableComponent4<A,B,C,D> - Interface in org.jboss.arquillian.graphene.component.object.api.table
 
TableComponent6<A,B,C,D,E,F> - Interface in org.jboss.arquillian.graphene.component.object.api.table
 
toInt() - Method in interface org.jboss.arquillian.graphene.component.object.api.calendar.CalendarPopupComponent.TimeUnit
Returns a integer representation of this time unit.
type(String) - Method in interface org.jboss.arquillian.graphene.component.object.api.autocomplete.AutocompleteComponent
Types to the autocomplete input provided value and waits for suggestions.
typeAndReturn(String) - Method in interface org.jboss.arquillian.graphene.component.object.api.autocomplete.AutocompleteComponent
Types to the autocomplete input the provided string and returns the suggestions if available.

U

uncheck() - Method in interface org.jboss.arquillian.graphene.component.object.api.checkbox.CheckboxComponent
 

V

ValidationComponent - Interface in org.jboss.arquillian.graphene.component.object.api.validation
Validation component represents set of inputs which are validated somehow.
ValidationComponent.ErrorMessage - Interface in org.jboss.arquillian.graphene.component.object.api.validation
Represents error message which can appear on the page during validation.
ValidationComponent.InfoMessage - Interface in org.jboss.arquillian.graphene.component.object.api.validation
Represents info message which can appear on the page during validation.
ValidationComponent.Message - Interface in org.jboss.arquillian.graphene.component.object.api.validation
Represents the general messages which can appear on the page during validation.
ValidationComponent.StaticMessagePart - Interface in org.jboss.arquillian.graphene.component.object.api.validation
 
ValidationComponent.VariableMessagePart - Interface in org.jboss.arquillian.graphene.component.object.api.validation
 
valueOf(String) - Static method in enum org.jboss.arquillian.graphene.component.object.api.autocomplete.ClearType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.arquillian.graphene.component.object.api.scrolling.ScrollingType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jboss.arquillian.graphene.component.object.api.autocomplete.ClearType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.arquillian.graphene.component.object.api.scrolling.ScrollingType
Returns an array containing the constants of this enum type, in the order they are declared.

W

whichColumn() - Method in interface org.jboss.arquillian.graphene.component.object.api.table.Cell
 
whichMonth() - Method in interface org.jboss.arquillian.graphene.component.object.api.calendar.CalendarPopupComponent.CalendarDay
Returns the month which contains this day.
whichMonth() - Method in interface org.jboss.arquillian.graphene.component.object.api.calendar.CalendarPopupComponent.CalendarWeek
Returns the month which contains this week.
whichRow() - Method in interface org.jboss.arquillian.graphene.component.object.api.table.Cell
 
whichYear() - Method in interface org.jboss.arquillian.graphene.component.object.api.calendar.CalendarPopupComponent.CalendarDay
Returns the year which contains this day.
whichYear() - Method in interface org.jboss.arquillian.graphene.component.object.api.calendar.CalendarPopupComponent.CalendarMonth
Returns the year which contains this month.
whichYear() - Method in interface org.jboss.arquillian.graphene.component.object.api.calendar.CalendarPopupComponent.CalendarWeek
Returns the year which contains this week.
A C D F G H I N O P R S T U V W 
Graphene: API for Components encapsulation using Page Fragments 2.0.0.Alpha3

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.