|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.sandev.ui.structs.ScreenStruct
public class ScreenStruct
A screen is a single logical application display. This could be a GUI screen, a web page, a text screen display etc.
A screen consists of a zero or more links (these are forms, hyperlinks etc) together with security and rendering template overrides. The default security and templates are inherited from the SandUI.
| Field Summary | |
|---|---|
protected LinkStruct[] |
links
The links to display on this screen. |
protected java.lang.String |
name
A unique name identifying this screen. |
protected int |
primaryFormIndex
The index of the link which functions as the primary form for the screen. |
protected int |
security
The display transmission security for this screen. |
protected java.lang.String |
template
The name of the rendering template. |
| Constructor Summary | |
|---|---|
ScreenStruct()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String name
protected java.lang.String template
If security is set to REDIRECT, then this field holds the redirect location. The redirectvalue is application dependent.
protected int security
If set to REDIRECT, then the template field holds the redirect location.
enumerated constant values:
DEFAULT("default") = 0SECURE("secure") = 1REDIRECT("redirect") = 2protected LinkStruct[] links
protected int primaryFormIndex
| Constructor Detail |
|---|
public ScreenStruct()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||