|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Renderer for a structured group.
| Method Summary | |
IPropertyMap |
getProperties(IMetaContext metaContext,
com.sapportals.htmlb.page.DynPage dynPage)
Gets the properties with their entered values after the response has been returned. |
java.lang.String[] |
processEvent(com.sapportals.htmlb.event.Event event,
IMetaContext metaContext,
com.sapportals.htmlb.page.DynPage dynPage)
Validates the group content |
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 |
setGroup(IStructuredGroup structuredGroup)
Set the structured group for that the renderer is configured. |
java.lang.String[] |
validate(IMetaContext metaContext,
com.sapportals.htmlb.page.DynPage dynPage)
Validates the group content |
| Method Detail |
public com.sapportals.htmlb.Component render(IMetaContext metaContext)
throws PropertyStructureServiceException
metaContext - context information for the renderer
public IPropertyMap getProperties(IMetaContext metaContext,
com.sapportals.htmlb.page.DynPage dynPage)
throws PropertyStructureServiceException
metaContext - context information for the rendererdynPage - htmlb dynpage that contains the response document
public java.lang.String[] validate(IMetaContext metaContext,
com.sapportals.htmlb.page.DynPage dynPage)
throws PropertyStructureServiceException
metaContext - context information for the rendererdynPage - htmlb dynpage that contains the response documentnull
public void save(IMetaContext metaContext,
com.sapportals.htmlb.page.DynPage dynPage)
throws PropertyStructureServiceException
metaContext - context information for the rendererdynPage - htmlb dynpage that contains the response documentpublic void setGroup(IStructuredGroup structuredGroup)
structuredGroup - group information
public java.lang.String[] processEvent(com.sapportals.htmlb.event.Event event,
IMetaContext metaContext,
com.sapportals.htmlb.page.DynPage dynPage)
throws PropertyStructureServiceException
rendererContext - context information for the rendererdynPage - htmlb dynpage that contains the response documentnull
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||