|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.apps.ALayoutConstraint
public class ALayoutConstraint
Application Layout Constraint to indicate grid position (immutable)
| Constructor Summary | |
|---|---|
ALayoutConstraint(int row,
int col)
Layout Constraint to indicate grid position |
|
| Method Summary | |
|---|---|
int |
compareTo(ALayoutConstraint comp)
Compares this object with the specified object for order. |
ALayoutConstraint |
createNext()
Create Next in Row |
boolean |
equals(Object o)
Is Object Equal |
int |
getCol()
Get Column |
int |
getRow()
Get Row |
String |
toString()
To String |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ALayoutConstraint(int row,
int col)
row - row 0..xcol - column 0..x| Method Detail |
|---|
public ALayoutConstraint createNext()
public int getRow()
public int getCol()
public int compareTo(ALayoutConstraint comp)
compareTo in interface Comparable<ALayoutConstraint>o - the Object to be compared.
public boolean equals(Object o)
equals in class Objecto -
public String toString()
toString in class Object
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||