|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wicket.behavior.Behavior
org.wicketstuff.minis.behavior.apanel.ConstraintBehavior
org.wicketstuff.minis.behavior.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(Object o)
|
int |
getCol()
|
int |
getColSpan()
|
int |
getRow()
|
int |
getRowSpan()
|
int |
hashCode()
|
GridLayoutConstraint |
setColSpan(int colSpan)
|
GridLayoutConstraint |
setRowSpan(int rowSpan)
|
String |
toString()
|
| Methods inherited from class org.apache.wicket.behavior.Behavior |
|---|
afterRender, beforeRender, bind, canCallListenerInterface, detach, getStatelessHint, isEnabled, isTemporary, onComponentTag, onConfigure, onEvent, onException, onRemove, renderHead, unbind |
| 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 Comparable<GridLayoutConstraint>public boolean equals(Object o)
equals in class Objectpublic int getCol()
public int getColSpan()
public int getRow()
public int getRowSpan()
public int hashCode()
hashCode in class Objectpublic GridLayoutConstraint setColSpan(int colSpan)
public GridLayoutConstraint setRowSpan(int rowSpan)
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||