com.ptc.core.ca.co.client.element
Interface CoFooterHolderModel

All Superinterfaces:
CoModel
All Known Subinterfaces:
CoCompositeTableModel, CoSimpleTableModel, CoTableModel, CoTreeModel
All Known Implementing Classes:
CoAbstractTreeModel, CoCompositeTreeModel, CoDefaultCompositeTableModel, CoDefaultCompositeTreeModel, CoDefaultSimpleTableModel

Deprecated.

@Deprecated
public interface CoFooterHolderModel
extends CoModel

The model of the element implementing CoFooterHolder interface must implement this interface.

Supported API: true

Extendable: false


Field Summary
static String FOOTER
          Deprecated. Label for the attribute; the footer

Supported API: true
 
Fields inherited from interface com.ptc.core.ca.co.client.element.CoModel
ELEMENT
 
Method Summary
 CoSimpleLayout getFooter()
          Deprecated. Gets the value of the attribute: FOOTER.
 void setFooter(CoSimpleLayout a_Footer)
          Deprecated. Sets the value of the attribute: FOOTER.
 
Methods inherited from interface com.ptc.core.ca.co.client.element.CoModel
getElement, init, setElement, update
 

Field Detail

FOOTER

static final String FOOTER
Deprecated. 
Label for the attribute; the footer

Supported API: true

See Also:
Constant Field Values
Method Detail

getFooter

CoSimpleLayout getFooter()
Deprecated. 
Gets the value of the attribute: FOOTER. the footer

Supported API: true

Returns:
CoSimpleLayout

setFooter

void setFooter(CoSimpleLayout a_Footer)
Deprecated. 
Sets the value of the attribute: FOOTER. the footer

Supported API: true

Parameters:
a_Footer -