Package org.cxbox.core.ui.field
Class ListFieldExtractor
- java.lang.Object
-
- org.cxbox.core.ui.field.BaseFieldExtractor
-
- org.cxbox.core.ui.field.ListFieldExtractor
-
- All Implemented Interfaces:
FieldExtractor
public final class ListFieldExtractor extends BaseFieldExtractor
-
-
Constructor Summary
Constructors Constructor Description ListFieldExtractor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<BcField>extract(Widget widget)List<String>getSupportedTypes()-
Methods inherited from class org.cxbox.core.ui.field.BaseFieldExtractor
extract, extractFieldsFromTitle
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.cxbox.core.ui.field.FieldExtractor
getPriority
-
-