public class FormElementPath
extends java.lang.Object
implements java.lang.Comparable
Modifier and Type | Method and Description |
---|---|
int |
compareTo(java.lang.Object other) |
FormElementWrapper |
getLeaf() |
FormElementPathPart |
getPathElementAt(int idx) |
int |
getPathElementCount() |
int |
getPathElementIndex(FormContextI ftx) |
static FormElementPath |
mandatoryFromFtx(FormContextI ftx)
Generates a "FormElementPath" for a mandatory input field, if applicable.
|
void |
requestFocus() |
public static FormElementPath mandatoryFromFtx(FormContextI ftx)
This method checks if the given "FormContextI" represents a mandatory input field within the form. If it does, and all Business Objects (BOs) along the path defined by the form element's display property are not deleted, it returns a "FormElementPath" representing the path to this field. Otherwise, it returns "null".
This check ensures that mandatory attributes are only enforced for valid and accessible BOs, preventing issues where a mandatory field might be incorrectly displayed for a deleted or unreachable BO.
ftx
- The "FormContextI" to check.public FormElementWrapper getLeaf()
public int compareTo(java.lang.Object other)
compareTo
in interface java.lang.Comparable
public int getPathElementIndex(FormContextI ftx)
public int getPathElementCount()
public FormElementPathPart getPathElementAt(int idx)
public void requestFocus()
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.