org.gcube.portlets.user.tdw.client.config
Interface RowStyleProvider


public interface RowStyleProvider

Provides the CSS styles to apply to the provided row.

Author:
"Federico De Faveri defaveri@isti.cnr.it"

Method Summary
 String getRowStyle(Row row)
          Returns the CSS style for the specified row.
 

Method Detail

getRowStyle

String getRowStyle(Row row)
Returns the CSS style for the specified row. Multiple styles can be specified, each separate by space.

Parameters:
row - the row where to apply the style. Don't store the object, it will be reused in successive calls.
Returns:
the style/s to apply, empty String if no style have to be applied.


Copyright © 2013. All Rights Reserved.