[ActivityName]General/Advanced/customizedSection

This class is used to configure the General, Advanced, and customized tabs of an activity.

The [ActivityName]General/Advanced/customizedSection class contains the following methods:
Methods Description
protected Class <?> getModelClass() Use this method to specify a representation of a model object.

This is a BusinessWorks 6 life-cycle method.

protected void initBindings() Use this method to initialize control bindings to the activity input.

This is a BusinessWorks 6 life-cycle method.

protected Composite doCreateControl() Use this method to configure activity attributes in the General, Advanced, and customized tabs.

This is a BusinessWorks 6 life-cycle method.

Note: If you want to get the attribute value, you have to add a String attributes_value= activityConfig.getAttributeName() method.