com.atlassian.jira.webtest.framework.core.component
Interface Component<P extends PageObject>

Type Parameters:
P - type of component parent
All Superinterfaces:
PageObject
All Known Subinterfaces:
AddFieldSection, AjsDropdown<P>, AjsDropdown.Item<R>, AjsDropdown.Section<Q>, AuditLogTab, AutoCompleteInput<P>, CommentInput.CommentVisibilityDropdown, CustomFieldsSection, DashboardToolsMenu, DatesAndTimesSection, DeveloperTab, DotDialog.DDDropDown, DotDialog.DDInput, FcInput<I,F,S>, FcSuggestions<F>, Gadget, InstallPlugins, IssueAttributesSection, IssueMenu, IssuePicker.CountableSection, IssuePicker.Input, IssuePicker.Suggestions, IssueTable, JIRAUpgradeCheckPlugins, ManageExistingPlugins, PageSection<P>, PluginsTab<T>, ReferenceGadget, SimpleSearchFilter, SimpleSearchFilterSection<S>, WorkRatioSection
All Known Implementing Classes:
AbstractFcSuggestions, AbstractGadget, AbstractSeleniumComponent, AbstractSeleniumDropdown, AbstractSeleniumFcInput, AbstractSeleniumPageSection, AbstractSeleniumPluginsTab, AbstractSeleniumSimpleFilterSection, DashboardItemImpl, DashboardSectionImpl, IssuePickerSuggestions, ReferenceGadgetImpl, SeleniumAddFieldSection, SeleniumAuditLogTab, SeleniumAutoCompleteInput, SeleniumCustomFieldsSection, SeleniumDashboardToolsMenu, SeleniumDatesAndTimesSection, SeleniumDDDropDown, SeleniumDDInput, SeleniumDDItem, SeleniumDDSection, SeleniumDeveloperTab, SeleniumInstallPlugins, SeleniumIssueAttributesSection, SeleniumIssueMenu, SeleniumJIRAUpgradeCheckPlugins, SeleniumLozenge, SeleniumManageExistingPlugins, SeleniumSimpleSearchFilter, SeleniumWorkRatioSection

public interface Component<P extends PageObject>
extends PageObject

Represents a component of another, composite page object

Since:
v4.3

Method Summary
 P parent()
          A reference to this compoent's parent.
 
Methods inherited from interface com.atlassian.jira.webtest.framework.core.PageObject
context, isReady
 

Method Detail

parent

P parent()
A reference to this compoent's parent.

Returns:
component's parent


Copyright © 2002-2012 Atlassian. All Rights Reserved.