|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openbp.cockpit.generator.GeneratorCustomizer
org.openbp.cockpit.generator.activity.ActivityCustomizer
public class ActivityCustomizer
Customizer class for visual item generation.
| Constructor Summary | |
|---|---|
ActivityCustomizer()
Default constructor. |
|
| Method Summary | |
|---|---|
java.lang.Class |
getSettingsClass()
Returns the class of the generator settings used by this generator. |
java.lang.String |
getTemplateName(GeneratorContext context)
Gets template name. |
boolean |
hasResultPage(GeneratorContext context)
Determines if the generator should display a result page. |
void |
processWizardEvent(GeneratorContext context,
WizardEvent event)
Processes a wizard event caused by a wizard page. |
| Methods inherited from class org.openbp.cockpit.generator.GeneratorCustomizer |
|---|
afterPageSequenceUpdate, beforePageSequenceUpdate, checkRequirements, createSettings, determineUniqueSuffix, evaluateFormat, getDependentSettingsClasses, getGenerator, loadSettings, performProcess, postProcess, preProcess, saveSettings, setGenerator |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ActivityCustomizer()
| Method Detail |
|---|
public java.lang.Class getSettingsClass()
getSettingsClass in class GeneratorCustomizerpublic java.lang.String getTemplateName(GeneratorContext context)
getTemplateName in class GeneratorCustomizercontext - Generator context
public boolean hasResultPage(GeneratorContext context)
hasResultPage in class GeneratorCustomizercontext - Generator context
public void processWizardEvent(GeneratorContext context,
WizardEvent event)
processWizardEvent in class GeneratorCustomizercontext - Generator contextevent - Event to handle
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||