Skip to main content

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


Da: kura-dev-bounces@xxxxxxxxxxx <kura-dev-bounces@xxxxxxxxxxx> per conto di Lewis, ScottX <scottx.lewis@xxxxxxxxx>
Inviato: giovedì 20 ottobre 2016 00.53.57
A: kura-dev@xxxxxxxxxxx
Oggetto: [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


_______________________________________________
kura-dev mailing list
kura-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/kura-dev

Back to the top