<apex:page standardController="Account" recordSetvar="accounts" extensions="AccountPagination">
<apex:pageBlock title="Viewing Accounts">
<apex:form id="theForm">
<apex:pageBlockSection >
<apex:dataList var="a" value="{!accountPagination}" type="1">
{!a.name}
</apex:dataList>
</apex:pageBlockSection>
<apex:panelGrid columns="2">
<apex:commandLink action="{!previous}">Previous</apex:commandlink>
<apex:commandLink action="{!next}">Next</apex:commandlink>
</apex:panelGrid>
</apex:form>
</apex:pageBlock>
</apex:page>
Ajax
(1)
Apex Class
(12)
Apex Trigger
(2)
Community
(2)
Home Page
(1)
HTML
(4)
Integration
(3)
JS
(7)
KB
(1)
Label
(1)
Licenses
(1)
Listing
(1)
Log
(1)
OOPs
(5)
Sharing
(1)
Static Resource
(1)
Test Class
(3)
URI
(1)
Visualforce
(10)
Monday 6 July 2015
Sunday 5 July 2015
Metadata
A set of data that describes and gives information about other data.
------------------
This is the base class for all metadata types. You cannot edit this object. A component is an instance of a metadata type.
Metadata is analogous to sObject, which represents all standard objects. Metadata represents all components and fields inMetadata API. Instead of identifying each component with an ID, each custom object or custom field has a unique fullName, which must be distinct from standard object names, as it must be when you create custom objects or custom fields in theSalesforce user interface.
Subscribe to:
Posts (Atom)