|
SAP NetWeaver 7.40 SP 07 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sapportals.wdf.stack.Control
com.sapportals.wcm.control.base.WcmBaseControl
com.sapportals.wcm.control.util.PageControl
public class PageControl
| Field Summary |
|---|
| Fields inherited from class com.sapportals.wcm.control.base.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 |
| Fields inherited from class com.sapportals.wdf.stack.Control |
|---|
id |
| Constructor Summary | |
|---|---|
PageControl()
Deprecated. As of NetWeaver 7.1 |
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class com.sapportals.wcm.control.base.WcmBaseControl |
|---|
getBaseBundleString, getBaseBundleString, getBaseBundleString, getBaseBundleString, getBundleString, getBundleString, getBundleString, getBundleString, getBusinessCardLink, getImage, getParameterConfiguration, getResourceContext, getServicePageUri, handleException, isSection508Rendering, isTestMode, isVisible, readInputData, setControlContext, setResourceContext, setTestMode, setVisible |
| Methods inherited from class com.sapportals.wdf.stack.Control |
|---|
create, create, createNestedControls, createUnequivocallyComponentId, dispatchHtmlbEvent, dispatchWdfEvent, getControlContext, getDynPage, getID, getParent, getPersistenceComponentManager, getRootControl, getStackId, initialize, initializeImpl, isInitialized, register, renderPersistentProperties, resetNestedControls, restorePersistentProperties, restoreProperties, setID, setInitialized, setParent, setStackId, triggerInput |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PageControl()
| Method Detail |
|---|
public com.sapportals.htmlb.Component render()
render in class com.sapportals.wdf.stack.Control
public 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 param
public 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 param
public 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 param
public 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 param
public 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 param
public 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 param
public 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 param
public 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 param
public static int getPageValueFromControlID(com.sapportals.htmlb.event.Event event)
event - Description of the param
public static HashMap createToolTipTable(IResourceList resourceList,
int maxRows,
IPropertyName sortProperty)
throws ResourceException
ResourceException
public 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
|
|
SAP NetWeaver 7.40 SP 07 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||