|
LEONARDI Application Composer - 8.9.0.40 by W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectleon.info.LyTag
leon.info.LyFieldConstraint
public class LyFieldConstraint
The LyFieldConstraint class implements constraint associated to a field.
Nested Class Summary | |
---|---|
static class |
LyFieldConstraint.Fill
Fill values. |
static class |
LyFieldConstraint.HAlign
Horizontal alignment values. |
static class |
LyFieldConstraint.Type
Type values |
static class |
LyFieldConstraint.VAlign
Vertical alignment values. |
Nested classes/interfaces inherited from class leon.info.LyTag |
---|
LyTag.Model |
Field Summary | |
---|---|
static java.lang.String |
__version
|
static int |
DEFAULT_VALUE
Default value for all the attributes of the constraint. |
static int |
REMAINDER
Remainder value for colspan and rowspan attributes. |
Fields inherited from class leon.info.LyTag |
---|
__VERSION |
Constructor Summary | |
---|---|
LyFieldConstraint(LyFieldConstraint.Type type,
int colSpan,
int rowSpan,
boolean remainder,
int colWeight,
int rowWeight,
LyFieldConstraint.Fill fill,
LyFieldConstraint.HAlign hAlign,
LyFieldConstraint.VAlign vAlign)
Constructor with all required attributes. |
Method Summary | |
---|---|
boolean |
equals(LyFieldConstraint constraint)
Check if this field constraint is equal to the given one. |
boolean |
equals(java.lang.Object constraint)
Check if this field constraint is equal to the given one. |
LyAction |
getAction()
Gets action where the constraint is used. |
int |
getColSpan()
Gets value of colSpan. |
int |
getColWeight()
Gets value of colWeight. |
LyFieldConstraint.Fill |
getFill()
Gets value of fill. |
LyFieldConstraint.HAlign |
getHAlign()
Gets value of hAlign. |
int |
getRowSpan()
Gets value of rowSpan. |
int |
getRowWeight()
Gets value of rowWeight. |
LyFieldConstraint.Type |
getType()
Gets type. |
LyFieldConstraint.VAlign |
getVAlign()
Gets value of vAlign. |
boolean |
isRemainder()
Gets value of remainder. |
Methods inherited from class leon.info.LyTag |
---|
clone, getApplication, getCommentsEnd, getCommentsStart, getEnvironment, getId, getModelType, getParent, getRootProject, hasAncestor, isExtern, setCommentsEnd, setCommentsStart, wasCloned |
Methods inherited from class java.lang.Object |
---|
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String __version
public static final int DEFAULT_VALUE
public static final int REMAINDER
Constructor Detail |
---|
public LyFieldConstraint(LyFieldConstraint.Type type, int colSpan, int rowSpan, boolean remainder, int colWeight, int rowWeight, LyFieldConstraint.Fill fill, LyFieldConstraint.HAlign hAlign, LyFieldConstraint.VAlign vAlign)
Method Detail |
---|
public LyFieldConstraint.Type getType()
public LyAction getAction()
public int getColSpan()
public int getRowSpan()
public int getColWeight()
public int getRowWeight()
public boolean isRemainder()
public LyFieldConstraint.Fill getFill()
public LyFieldConstraint.HAlign getHAlign()
public LyFieldConstraint.VAlign getVAlign()
public boolean equals(java.lang.Object constraint)
equals
in class java.lang.Object
public boolean equals(LyFieldConstraint constraint)
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |