com.ptc.core.ca.co.client.layout
Interface CoLayoutModel

All Superinterfaces:
CoComponentModel, CoModel
All Known Subinterfaces:
CoCompositeLayoutModel, CoCompositePropertyPanelModel, CoPropertyPanelModel, CoSimpleLayoutModel, CoSimplePropertyPanelModel
All Known Implementing Classes:
CoDefaultCompositeLayoutModel, CoDefaultCompositePropertyPanelModel, CoDefaultSimpleLayoutModel, CoDefaultSimplePropertyPanelModel

Deprecated.

@Deprecated
public interface CoLayoutModel
extends CoModel, CoComponentModel

Conceptual layout element has the model implementing this iterface.

Supported API: true

Extendable: false


Field Summary
static String ROWS
          Deprecated. Label for the attribute; the list of conceptual layout row elements.
 
Fields inherited from interface com.ptc.core.ca.co.client.component.CoComponentModel
EXPANDED, WAS_EXPANDED
 
Method Summary
 ArrayList getRows()
          Deprecated. Gets the value of the attribute: ROWS.
 void setRows(ArrayList a_Rows)
          Deprecated. Sets the value of the attribute: ROWS.
 
Methods inherited from interface com.ptc.core.ca.co.client.component.CoComponentModel
isExpanded, isWasExpanded, setExpanded, setWasExpanded
 

Field Detail

ROWS

static final String ROWS
Deprecated. 
Label for the attribute; the list of conceptual layout row elements.

Supported API: true

See Also:
Constant Field Values
Method Detail

getRows

ArrayList getRows()
Deprecated. 
Gets the value of the attribute: ROWS. the list of conceptual layout row elements.

Supported API: true

Returns:
ArrayList

setRows

void setRows(ArrayList a_Rows)
Deprecated. 
Sets the value of the attribute: ROWS. the list of conceptual layout row elements.

Supported API: true

Parameters:
a_Rows -