Newer Version Available
DescribeTabResult Class
Namespace
Usage
The getTabs method of the Schema.DescribeTabSetResult returns a list of Schema.DescribeTabResult objects that describe the tabs of one app.
The methods in the Schema.DescribeTabResult class can be called using their property counterparts. For each method starting with get, you can omit the get prefix and the ending parentheses () to call the property counterpart. For example, tabResultObj.label is equivalent to tabResultObj.getLabel(). Similarly, for each method starting with is, omit the is prefix and the ending parentheses (). For example, tabResultObj.isCustom is equivalent to tabResultObj.custom.
DescribeTabResult Methods
The following are methods for DescribeTabResult. All are instance methods.
getColors()
Signature
public List<Schema.DescribeColorResult> getColors()
Return Value
Type: List<Schema.DescribeColorResult>
getIconUrl()
Signature
public String getIconUrl()
Return Value
Type: String
getIcons()
Signature
public List<Schema.DescribeIconResult> getIcons()
Return Value
Type: List<Schema.DescribeIconResult>
getMiniIconUrl()
Signature
public String getMiniIconUrl()
Return Value
Type: String
getSobjectName()
Signature
public String getSobjectName()
Return Value
Type: String
getUrl()
Signature
public String getUrl()
Return Value
Type: String
isCustom()
Signature
public Boolean isCustom()
Return Value
Type: Boolean