wt.templateutil.table
Interface CheckBoxColumnAble

All Known Implementing Classes:
WTHtmlTable

public interface CheckBoxColumnAble

Deprecation Notice: This class is still valid for this release, however this serves as advance notice that it will be removed in the future. All user interfaces built using the Windchill HTML Template Processing client architecture will be rewritten using a different framework in an upcoming release. Interface to be implemented by HTMLTable subclasses that want to have the ability to have a column of check boxes that is able to manipulated by the AssociationListTableService and the ListContentTableService.

By implementing this interface, a subclass of HTMLTable allows the AssociationListTableService and the ListContentTableService to either add or hide or move a column that is a column of checkboxes.

Supported API: true

Extendable: false


Field Summary
static String CHECK_BOX_COLUMN_NAME
          Deprecated.  
static String PRESENT_CHECK_BOX
          Deprecated.  
 
Method Summary
 boolean isPresentCheckBox()
          Deprecated. Gets the flag that indicates whether or not the checkbox column is currently set to be displayed.
 void setPresentCheckBox(boolean a_PresentCheckBox)
          Deprecated. Sets the flag that indicates whether or not the checkbox column is currently set to be displayed.
 

Field Detail

PRESENT_CHECK_BOX

public static final String PRESENT_CHECK_BOX
Deprecated.  

Label for the attribute; The flag that indicates whether or not the checkbox column is currently set to be displayed.

Supported API: true

See Also:
Constant Field Values

CHECK_BOX_COLUMN_NAME

public static final String CHECK_BOX_COLUMN_NAME
Deprecated. 
See Also:
Constant Field Values
Method Detail

isPresentCheckBox

public boolean isPresentCheckBox()
Deprecated. 
Gets the flag that indicates whether or not the checkbox column is currently set to be displayed.

Supported API: true

Returns:
boolean

setPresentCheckBox

public void setPresentCheckBox(boolean a_PresentCheckBox)
Deprecated. 
Sets the flag that indicates whether or not the checkbox column is currently set to be displayed.

Supported API: true

Parameters:
a_PresentCheckBox -