|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IHandler
Interface definition for a handler, classes that are responsible for marshalling data between the repository and the action based wizards.
Method Summary | |
---|---|
java.lang.String |
generateSummary(javax.faces.context.FacesContext context,
IWizardBean wizard,
java.util.Map props)
Generates a summary string for this handler. |
java.lang.String |
getJSPPath()
By default, a JSP with the same name as the handler will be loaded from a default location. |
boolean |
isAllowMultiple()
Returns value of possibility of repeated performance of action |
void |
prepareForEdit(java.util.Map props,
java.util.Map repoProps)
Called at the start of the edit wizard. |
void |
prepareForSave(java.util.Map props,
java.util.Map repoProps)
Called at the end of the wizard. |
void |
setupUIDefaults(java.util.Map props)
Adds any properties to the given map that need default values before the UI is displayed to the user. |
Method Detail |
---|
void setupUIDefaults(java.util.Map props)
props
- The current properties mapjava.lang.String getJSPPath()
void prepareForSave(java.util.Map props, java.util.Map repoProps)
props
- The current properties maprepoProps
- The repository properties map to preparevoid prepareForEdit(java.util.Map props, java.util.Map repoProps)
props
- The current properties maprepoProps
- The properties currently in the repositoryjava.lang.String generateSummary(javax.faces.context.FacesContext context, IWizardBean wizard, java.util.Map props)
context
- Faces contextwizard
- The current wizardprops
- The properties map
boolean isAllowMultiple()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |