Package wt.templateutil.table
Interface CheckBoxColumnAble
- All Known Implementing Classes:
PDMLinkHTMLTable,WTHtmlTable
public interface CheckBoxColumnAble
Deprecated.
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
Fields -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.Gets the flag that indicates whether or not the checkbox column is currently set to be displayed.voidsetPresentCheckBox(boolean a_PresentCheckBox) Deprecated.Sets the flag that indicates whether or not the checkbox column is currently set to be displayed.
-
Field Details
-
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:
-
-
Method Details
-
isPresentCheckBox
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
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-
-