Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » BPMN 2.0 Modeler » Full custom tab
Full custom tab [message #1008054] Fri, 08 February 2013 16:26 Go to next message
Rui Domingues is currently offline Rui DominguesFriend
Messages: 194
Registered: October 2010
Senior Member
Is it possible to contribute a tab for an element with my own strucuted layout, my own bindings?

I need to add objects to the process, and I need to inject external objects on combos.

thanks
Re: Full custom tab [message #1008333 is a reply to message #1008054] Mon, 11 February 2013 23:13 Go to previous message
Robert Brodt is currently offline Robert BrodtFriend
Messages: 811
Registered: August 2010
Location: Colorado Springs, CO
Senior Member

Yes, there are many examples in the sample runtime and jbpm5 extension plugins.

You need define a ExtendedPropertiesAdapter<> for your objects, and then implement the getChoiceOfValues() method. Take a look at the DataAssociationPropertiesAdapter class to get you started. This class builds a list of in-scope Property objects ("variables") for presentation by the UI.

Hope this helps!
Bob
Previous Topic:namespace prefixes
Next Topic:Example Custom Task screencast tutorial now available
Goto Forum:
  


Current Time: Thu Apr 25 13:30:59 GMT 2024

Powered by FUDForum. Page generated in 0.03882 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top