Class FormFragmentInstancePageElementDefinition
java.lang.Object
com.liferay.headless.admin.site.dto.v1_0.PageElementDefinition
com.liferay.headless.admin.site.dto.v1_0.FormFragmentInstancePageElementDefinition
- All Implemented Interfaces:
Serializable
@Generated("")
public class FormFragmentInstancePageElementDefinition
extends PageElementDefinition
implements Serializable
- See Also:
- Generated:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.liferay.headless.admin.site.dto.v1_0.PageElementDefinition
PageElementDefinition.Type -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected FragmentInstanceprotected Booleanprotected Booleanprotected Booleanprotected BooleanFields inherited from class com.liferay.headless.admin.site.dto.v1_0.PageElementDefinition
type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean@Valid FragmentInstanceinthashCode()voidsetFieldKey(com.liferay.petra.function.UnsafeSupplier<String, Exception> fieldKeyUnsafeSupplier) voidsetFieldKey(String fieldKey) voidsetFragmentInstance(FragmentInstance fragmentInstance) voidsetFragmentInstance(com.liferay.petra.function.UnsafeSupplier<FragmentInstance, Exception> fragmentInstanceUnsafeSupplier) voidsetHelpText_i18n(com.liferay.petra.function.UnsafeSupplier<Map<String, String>, Exception> helpText_i18nUnsafeSupplier) voidsetHelpText_i18n(Map<String, String> helpText_i18n) voidsetLabel_i18n(com.liferay.petra.function.UnsafeSupplier<Map<String, String>, Exception> label_i18nUnsafeSupplier) voidsetLabel_i18n(Map<String, String> label_i18n) voidsetMarkAsRequired(com.liferay.petra.function.UnsafeSupplier<Boolean, Exception> markAsRequiredUnsafeSupplier) voidsetMarkAsRequired(Boolean markAsRequired) voidsetReadOnlyField(com.liferay.petra.function.UnsafeSupplier<Boolean, Exception> readOnlyFieldUnsafeSupplier) voidsetReadOnlyField(Boolean readOnlyField) voidsetShowHelpText(com.liferay.petra.function.UnsafeSupplier<Boolean, Exception> showHelpTextUnsafeSupplier) voidsetShowHelpText(Boolean showHelpText) voidsetShowLabel(com.liferay.petra.function.UnsafeSupplier<Boolean, Exception> showLabelUnsafeSupplier) voidsetShowLabel(Boolean showLabel) toString()unsafeToDTO(String json) Methods inherited from class com.liferay.headless.admin.site.dto.v1_0.PageElementDefinition
getType, getTypeAsString, setType, setType
-
Field Details
-
fieldKey
-
fragmentInstance
-
helpText_i18n
-
label_i18n
-
markAsRequired
-
readOnlyField
-
showHelpText
-
showLabel
-
xClassName
-
-
Constructor Details
-
FormFragmentInstancePageElementDefinition
public FormFragmentInstancePageElementDefinition()
-
-
Method Details
-
toDTO
-
unsafeToDTO
-
getFieldKey
-
setFieldKey
-
setFieldKey
-
getFragmentInstance
-
setFragmentInstance
-
setFragmentInstance
public void setFragmentInstance(com.liferay.petra.function.UnsafeSupplier<FragmentInstance, Exception> fragmentInstanceUnsafeSupplier) -
getHelpText_i18n
-
setHelpText_i18n
-
setHelpText_i18n
-
getLabel_i18n
-
setLabel_i18n
-
setLabel_i18n
-
getMarkAsRequired
-
setMarkAsRequired
-
setMarkAsRequired
-
getReadOnlyField
-
setReadOnlyField
-
setReadOnlyField
-
getShowHelpText
-
setShowHelpText
-
setShowHelpText
-
getShowLabel
-
setShowLabel
-
setShowLabel
-
equals
- Overrides:
equalsin classPageElementDefinition
-
hashCode
public int hashCode()- Overrides:
hashCodein classPageElementDefinition
-
toString
- Overrides:
toStringin classPageElementDefinition
-