Class AbstractRowStrikeThroughDataUtility
java.lang.Object
com.ptc.core.components.factory.AbstractDataUtility
com.ptc.core.components.factory.dataUtilities.AbstractBooleanValueDataUtility
com.ptc.core.components.factory.dataUtilities.AbstractRowStrikeThroughDataUtility
- All Implemented Interfaces:
DataUtility
@Deprecated
public abstract class AbstractRowStrikeThroughDataUtility
extends AbstractBooleanValueDataUtility
Deprecated.
this class instead use AbstractBooleanValueDataUtility
Should be implemented who wants to strike-through rows in a table and provide a boolean value through method strikeThroughRow
which determines whether to strike-through or not. true is for strike-through a row.
Supported API: true
Extendable: true
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptionabstract booleanstrikeThroughRow(String component_id, Object datum, ModelContext mc) Deprecated.Methods inherited from class com.ptc.core.components.factory.AbstractDataUtility
getColumnDescriptor, getToolTip, setModelData
-
Method Details
-
strikeThroughRow
@Deprecated public abstract boolean strikeThroughRow(String component_id, Object datum, ModelContext mc) throws WTException Deprecated.Abstract method should be overridden to provide a boolean value to determine whether strike-through a row or not.
Supported API: true- Parameters:
component_id- The id to build a view object fordatum- The object to extract model data frommc- The context in which the component model data is being extracted- Returns:
- boolean value telling whether strike-through a row or not
- Throws:
WTException
-