public class PageControl extends WcmBaseControl
BLANK_LINK_TARGET, CELL_PADDING_STANDARD, CELL_SPACING_STANDARD, CONTROL_HEADER_STANDARD, DETAILS_CONFIG_FILE, NONE, RES_BUTTON_ADD, RES_BUTTON_APPLY, RES_BUTTON_BACK, RES_BUTTON_CANCEL, RES_BUTTON_CLOSE, RES_BUTTON_LOAD, RES_BUTTON_MORE, RES_BUTTON_OK, RES_BUTTON_REMOVE, RES_BUTTON_SAVE, RES_BUTTON_SELECT, RES_BUTTON_UPDATE, resourceContext, SUMMARY| Constructor and Description |
|---|
PageControl()
Deprecated.
As of NetWeaver 7.1
|
| Modifier and Type | Method and Description |
|---|---|
static HashMap |
createToolTipTable(IResourceList resourceList,
int maxRows,
IPropertyName sortProperty)
Deprecated.
As of NetWeaver 7.1
|
static HashMap |
createToolTipTable(String[] toolTips,
int maxRows)
Deprecated.
As of NetWeaver 7.1
|
static int |
getPageValueFromControlID(com.sapportals.htmlb.event.Event event)
Deprecated.
As of NetWeaver 7.1
|
com.sapportals.htmlb.Component |
render()
Deprecated.
As of NetWeaver 7.1
|
static com.sapportals.htmlb.GridLayout |
renderPageLinks(int startRow,
int count,
boolean hasMore,
int pageInterval,
int linkCount,
WcmBaseControl parentControl,
String controlEventHandler)
Deprecated.
As of NetWeaver 7.1
|
static com.sapportals.htmlb.GridLayout |
renderPageLinks(int startRow,
int count,
boolean hasMore,
int pageInterval,
int linkCount,
WcmBaseControl parentControl,
String controlEventHandler,
HashMap pageBeginners)
Deprecated.
As of NetWeaver 7.1
|
static com.sapportals.htmlb.GridLayout |
renderPageLinks(int startRow,
int count,
boolean hasMore,
int pageInterval,
int linkCount,
WcmBaseControl parentControl,
String controlEventHandler,
com.sapportals.htmlb.enums.TextViewDesign textDesign)
Deprecated.
As of NetWeaver 7.1
|
static com.sapportals.htmlb.GridLayout |
renderPageLinks(int startRow,
int count,
boolean hasMore,
int pageInterval,
int linkCount,
WcmBaseControl parentControl,
String controlEventHandler,
com.sapportals.htmlb.enums.TextViewDesign textDesign,
HashMap pageBeginners)
Deprecated.
As of NetWeaver 7.1
|
static com.sapportals.htmlb.GridLayout |
renderPageLinks(int startRow,
int count,
int pageInterval,
int linkCount,
WcmBaseControl parentControl,
String controlEventHandler)
Deprecated.
As of NetWeaver 7.1
|
static com.sapportals.htmlb.GridLayout |
renderPageLinks(int startRow,
int count,
int pageInterval,
int linkCount,
WcmBaseControl parentControl,
String controlEventHandler,
HashMap pageBeginners)
Deprecated.
As of NetWeaver 7.1
|
static com.sapportals.htmlb.GridLayout |
renderPageLinks(int startRow,
int count,
int pageInterval,
int linkCount,
WcmBaseControl parentControl,
String controlEventHandler,
com.sapportals.htmlb.enums.TextViewDesign textDesign)
Deprecated.
As of NetWeaver 7.1
|
static com.sapportals.htmlb.GridLayout |
renderPageLinks(int startRow,
int count,
int pageInterval,
int linkCount,
WcmBaseControl parentControl,
String controlEventHandler,
com.sapportals.htmlb.enums.TextViewDesign textDesign,
HashMap pageBeginners)
Deprecated.
As of NetWeaver 7.1
|
getBaseBundleString, getBaseBundleString, getBaseBundleString, getBaseBundleString, getBundleString, getBundleString, getBundleString, getBundleString, getBusinessCardLink, getImage, getParameterConfiguration, getResourceContext, getServicePageUri, handleException, isSection508Rendering, isTestMode, isVisible, readInputData, setControlContext, setResourceContext, setTestMode, setVisiblecreate, create, createNestedControls, createUnequivocallyComponentId, dispatchHtmlbEvent, dispatchWdfEvent, getControlContext, getDynPage, getID, getParent, getPersistenceComponentManager, getRootControl, getStackId, initialize, initializeImpl, isInitialized, register, renderPersistentProperties, resetNestedControls, restorePersistentProperties, restoreProperties, setID, setInitialized, setParent, setStackId, triggerInputpublic com.sapportals.htmlb.Component render()
render in class com.sapportals.wdf.stack.Controlpublic static com.sapportals.htmlb.GridLayout renderPageLinks(int startRow,
int count,
int pageInterval,
int linkCount,
WcmBaseControl parentControl,
String controlEventHandler)
startRow - first item of the selected pagecount - complete number of itemspageInterval - number of items per pagelinkCount - number of page links before and after the selected
pageparentControl - WcmControl using this utility and handling the eventcontrolEventHandler - Description of the parampublic static com.sapportals.htmlb.GridLayout renderPageLinks(int startRow,
int count,
int pageInterval,
int linkCount,
WcmBaseControl parentControl,
String controlEventHandler,
HashMap pageBeginners)
startRow - first item of the selected pagecount - complete number of itemspageInterval - number of items per pagelinkCount - number of page links before and after the selected
pageparentControl - WcmControl using this utility and handling the eventpageBeginners - tooltip for pagescontrolEventHandler - Description of the parampublic static com.sapportals.htmlb.GridLayout renderPageLinks(int startRow,
int count,
int pageInterval,
int linkCount,
WcmBaseControl parentControl,
String controlEventHandler,
com.sapportals.htmlb.enums.TextViewDesign textDesign)
startRow - first item of the selected pagecount - complete number of itemspageInterval - number of items per pagelinkCount - number of page links before and after the selected
pageparentControl - WcmControl using this utility and handling the eventcontrolEventHandler - Description of the paramtextDesign - Description of the parampublic static com.sapportals.htmlb.GridLayout renderPageLinks(int startRow,
int count,
boolean hasMore,
int pageInterval,
int linkCount,
WcmBaseControl parentControl,
String controlEventHandler)
startRow - first item of the selected pagecount - complete number of itemshasMore - if true, a link to select the next interval will
be displayed. Usually this flag is true if the complete number of items
is unknown.pageInterval - number of items per pagelinkCount - number of page links before and after the selected
pageparentControl - WcmControl using this utility and handling the eventcontrolEventHandler - Description of the parampublic static com.sapportals.htmlb.GridLayout renderPageLinks(int startRow,
int count,
boolean hasMore,
int pageInterval,
int linkCount,
WcmBaseControl parentControl,
String controlEventHandler,
HashMap pageBeginners)
startRow - first item of the selected pagecount - complete number of itemshasMore - if true, a link to select the next interval will
be displayed. Usually this flag is true if the complete number of items
is unknown.pageInterval - number of items per pagelinkCount - number of page links before and after the selected
pageparentControl - WcmControl using this utility and handling the eventpageBeginners - tooltip for pagescontrolEventHandler - Description of the parampublic static com.sapportals.htmlb.GridLayout renderPageLinks(int startRow,
int count,
boolean hasMore,
int pageInterval,
int linkCount,
WcmBaseControl parentControl,
String controlEventHandler,
com.sapportals.htmlb.enums.TextViewDesign textDesign)
startRow - first item of the selected pagecount - complete number of itemshasMore - if true, a link to select the next interval will
be displayed. Usually this flag is true if the complete number of items
is unknown.pageInterval - number of items per pagelinkCount - number of page links before and after the selected
pageparentControl - WcmControl using this utility and handling the eventtextDesign - design style for the textcontrolEventHandler - Description of the parampublic static com.sapportals.htmlb.GridLayout renderPageLinks(int startRow,
int count,
int pageInterval,
int linkCount,
WcmBaseControl parentControl,
String controlEventHandler,
com.sapportals.htmlb.enums.TextViewDesign textDesign,
HashMap pageBeginners)
startRow - first item of the selected pagecount - complete number of itemspageInterval - number of items per pagelinkCount - number of page links before and after the selected
pageparentControl - WcmControl using this utility and handling the eventtextDesign - design style for the textpageBeginners - tooltip for pagescontrolEventHandler - Description of the parampublic static com.sapportals.htmlb.GridLayout renderPageLinks(int startRow,
int count,
boolean hasMore,
int pageInterval,
int linkCount,
WcmBaseControl parentControl,
String controlEventHandler,
com.sapportals.htmlb.enums.TextViewDesign textDesign,
HashMap pageBeginners)
startRow - first item of the selected pagecount - complete number of itemshasMore - if true, a link to select the next interval will
be displayed. Usually this flag is true if the complete number of items
is unknown.pageInterval - number of items per pagelinkCount - number of page links before and after the selected
pageparentControl - WcmControl using this utility and handling the eventtextDesign - design style for the textpageBeginners - tooltip for pagescontrolEventHandler - Description of the parampublic static int getPageValueFromControlID(com.sapportals.htmlb.event.Event event)
event - Description of the parampublic static HashMap createToolTipTable(IResourceList resourceList, int maxRows, IPropertyName sortProperty) throws ResourceException
ResourceExceptionpublic static HashMap createToolTipTable(String[] toolTips, int maxRows) throws ResourceException
ResourceException| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] KMC-CM
|
[sap.com]
|
api
|
EP-KM-CM
|
[sap.com] KMC-WPC
|
[sap.com] tc/kmc/wpc/wpcfacade
|
api
|
EP-PIN-WPC-WCM
|
Copyright 2021 SAP SE Complete Copyright Notice