Interface DataComponent
- All Known Subinterfaces:
AddressField,AvailabilityField,CodeField,Description,Display,DocumentField,Field,FormatField,FulltextSearch,GeosearchField,HtmlField,LocationField,RangeField,RelationField,RemoteField,SearchFilter,SelectBox,TermsComponent
- All Known Implementing Classes:
AddressFieldImpl,AvailabilityFieldImpl,CodeFieldImpl,DescriptionImpl,DisplayImpl,DocumentFieldImpl,FieldImpl,FormatFieldImpl,FulltextSearchImpl,GeosearchFieldImpl,HtmlFieldImpl,LocationFieldImpl,RangeFieldImpl,RelationFieldImpl,RemoteFieldImpl,SearchFilterImpl,SelectBoxImpl,TermsComponentImpl
Interface for components which are actually displaying data in a column or field set.
They must provide a default label if none is specified.
-
Nested Class Summary
Nested classes/interfaces inherited from interface ch.tocco.nice2.model.form.api.form2.components.Component
Component.Configuration -
Method Summary
Modifier and TypeMethodDescriptiongetDefaultLabel(Form form, TextResources textResources) Return the default label for this component.
-
Method Details
-
getDefaultLabel
Return the default label for this component. This will be used when no label is specified explicitly in the form.
-