org.formaria.swing
Interface ViewProvider

All Known Implementing Classes:
TablePojoModelAdapter

public interface ViewProvider

Proivides view information

Copyright (c) Formaria Ltd., 2008
License: see license.txt


Method Summary
 java.lang.String getViewAttrib(int column, java.lang.String fieldName, java.lang.String attribName)
          Get the view field attribute
 

Method Detail

getViewAttrib

java.lang.String getViewAttrib(int column,
                               java.lang.String fieldName,
                               java.lang.String attribName)
Get the view field attribute

Parameters:
column - the column index
fieldName - the field/property name
attribName - the name of the attribute
Returns:
the value of the named attribute