Package org.cxbox.core.ui.field
Class BaseFieldExtractor
- java.lang.Object
-
- org.cxbox.core.ui.field.BaseFieldExtractor
-
- All Implemented Interfaces:
FieldExtractor
- Direct Known Subclasses:
FormFieldExtractor,HeaderFieldExtractor,ListFieldExtractor,SimpleFormFieldExtractor
public abstract class BaseFieldExtractor extends Object implements FieldExtractor
-
-
Constructor Summary
Constructors Constructor Description BaseFieldExtractor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Set<BcField>extract(Widget widget, FieldMeta fieldMeta)protected Set<BcField>extractFieldsFromTitle(Widget widget, String title)-
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
extract, getPriority, getSupportedTypes
-
-