|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openbp.common.generic.description.DescriptionObjectImpl
org.openbp.common.generic.description.DisplayObjectImpl
org.openbp.cockpit.generator.GeneratorPageDescriptor
public class GeneratorPageDescriptor
Descriptor class for a custom wizard page of a generator process.
The class may either contain a reference to a class that can be used
directly as wizard page or a class that defines an object that should
be edited using the generator's default property browser page.
This class is a subclass of DisplayObject. The name is also the sequence
name of the wizard page. This name can be used from within the template
to access the object instance edited by this page.
The display name will be used as title of the wizard page and must be present.
If there is no display name, the display name
of the Generator object that owns this page descriptor will be used.
The description property is used as page description.
| Field Summary |
|---|
| Fields inherited from interface org.openbp.common.generic.Copyable |
|---|
COPY_DEEP, COPY_FIRST_LEVEL, COPY_SHALLOW |
| Constructor Summary | |
|---|---|
GeneratorPageDescriptor()
Default constructor. |
|
| Method Summary | |
|---|---|
java.lang.Class |
getObjectClass()
Gets the object class name. |
java.lang.String |
getObjectClassName()
Gets the object class name. |
java.lang.Class |
getPageClass()
Gets the page class name. |
java.lang.String |
getPageClassName()
Gets the page class name. |
boolean |
isFinish()
Gets the finish wizard flag. |
void |
setFinish(boolean finish)
Sets the finish wizard flag. |
void |
setObjectClass(java.lang.Class objectClass)
Sets the object class name. |
void |
setObjectClassName(java.lang.String objectClassName)
Sets the object class name. |
void |
setPageClass(java.lang.Class pageClass)
Sets the page class name. |
void |
setPageClassName(java.lang.String pageClassName)
Sets the page class name. |
| Methods inherited from class org.openbp.common.generic.description.DisplayObjectImpl |
|---|
copyFrom, getDisplayName, getDisplayText, setDisplayName |
| Methods inherited from class org.openbp.common.generic.description.DescriptionObjectImpl |
|---|
clone, compareTo, getDescription, getDescriptionEscape, getDescriptionText, getName, setDescription, setDescriptionEscape, setName, toString, validate |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.openbp.common.generic.description.DescriptionObject |
|---|
clone, getDescription, getDescriptionText, getName, setDescription, setName |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Constructor Detail |
|---|
public GeneratorPageDescriptor()
| Method Detail |
|---|
public java.lang.String getPageClassName()
public void setPageClassName(java.lang.String pageClassName)
public java.lang.String getObjectClassName()
public void setObjectClassName(java.lang.String objectClassName)
public java.lang.Class getPageClass()
public void setPageClass(java.lang.Class pageClass)
public java.lang.Class getObjectClass()
public void setObjectClass(java.lang.Class objectClass)
public boolean isFinish()
public void setFinish(boolean finish)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||