|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.core.ca.co.client.layout.CoLayoutMember
@Deprecated public class CoLayoutMember
This class acts like a wrapper around the element. The list of layout
members in the layout row model contains instances of this class. This
is done to be able to configure an element to span across more than one
column and/or row.
Supported API: true
Extendable: false
| Method Summary | |
|---|---|
int |
getColspan()
Deprecated. Gets the value of the attribute: colspan; the number of colums the element spans. |
com.ptc.core.ca.co.client.layout.CoLayoutManaged |
getElement()
Deprecated. Gets the value of the attribute: element; the element in the cell of the layour row. |
int |
getRowspan()
Deprecated. Gets the value of the attribute: rowspan; the number of rows the element spans. |
void |
setColspan(int a_Colspan)
Deprecated. Sets the value of the attribute: colspan; the number of colums the element spans. |
void |
setElement(com.ptc.core.ca.co.client.layout.CoLayoutManaged a_Element)
Deprecated. Sets the value of the attribute: element; the element in the cell of the layour row. |
void |
setRowspan(int a_Rowspan)
Deprecated. Sets the value of the attribute: rowspan; the number of rows the element spans. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public com.ptc.core.ca.co.client.layout.CoLayoutManaged getElement()
public void setElement(com.ptc.core.ca.co.client.layout.CoLayoutManaged a_Element)
a_Element - public int getColspan()
public void setColspan(int a_Colspan)
a_Colspan - public int getRowspan()
public void setRowspan(int a_Rowspan)
a_Rowspan -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||