Record Class InputEditResource.InputEditFormDefinition
java.lang.Object
java.lang.Record
ch.tocco.nice2.optional.qualification.impl.resources.inputedit.InputEditResource.InputEditFormDefinition
- Enclosing class:
InputEditResource
-
Constructor Summary
ConstructorsConstructorDescriptionInputEditFormDefinition(List<InputEditResource.InputEditField> editColumns, boolean readonly, List<String> readonlyActions, Set<String> hiddenActions) Creates an instance of aInputEditFormDefinitionrecord class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of theeditColumnsrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.Returns the value of thehiddenActionsrecord component.booleanreadonly()Returns the value of thereadonlyrecord component.Returns the value of thereadonlyActionsrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
InputEditFormDefinition
public InputEditFormDefinition(List<InputEditResource.InputEditField> editColumns, boolean readonly, List<String> readonlyActions, Set<String> hiddenActions) Creates an instance of aInputEditFormDefinitionrecord class.- Parameters:
editColumns- the value for theeditColumnsrecord componentreadonly- the value for thereadonlyrecord componentreadonlyActions- the value for thereadonlyActionsrecord componenthiddenActions- the value for thehiddenActionsrecord component
-
-
Method Details
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. Reference components are compared withObjects::equals(Object,Object); primitive components are compared with thecomparemethod from their corresponding wrapper classes. -
editColumns
Returns the value of theeditColumnsrecord component.- Returns:
- the value of the
editColumnsrecord component
-
readonly
public boolean readonly()Returns the value of thereadonlyrecord component.- Returns:
- the value of the
readonlyrecord component
-
readonlyActions
-