Package org.teamapps.dto
Class UiWorkSpaceLayout.MoveViewToTopLevelCommand
java.lang.Object
org.teamapps.dto.UiWorkSpaceLayout.MoveViewToTopLevelCommand
- Enclosing class:
UiWorkSpaceLayout
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected floatprotected UiRelativeWorkSpaceViewPositionprotected UiSplitSizePolicyprotected Stringprotected String -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.MoveViewToTopLevelCommand(String componentId, String viewName, String windowId, UiRelativeWorkSpaceViewPosition relativePosition, UiSplitSizePolicy sizePolicy, float referenceChildSize) -
Method Summary
-
Field Details
-
componentId
-
viewName
-
windowId
-
relativePosition
-
sizePolicy
-
referenceChildSize
protected float referenceChildSize
-
-
Constructor Details
-
MoveViewToTopLevelCommand
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
MoveViewToTopLevelCommand
public MoveViewToTopLevelCommand(String componentId, String viewName, String windowId, UiRelativeWorkSpaceViewPosition relativePosition, UiSplitSizePolicy sizePolicy, float referenceChildSize)
-
-
Method Details
-
toString
-
getComponentId
- Specified by:
getComponentIdin interfaceUiCommand<Void>
-
getViewName
-
getWindowId
-
getRelativePosition
-
getSizePolicy
-
getReferenceChildSize
public float getReferenceChildSize()
-