info.joseluismartin.gui.bind
Interface BinderHolder

All Known Implementing Classes:
AbstractView, AttachmentView, CompositeBinder, DbConnectionForm, PaginatorView, ReportFileView, ReportFilterView, ReportListView, ReportTypeView, ReportView, TableEditor, TableListView, TreeView, ViewBinder

public interface BinderHolder

Interface for classes that hold property binders.

Author:
Jose Luis Martin - (jlm@joseluismartin.info)

Method Summary
 PropertyBinder getBinder(String propertyName)
          Lookup for a binder by property name
 

Method Detail

getBinder

PropertyBinder getBinder(String propertyName)
Lookup for a binder by property name

Parameters:
propertyName - property name
Returns:
PropertyBinder or null if none


Copyright © 2013 JDAL. All Rights Reserved.