|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Renderer for a structured group.
| Method Summary | |
IPropertyMap |
getProperties(IMetaContext metaContext,
DynPage dynPage)
Gets the properties with their entered values after the response has been returned. |
String[] |
processEvent(Event event,
IMetaContext metaContext,
DynPage dynPage)
Validates the group content |
Component |
render(IMetaContext metaContext)
Renders the structured group. |
void |
save(IMetaContext metaContext,
DynPage dynPage)
Saves the content of the structured group. |
void |
setGroup(IStructuredGroup structuredGroup)
Set the structured group for that the renderer is configured. |
String[] |
validate(IMetaContext metaContext,
DynPage dynPage)
Validates the group content |
| Method Detail |
public Component render(IMetaContext metaContext)
throws PropertyStructureServiceException
metaContext - context information for the renderer
PropertyStructureServiceException
public IPropertyMap getProperties(IMetaContext metaContext,
DynPage dynPage)
throws PropertyStructureServiceException
metaContext - context information for the rendererdynPage - htmlb dynpage that contains the response document
PropertyStructureServiceException
public String[] validate(IMetaContext metaContext,
DynPage dynPage)
throws PropertyStructureServiceException
metaContext - context information for the rendererdynPage - htmlb dynpage that contains the response document
null
PropertyStructureServiceException
public void save(IMetaContext metaContext,
DynPage dynPage)
throws PropertyStructureServiceException
metaContext - context information for the rendererdynPage - htmlb dynpage that contains the response document
PropertyStructureServiceExceptionpublic void setGroup(IStructuredGroup structuredGroup)
structuredGroup - group information
public String[] processEvent(Event event,
IMetaContext metaContext,
DynPage dynPage)
throws PropertyStructureServiceException
dynPage - htmlb dynpage that contains the response document
null
PropertyStructureServiceException
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||