|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public static final int kAttachNone
public static final int kAttachForm
public static final int kAttachOppositeForm
public static final int kAttachComponent
public static final int kAttachOppositeComponent
public static final int kAttachPosition
public static final int kAttachSelf
public static final int kUnknown
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |