org.sandev.basics.structs
Class UIFormControlStruct

java.lang.Object
  extended by org.sandev.basics.structs.UIFormControlStruct
Direct Known Subclasses:
UIFormControl

public class UIFormControlStruct
extends java.lang.Object

Display directives defined for general user interface form control. These are general settings attached to a UIFormContext at runtime to provide additional device independent control over a form display.

summary fields: selectionField
help text: Display directives defined for general user interface form control.

Field Summary
protected  UIDisplayDirectiveStruct[] directives
          Zero or more user interface state settings.
protected  java.lang.String selectionField
          The field within the current instance display that should be selected.
 
Constructor Summary
UIFormControlStruct()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

selectionField

protected java.lang.String selectionField
The field within the current instance display that should be selected. Valid only while editing or adding. If set to the name of single value field, this directive results in the focus being set to that field. If set to the name of an array field followed by an array index, this results in that item at that index being selected.


directives

protected UIDisplayDirectiveStruct[] directives
Zero or more user interface state settings.

Constructor Detail

UIFormControlStruct

public UIFormControlStruct()