Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[kura-dev] ConfigurableComponent and Kura admin user interface

Question:

We are creating configurable component services and using the Kura Admin user interface.   We would like, however, to have some multiline text input.   This could be injected as either a String[] or one long String property...for the moment it doesn't matter.

But there doesn't seem to be any metatype support a String[] ([1]) and I can't determine if there is some way to allow multiple text lines in the Kura Admin interface.  None of the Kura services seems to have multi-line input (all have only a single line of text input).

Is there some way to get/use multiline text box input for ConfigurableComponents?

Thanks,

Scott

[1] http://felix.apache.org/documentation/subprojects/apache-felix-metatype-service.html




Back to the top