com.centrasite.control.discovery
Interface StylablePropertyAccessor
- All Known Implementing Classes:
- PrincipalNameAccessor
public interface StylablePropertyAccessor
Marker interface to be used with property accessors which will provide CSS style.
The CSV column control needs to have "styles" property declared in the layout.
getStyle
java.lang.String getStyle(Item item)
- Parameters:
item
- Used to make style decisions based on the specifics of the current item to be displayed.
- Returns:
- String formated after CSS specification.