|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wicket.behavior.AbstractBehavior
org.wicketstuff.minis.apanel.ConstraintBehavior
org.wicketstuff.minis.apanel.GridLayoutConstraint
public class GridLayoutConstraint
Specifies position of a component for GridLayout and
optionally column/row span.
| Constructor Summary | |
|---|---|
GridLayoutConstraint(int col,
int row)
|
|
| Method Summary | |
|---|---|
int |
compareTo(GridLayoutConstraint constraint)
|
boolean |
equals(java.lang.Object o)
|
int |
getCol()
|
int |
getColSpan()
|
int |
getRow()
|
int |
getRowSpan()
|
int |
hashCode()
|
GridLayoutConstraint |
setColSpan(int colSpan)
|
GridLayoutConstraint |
setRowSpan(int rowSpan)
|
java.lang.String |
toString()
|
| Methods inherited from class org.apache.wicket.behavior.AbstractBehavior |
|---|
afterRender, beforeRender, bind, cleanup, detach, detachModel, exception, getStatelessHint, isEnabled, isTemporary, onComponentTag, onConfigure, onException, onRendered, rendered, renderHead |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GridLayoutConstraint(int col,
int row)
| Method Detail |
|---|
public int compareTo(GridLayoutConstraint constraint)
compareTo in interface java.lang.Comparable<GridLayoutConstraint>public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int getCol()
public int getColSpan()
public int getRow()
public int getRowSpan()
public int hashCode()
hashCode in class java.lang.Objectpublic GridLayoutConstraint setColSpan(int colSpan)
public GridLayoutConstraint setRowSpan(int rowSpan)
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||