com.ptc.core.ca.co.client.layout
Class CoLayoutMember

java.lang.Object
  extended by com.ptc.core.ca.co.client.layout.CoLayoutMember
All Implemented Interfaces:
Externalizable, Serializable

Deprecated.

@Deprecated
public class CoLayoutMember
extends Object
implements Externalizable

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

See Also:
Serialized Form

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

getElement

public 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.

Supported API: true

Returns:
CoLayoutManaged

setElement

public 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.

Supported API: true

Parameters:
a_Element -

getColspan

public int getColspan()
Deprecated. 
Gets the value of the attribute: colspan; the number of colums the element spans.

Supported API: true

Returns:
int

setColspan

public void setColspan(int a_Colspan)
Deprecated. 
Sets the value of the attribute: colspan; the number of colums the element spans.

Supported API: true

Parameters:
a_Colspan -

getRowspan

public int getRowspan()
Deprecated. 
Gets the value of the attribute: rowspan; the number of rows the element spans.

Supported API: true

Returns:
int

setRowspan

public void setRowspan(int a_Rowspan)
Deprecated. 
Sets the value of the attribute: rowspan; the number of rows the element spans.

Supported API: true

Parameters:
a_Rowspan -