Package org.teamapps.dto
Class UiWorkSpaceLayout.AddViewToTopLevelCommand
- java.lang.Object
-
- org.teamapps.dto.UiWorkSpaceLayout.AddViewToTopLevelCommand
-
- All Implemented Interfaces:
UiCommand<java.lang.Void>
- Enclosing class:
- UiWorkSpaceLayout
public static class UiWorkSpaceLayout.AddViewToTopLevelCommand extends java.lang.Object implements UiCommand<java.lang.Void>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringcomponentIdprotected UiWorkSpaceLayoutViewnewViewprotected floatreferenceChildSizeprotected UiRelativeWorkSpaceViewPositionrelativePositionprotected UiSplitSizePolicysizePolicyprotected java.lang.StringwindowId
-
Constructor Summary
Constructors Constructor Description AddViewToTopLevelCommand()Deprecated.Only for Jackson deserialization.AddViewToTopLevelCommand(java.lang.String componentId, UiWorkSpaceLayoutView newView, java.lang.String windowId, UiRelativeWorkSpaceViewPosition relativePosition, UiSplitSizePolicy sizePolicy, float referenceChildSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetComponentId()UiWorkSpaceLayoutViewgetNewView()floatgetReferenceChildSize()UiRelativeWorkSpaceViewPositiongetRelativePosition()UiSplitSizePolicygetSizePolicy()java.lang.StringgetWindowId()java.lang.StringtoString()
-
-
-
Field Detail
-
componentId
protected java.lang.String componentId
-
newView
protected UiWorkSpaceLayoutView newView
-
windowId
protected java.lang.String windowId
-
relativePosition
protected UiRelativeWorkSpaceViewPosition relativePosition
-
sizePolicy
protected UiSplitSizePolicy sizePolicy
-
referenceChildSize
protected float referenceChildSize
-
-
Constructor Detail
-
AddViewToTopLevelCommand
@Deprecated public AddViewToTopLevelCommand()
Deprecated.Only for Jackson deserialization. Use the other constructor instead.
-
AddViewToTopLevelCommand
public AddViewToTopLevelCommand(java.lang.String componentId, UiWorkSpaceLayoutView newView, java.lang.String windowId, UiRelativeWorkSpaceViewPosition relativePosition, UiSplitSizePolicy sizePolicy, float referenceChildSize)
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getComponentId
public java.lang.String getComponentId()
- Specified by:
getComponentIdin interfaceUiCommand<java.lang.Void>
-
getNewView
public UiWorkSpaceLayoutView getNewView()
-
getWindowId
public java.lang.String getWindowId()
-
getRelativePosition
public UiRelativeWorkSpaceViewPosition getRelativePosition()
-
getSizePolicy
public UiSplitSizePolicy getSizePolicy()
-
getReferenceChildSize
public float getReferenceChildSize()
-
-