Class BaseTab
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Html
Assembly: Telerik.WebAii.Controls.Html.dll
Syntax
public class BaseTab : HtmlContainerControl
Constructors
BaseTab()
Declaration
public BaseTab()
BaseTab(Element)
Properties
ClientSideLocator
Declaration
public override string ClientSideLocator { get; }
Property Value
System.String
|
Overrides
Enabled
Declaration
public bool Enabled { get; set; }
Property Value
System.Boolean
|
HasChildren
Declaration
public bool HasChildren { get; }
Property Value
System.Boolean
|
Index
Declaration
public int Index { get; }
Property Value
System.Int32
|
Level
Declaration
public int Level { get; }
Property Value
System.Int32
|
LocatorExpression
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
IFindExpression
|
Overrides
NavigateUrl
Selected
Declaration
public bool Selected { get; set; }
Property Value
System.Boolean
|
ShouldNavigate
TabCount
Declaration
public int TabCount { get; }
Property Value
System.Int32
|
Tabs
Declaration
public IList<BaseTab> Tabs { get; }
Property Value
System.Collections.Generic.IList<BaseTab>
|
TabValue
Declaration
public string TabValue { get; set; }
Property Value
System.String
|
Text
Declaration
public string Text { get; set; }
Property Value
System.String
|
Visible
Declaration
public bool Visible { get; }
Property Value
System.Boolean
|
Methods
AssignElement(Element)
Click()
Click(Boolean)
Declaration
public override void Click(bool isClosing)
Parameters
System.Boolean
isClosing
|
Overrides
ControlAssert()
FindTab(Predicate<BaseTab>)
Declaration
public BaseTab FindTab(Predicate<BaseTab> predicate)
Parameters
System.Predicate<BaseTab>
predicate
|
Returns
BaseTab
|
FindTabByText(String)
Declaration
public BaseTab FindTabByText(string tabText)
Parameters
System.String
tabText
|
Returns
BaseTab
|
InitializeTabLocator()
Declaration
protected void InitializeTabLocator()
Navigate()
Select()
Declaration
public void Select()
Unselect()
Declaration
public void Unselect()