cookxml.cookswt.helper
Class FormDataHelper

java.lang.Object
  extended bycookxml.cookswt.helper.FormDataHelper
All Implemented Interfaces:
Helper, NoAdd

public class FormDataHelper
extends Object
implements Helper

This helper object is used to obtain the FormData settings and apply it to the control specified.

Since:
CookSwt 1.0
See Also:
FormData

Field Summary
 FormAttachmentHelper bottom
           
 Control control
           
 Integer height
           
 FormAttachmentHelper left
           
 FormAttachmentHelper right
           
 FormAttachmentHelper top
           
 Integer width
           
 
Constructor Summary
FormDataHelper()
           
 
Method Summary
 void add(Control control)
           
 Object getFinalObject()
           
 void setLayout()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bottom

public FormAttachmentHelper bottom

top

public FormAttachmentHelper top

left

public FormAttachmentHelper left

right

public FormAttachmentHelper right

height

public Integer height

width

public Integer width

control

public Control control
Constructor Detail

FormDataHelper

public FormDataHelper()
Method Detail

setLayout

public void setLayout()

add

public void add(Control control)

getFinalObject

public Object getFinalObject()
Specified by:
getFinalObject in interface Helper