Package | Description |
---|---|
com.sforce.soap.partner |
Modifier and Type | Field and Description |
---|---|
static LayoutComponentType |
LayoutComponentType.EmptySpace |
static LayoutComponentType |
LayoutComponentType.Field |
static LayoutComponentType |
LayoutComponentType.SControl |
static LayoutComponentType |
LayoutComponentType.Separator |
Modifier and Type | Method and Description |
---|---|
static LayoutComponentType |
LayoutComponentType.fromString(String value) |
static LayoutComponentType |
LayoutComponentType.fromValue(String value) |
LayoutComponentType |
DescribeLayoutComponent.getType()
Gets the type value for this DescribeLayoutComponent.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeLayoutComponent.setType(LayoutComponentType type)
Sets the type value for this DescribeLayoutComponent.
|
Constructor and Description |
---|
DescribeLayoutComponent(int displayLines,
int tabOrder,
LayoutComponentType type,
String value) |
Copyright © 2014. All rights reserved.