Package org.teamapps.dto
Class UiImageField.SetImageSizingCommand
java.lang.Object
org.teamapps.dto.UiImageField.SetImageSizingCommand
- All Implemented Interfaces:
UiCommand<java.lang.Void>
- Enclosing class:
- UiImageField
public static class UiImageField.SetImageSizingCommand extends java.lang.Object implements UiCommand<java.lang.Void>
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringcomponentIdprotected UiImageSizingimageSizing -
Constructor Summary
Constructors Constructor Description SetImageSizingCommand()Deprecated.Only for Jackson deserialization.SetImageSizingCommand(java.lang.String componentId, UiImageSizing imageSizing) -
Method Summary
Modifier and Type Method Description java.lang.StringgetComponentId()UiImageSizinggetImageSizing()java.lang.StringtoString()
-
Field Details
-
componentId
protected java.lang.String componentId -
imageSizing
-
-
Constructor Details
-
SetImageSizingCommand
@Deprecated public SetImageSizingCommand()Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
SetImageSizingCommand
-
-
Method Details
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
getComponentId
public java.lang.String getComponentId()- Specified by:
getComponentIdin interfaceUiCommand<java.lang.Void>
-
getImageSizing
-