public class ListViewColumn extends Object implements com.sforce.ws.bind.XMLizable, IListViewColumn
| Constructor and Description |
|---|
ListViewColumn()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAscendingLabel()
element : ascendingLabel of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
String |
getDescendingLabel()
element : descendingLabel of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
String |
getFieldNameOrPath()
element : fieldNameOrPath of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
boolean |
getHidden()
element : hidden of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
String |
getLabel()
element : label of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
String |
getSelectListItem()
element : selectListItem of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
boolean |
getSortable()
element : sortable of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
OrderByDirection |
getSortDirection()
element : sortDirection of type {urn:partner.soap.sforce.com}orderByDirection
java type: com.sforce.soap.partner.OrderByDirection
|
Integer |
getSortIndex()
element : sortIndex of type {http://www.w3.org/2001/XMLSchema}int
java type: java.lang.Integer
|
FieldType |
getType()
element : type of type {urn:partner.soap.sforce.com}fieldType
java type: com.sforce.soap.partner.FieldType
|
boolean |
isHidden() |
boolean |
isSortable() |
void |
load(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper) |
protected void |
loadFields(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper) |
void |
setAscendingLabel(String ascendingLabel) |
void |
setDescendingLabel(String descendingLabel) |
void |
setFieldNameOrPath(String fieldNameOrPath) |
void |
setHidden(boolean hidden) |
void |
setLabel(String label) |
void |
setSelectListItem(String selectListItem) |
void |
setSortable(boolean sortable) |
void |
setSortDirection(OrderByDirection sortDirection) |
void |
setSortIndex(Integer sortIndex) |
void |
setType(FieldType type) |
String |
toString() |
void |
write(QName __element,
com.sforce.ws.parser.XmlOutputStream __out,
com.sforce.ws.bind.TypeMapper __typeMapper) |
protected void |
writeFields(com.sforce.ws.parser.XmlOutputStream __out,
com.sforce.ws.bind.TypeMapper __typeMapper) |
public String getAscendingLabel()
IListViewColumngetAscendingLabel in interface IListViewColumnpublic void setAscendingLabel(String ascendingLabel)
setAscendingLabel in interface IListViewColumnpublic String getDescendingLabel()
IListViewColumngetDescendingLabel in interface IListViewColumnpublic void setDescendingLabel(String descendingLabel)
setDescendingLabel in interface IListViewColumnpublic String getFieldNameOrPath()
IListViewColumngetFieldNameOrPath in interface IListViewColumnpublic void setFieldNameOrPath(String fieldNameOrPath)
setFieldNameOrPath in interface IListViewColumnpublic boolean getHidden()
IListViewColumngetHidden in interface IListViewColumnpublic boolean isHidden()
isHidden in interface IListViewColumnpublic void setHidden(boolean hidden)
setHidden in interface IListViewColumnpublic String getLabel()
IListViewColumngetLabel in interface IListViewColumnpublic void setLabel(String label)
setLabel in interface IListViewColumnpublic String getSelectListItem()
IListViewColumngetSelectListItem in interface IListViewColumnpublic void setSelectListItem(String selectListItem)
setSelectListItem in interface IListViewColumnpublic OrderByDirection getSortDirection()
IListViewColumngetSortDirection in interface IListViewColumnpublic void setSortDirection(OrderByDirection sortDirection)
setSortDirection in interface IListViewColumnpublic Integer getSortIndex()
IListViewColumngetSortIndex in interface IListViewColumnpublic void setSortIndex(Integer sortIndex)
setSortIndex in interface IListViewColumnpublic boolean getSortable()
IListViewColumngetSortable in interface IListViewColumnpublic boolean isSortable()
isSortable in interface IListViewColumnpublic void setSortable(boolean sortable)
setSortable in interface IListViewColumnpublic FieldType getType()
IListViewColumngetType in interface IListViewColumnpublic void setType(FieldType type)
setType in interface IListViewColumnpublic void write(QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException
write in interface com.sforce.ws.bind.XMLizableIOExceptionprotected void writeFields(com.sforce.ws.parser.XmlOutputStream __out,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws IOException
IOExceptionpublic void load(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws IOException,
com.sforce.ws.ConnectionException
load in interface com.sforce.ws.bind.XMLizableIOExceptioncom.sforce.ws.ConnectionExceptionprotected void loadFields(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws IOException,
com.sforce.ws.ConnectionException
IOExceptioncom.sforce.ws.ConnectionExceptionCopyright © 2015. All Rights Reserved.