@groovy.transform.ToString(includePackage: false) @groovy.transform.EqualsAndHashCode class FieldRemoveAdjustment extends java.lang.Object implements FieldAdjustmentInterface, TypeableJSONInterface
This holds a single Removal adjustment to the field order for a GUI.
Type | Name and description |
---|---|
private java.lang.String |
fieldName The name of the custom field to remove from the display. |
Constructor and description |
---|
FieldRemoveAdjustment
() |
Type Params | Return Type | Name and description |
---|---|---|
|
java.util.List<java.lang.String> |
apply(java.util.List<java.lang.String> fieldOrder) Applies the field adjustment to the given list of fields. |
|
boolean |
removeField(java.lang.String fieldName) Removes the given field name from this adjustment. |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
The name of the custom field to remove from the display.
Applies the field adjustment to the given list of fields. Modifies the list in place. If the field is not found, then does nothing.
fieldOrder
- The original field order (modified).Removes the given field name from this adjustment.
fieldName
- The field to remove.Groovy Documentation