public class FormElementWrapper
extends java.lang.Object
implements java.lang.Comparable
This class provides convenience methods for describing the form element and its context, and implements `Comparable` for sorting based on the attribute name.
Constructor and Description |
---|
FormElementWrapper(FormElementWithDisplayPropertyI _fe,
BO _bo,
AttributeI _att)
Constructs a `FormElementWrapper` with the given form element, BO, and attribute.
|
Modifier and Type | Method and Description |
---|---|
int |
compareTo(java.lang.Object other)
Compares this `FormElementWrapper` to another object for ordering.
|
java.lang.String |
describe()
Generates a descriptive error message for a mandatory field.
|
java.lang.String |
describeTheOnly()
Generates a descriptive error message for a mandatory field, emphasizing that it's the only one.
|
AttributeI |
getAttribute()
Returns the associated attribute
|
BO |
getBO()
Returns the associated business object
|
FormElementWithDisplayPropertyI |
getFormElement()
Returns the wrapped form element
|
public FormElementWrapper(FormElementWithDisplayPropertyI _fe, BO _bo, AttributeI _att)
_fe
- The form element to wrap_bo
- The associated business object_att
- The associated attributepublic java.lang.String describe()
public java.lang.String describeTheOnly()
public FormElementWithDisplayPropertyI getFormElement()
public BO getBO()
public AttributeI getAttribute()
public int compareTo(java.lang.Object other)
The comparison is based on the attribute names of the wrapped form elements.
compareTo
in interface java.lang.Comparable
other
- The object to be compared.java.lang.ClassCastException
- If the specified object's type prevents it from being compared to this object.Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.