|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
| Field Summary | |
static int |
STATUS_ACCEPTED
|
static int |
STATUS_ACTIVE
|
static int |
STATUS_CANCELLED
|
static int |
STATUS_CREATED
|
| Method Summary | |
void |
addScreenListener(IScreenListener listener)
Add a new screen listener. |
java.util.Hashtable |
getData()
Return the predefined data. |
int |
getStatus()
Returns the current status of the screen |
java.lang.String |
getTarget()
Return the target compiler/implementor. |
int |
getTargetType()
Return the basic target type. |
java.lang.String |
getTitle()
Return the screen title |
boolean |
isErrorScreen()
Returns true if this is a error screen. |
boolean |
isResizable()
Indicates whether this screen is resizable by the user. |
boolean |
isSecure()
Returns true if this form is a secure form. |
void |
removeScreenListener(IScreenListener listener)
Remove a screen listener. |
| Methods inherited from interface org.jwarp.flow.form.model.IContainer |
add, add, addContainerListener, contains, getComponent, getComponentCount, getComponents, remove, remove, removeAll, removeContainerListener |
| Methods inherited from interface org.jwarp.flow.form.model.IComponent |
addComponentListener, getDescription, getFullName, getID, getListeners, getLocale, getName, getParent, getXMLTree, handleEvent, isEnabled, removeComponentListener, setEnabled, setFlowData, setLocale |
| Methods inherited from interface org.jwarp.common.IExceptionProvider |
addExceptionListener, getExceptionListeners, removeAllExceptionListeners, removeExceptionListener |
| Field Detail |
public static final int STATUS_CREATED
public static final int STATUS_ACTIVE
public static final int STATUS_CANCELLED
public static final int STATUS_ACCEPTED
| Method Detail |
public java.lang.String getTitle()
public boolean isResizable()
true if the user can resize this screen; false otherwise.public boolean isSecure()
public boolean isErrorScreen()
public int getTargetType()
public java.lang.String getTarget()
public int getStatus()
public void addScreenListener(IScreenListener listener)
The - new listenerpublic void removeScreenListener(IScreenListener listener)
The - listenerpublic java.util.Hashtable getData()
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||