|
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.wcm.service.propertystructure.AbstractGroupRenderer
public abstract class AbstractGroupRenderer
Abstract group renderer that should be extended by every property structure group renderer.
| Constructor Summary | |
|---|---|
AbstractGroupRenderer()
|
|
| Method Summary | |
|---|---|
String[] |
getConfigParameters()
Returns configuration parameters of the group renderer. |
IStructuredGroup |
getGroup()
Returns the group object. |
IPropertyMap |
getProperties(IMetaContext metaContext,
com.sapportals.htmlb.page.DynPage dynPage)
Gets the properties with their entered values after the response has been returned. |
boolean |
is508Required()
Returns a boolean value according to 508 required mode |
String[] |
processEvent(com.sapportals.htmlb.event.Event event,
IMetaContext metaContext,
com.sapportals.htmlb.page.DynPage dynPage)
Validates the group content |
abstract com.sapportals.htmlb.Component |
render(IMetaContext metaContext)
Renders the structured group. |
void |
save(IMetaContext metaContext,
com.sapportals.htmlb.page.DynPage dynPage)
Saves the content of the structured group. |
void |
set508Required(boolean active)
Sets true if the 508 mode is enabled
false otherwise |
void |
setConfigParameters(String[] configParameters)
Sets the group renderer configuration parameters. |
void |
setGroup(IStructuredGroup structuredGroup)
Set the structured group for that the renderer is configured. |
String[] |
validate(IMetaContext metaContext,
com.sapportals.htmlb.page.DynPage dynPage)
Validates the group content |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractGroupRenderer()
| Method Detail |
|---|
public abstract com.sapportals.htmlb.Component render(IMetaContext metaContext)
throws PropertyStructureServiceException
render in interface IStructuredGroupRenderermetaContext - context information for the renderer
PropertyStructureServiceException
public IPropertyMap getProperties(IMetaContext metaContext,
com.sapportals.htmlb.page.DynPage dynPage)
throws PropertyStructureServiceException
getProperties in interface IStructuredGroupRenderermetaContext - context information for the rendererdynPage - htmlb dynpage that contains the response document
PropertyStructureServiceException
public String[] validate(IMetaContext metaContext,
com.sapportals.htmlb.page.DynPage dynPage)
throws PropertyStructureServiceException
validate in interface IStructuredGroupRenderermetaContext - context information for the rendererdynPage - htmlb dynpage that contains the response document
null
PropertyStructureServiceException
public void save(IMetaContext metaContext,
com.sapportals.htmlb.page.DynPage dynPage)
throws PropertyStructureServiceException
save in interface IStructuredGroupRenderermetaContext - context information for the rendererdynPage - htmlb dynpage that contains the response document
PropertyStructureServiceExceptionpublic void setGroup(IStructuredGroup structuredGroup)
setGroup in interface IStructuredGroupRendererstructuredGroup - group informationpublic IStructuredGroup getGroup()
IStructuredGroup object
public String[] processEvent(com.sapportals.htmlb.event.Event event,
IMetaContext metaContext,
com.sapportals.htmlb.page.DynPage dynPage)
throws PropertyStructureServiceException
processEvent in interface IStructuredGroupRendererevent - metaContext - context information for the rendererdynPage - htmlb dynpage that contains the response document
null
PropertyStructureServiceExceptionpublic String[] getConfigParameters()
getConfigParameters in interface IExtendedGroupRendererString[] of a comma separated list of parameters
or null if no parameters are availablepublic void setConfigParameters(String[] configParameters)
setConfigParameters in interface IExtendedGroupRendererconfigParameters - String[] of configuration paramterspublic boolean is508Required()
is508Required in interface IAccessibilityGroupRenderertrue if 508 mode is required or false otherwisepublic void set508Required(boolean active)
true if the 508 mode is enabled
false otherwise
set508Required in interface IAccessibilityGroupRenderer| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] KMC-CM
|
[sap.com] tc/km/frwk
|
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 | |||||||||