|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.sandev.basics.structs.UIDisplayDirectiveStruct
public class UIDisplayDirectiveStruct
An instance of a user interface action to be tracked for the life of a form context. For example a user may choose to collapse a reference array to conserve screen real estate. That collapse is then tracked for the given instance for the duration of the time the user is working with the form, unless the reference array is expanded again by the application.
| Field Summary | |
|---|---|
protected java.lang.String |
className
The short class name of the message instance we are capturing a directive for. |
protected int |
directive
The directive being captured. |
protected java.lang.String |
fieldName
The name of the field within the message instance we are capturing a directive for. |
protected java.lang.String |
instanceID
The unique identifier for the message instance we are capturing a directive for. |
| Constructor Summary | |
|---|---|
UIDisplayDirectiveStruct()
|
|
| 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 className
protected java.lang.String instanceID
protected java.lang.String fieldName
protected int directive
enumerated constant values:
NONE("None") = 0COLLAPSE("Collapse") = 1EXPAND("Expand") = 2RESERVEMAX("Reserve max") = 100| Constructor Detail |
|---|
public UIDisplayDirectiveStruct()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||