Module org.tentackle.fx
Package org.tentackle.fx.table
Annotation Type TableConfigurationProviderService
-
@Documented @Inherited @Retention(RUNTIME) @Target(TYPE) @Analyze("org.tentackle.buildsupport.BundleAnalyzeHandler") @MappedService(TableConfigurationProvider.class) public @interface TableConfigurationProviderServiceAnnotation to express that the annotated class is aTableConfigurationProvider.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Class<?>valueDetermines the serviced class.
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description TableConfiguration.BINDINGbindingGets the binding type.booleannoBundleFlag to disable entry in META-INF/bundles.
Avoids warnings in I18N maven goals.
-
-
-
-
binding
TableConfiguration.BINDING binding
Gets the binding type.- Returns:
- the binding type (defaults to
TableConfiguration.BINDING.YES)
- Default:
- org.tentackle.fx.table.TableConfiguration.BINDING.YES
-
-