uk.co.ist.mwt
Interface FormConstants

All Known Implementing Classes:
FormLayoutConstraints, FormLayoutManager

public interface FormConstants

An interface containing constants shared by both the FormLayoutManager and the FormLayoutConstraints.


Field Summary
static int kAttachComponent
          Constant to specify that a component has an attachment to the nearest side of another component on a particular side.
static int kAttachForm
          Constant to specify that a component has an attachment directly to the nearest side of the parent component on a particular side
static int kAttachNone
          Constant to specify that a component has no attachment on a particular side
static int kAttachOppositeComponent
          Constant to specify that a component has an attachment to the furthest side of another component on a particular side.
static int kAttachOppositeForm
          Constant to specify that a component has an attachment directly to the furthest side of the parent component on a particular side
static int kAttachPosition
          Constant to specify that a component is attached a particular fraction of the distance across the parent component on a particular side
static int kAttachSelf
          Constant to specify that a component is attached a particular fraction of the distance across the parent component on a particular side, calculated slightly differently to the kAttachPosition attachment.
static int kUnknown
          A value for the x and y co-ordinates and dimensions of a child component which specifies that the value is not yet known.
 

Field Detail

kAttachNone

public static final int kAttachNone
Constant to specify that a component has no attachment on a particular side

kAttachForm

public static final int kAttachForm
Constant to specify that a component has an attachment directly to the nearest side of the parent component on a particular side

kAttachOppositeForm

public static final int kAttachOppositeForm
Constant to specify that a component has an attachment directly to the furthest side of the parent component on a particular side

kAttachComponent

public static final int kAttachComponent
Constant to specify that a component has an attachment to the nearest side of another component on a particular side.

kAttachOppositeComponent

public static final int kAttachOppositeComponent
Constant to specify that a component has an attachment to the furthest side of another component on a particular side.

kAttachPosition

public static final int kAttachPosition
Constant to specify that a component is attached a particular fraction of the distance across the parent component on a particular side

kAttachSelf

public static final int kAttachSelf
Constant to specify that a component is attached a particular fraction of the distance across the parent component on a particular side, calculated slightly differently to the kAttachPosition attachment.

kUnknown

public static final int kUnknown
A value for the x and y co-ordinates and dimensions of a child component which specifies that the value is not yet known.