com.im.ijc.widgets.abstractwidget
Class BindFieldAcceptor
java.lang.Object
com.im.ijc.widgets.abstractwidget.BindFieldAcceptor
- Direct Known Subclasses:
- MultipleBindFieldAcceptor, SupportedTypesBindFieldAcceptor
public class BindFieldAcceptor
- extends Object
Widget uses the acceptor to
communicate how, and to which fields, it is able to bind. The
information is used during binding process when the widget is placed into
e.g. a form view.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BindFieldAcceptor
public BindFieldAcceptor()
filterFields
public List<? extends DFField> filterFields(List<? extends DFField> allFields)
isAcceptable
protected boolean isAcceptable(DFField field)
offerEmptyEntity
public boolean offerEmptyEntity()
acceptBindItems
public String acceptBindItems(List<? extends DFField> items)