public abstract class AbstractDynAttribute
extends java.lang.Object
Constructor and Description |
---|
AbstractDynAttribute() |
Modifier and Type | Method and Description |
---|---|
abstract void |
adjustFields(java.util.List<DynFormField> fieldList,
WorkItemRecord wir,
Participant p)
Applies modifications affecting the display of fields
|
abstract void |
applyAttributes(com.sun.rave.web.ui.component.PanelLayout parentPanel,
WorkItemRecord wir,
Participant p)
Applies modifications to the display of dynamic form fields, as required
|
public abstract void adjustFields(java.util.List<DynFormField> fieldList, WorkItemRecord wir, Participant p)
fieldList
- the list of DynFormField objects for the form. Note that
a DynFormField can have DynFormField children of its own, hierarchically.wir
- the workitem being displayed on the formp
- the participant generating the formpublic abstract void applyAttributes(com.sun.rave.web.ui.component.PanelLayout parentPanel, WorkItemRecord wir, Participant p)
parentPanel
- - the top level container of UIComponent objects for the form.
Note that panel may contain other panels, hierarchicallywir
- the workitem being displayed on the formp
- the participant generating the formCopyright © 2004-2014 The YAWL Foundation.