Package org.teamapps.dto
Class UiWorkSpaceLayout.AddViewRelativeToOtherViewCommand
java.lang.Object
org.teamapps.dto.UiWorkSpaceLayout.AddViewRelativeToOtherViewCommand
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected UiWorkSpaceLayoutViewprotected floatprotected UiRelativeWorkSpaceViewPositionprotected UiSplitSizePolicy -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.AddViewRelativeToOtherViewCommand(String componentId, UiWorkSpaceLayoutView newView, String existingViewName, UiRelativeWorkSpaceViewPosition relativePosition, UiSplitSizePolicy sizePolicy, float referenceChildSize) -
Method Summary
-
Field Details
-
componentId
-
newView
-
existingViewName
-
relativePosition
-
sizePolicy
-
referenceChildSize
protected float referenceChildSize
-
-
Constructor Details
-
AddViewRelativeToOtherViewCommand
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
AddViewRelativeToOtherViewCommand
public AddViewRelativeToOtherViewCommand(String componentId, UiWorkSpaceLayoutView newView, String existingViewName, UiRelativeWorkSpaceViewPosition relativePosition, UiSplitSizePolicy sizePolicy, float referenceChildSize)
-
-
Method Details
-
toString
-
getComponentId
- Specified by:
getComponentIdin interfaceUiCommand<Void>
-
getNewView
-
getExistingViewName
-
getRelativePosition
-
getSizePolicy
-
getReferenceChildSize
public float getReferenceChildSize()
-