|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.kleopatra.forms.description.DefaultLayoutDescription
this is for persistance and handing around the descriptive data.
Field Summary | |
protected LayoutBorder |
border
|
protected java.util.List |
columns
|
protected java.util.List |
constraints
|
protected java.lang.Object |
layoutID
|
protected java.util.List |
rows
|
Constructor Summary | |
DefaultLayoutDescription()
|
|
DefaultLayoutDescription(LayoutDescription description)
|
Method Summary | |
void |
copyFrom(LayoutDescription description)
|
LayoutBorder |
getBorder()
|
java.util.List |
getColumns()
|
java.util.List |
getConstraints()
returns constraints in the order in which they should be inserted. |
java.lang.Object |
getLayoutID()
|
java.util.List |
getListConstraints()
DO NOT USE - public as an implementation side-effect. |
java.util.List |
getRows()
|
void |
setBorder(LayoutBorder border)
|
void |
setColumns(java.util.List columns)
DO NOT USE - public as an implementation side-effect. |
void |
setLayoutID(java.lang.Object layoutID)
|
void |
setListConstraints(java.util.List constraints)
DO NOT USE - public as an implementation side-effect. |
void |
setRows(java.util.List rows)
DO NOT USE - public as an implementation side-effect. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected java.util.List rows
protected java.util.List columns
protected java.util.List constraints
protected java.lang.Object layoutID
protected LayoutBorder border
Constructor Detail |
public DefaultLayoutDescription()
public DefaultLayoutDescription(LayoutDescription description)
Method Detail |
public void copyFrom(LayoutDescription description)
public java.lang.String toString()
public java.util.List getColumns()
getColumns
in interface LayoutDescription
public java.util.List getRows()
getRows
in interface LayoutDescription
public java.util.List getConstraints()
LayoutDescription
getConstraints
in interface LayoutDescription
public java.lang.Object getLayoutID()
getLayoutID
in interface LayoutDescription
public void setLayoutID(java.lang.Object layoutID)
setLayoutID
in interface LayoutDescription
public void setBorder(LayoutBorder border)
setBorder
in interface LayoutDescription
public LayoutBorder getBorder()
getBorder
in interface LayoutDescription
public void setRows(java.util.List rows)
public void setColumns(java.util.List columns)
public void setListConstraints(java.util.List constraints)
public java.util.List getListConstraints()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |