Package org.teamapps.dto
Class UiPanel.SetStretchContentCommand
java.lang.Object
org.teamapps.dto.UiPanel.SetStretchContentCommand
- All Implemented Interfaces:
UiCommand<java.lang.Void>
- Enclosing class:
- UiPanel
public static class UiPanel.SetStretchContentCommand extends java.lang.Object implements UiCommand<java.lang.Void>
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringcomponentIdprotected booleanstretch -
Constructor Summary
Constructors Constructor Description SetStretchContentCommand()Deprecated.Only for Jackson deserialization.SetStretchContentCommand(java.lang.String componentId, boolean stretch) -
Method Summary
Modifier and Type Method Description java.lang.StringgetComponentId()booleangetStretch()java.lang.StringtoString()
-
Field Details
-
componentId
protected java.lang.String componentId -
stretch
protected boolean stretch
-
-
Constructor Details
-
SetStretchContentCommand
@Deprecated public SetStretchContentCommand()Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
SetStretchContentCommand
public SetStretchContentCommand(java.lang.String componentId, boolean stretch)
-
-
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>
-
getStretch
public boolean getStretch()
-