|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public static final String PRESENT_CHECK_BOX
public static final String CHECK_BOX_COLUMN_NAME
Method Detail |
public boolean isPresentCheckBox()
public void setPresentCheckBox(boolean a_PresentCheckBox)
a_PresentCheckBox
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |