Class 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
  • 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 for
      datum - The object to extract model data from
      mc - The context in which the component model data is being extracted
      Returns:
      boolean value telling whether strike-through a row or not
      Throws:
      WTException