Package org.teamapps.dto
Class UiSplitPane.SetSizeCommand
java.lang.Object
org.teamapps.dto.UiSplitPane.SetSizeCommand
- All Implemented Interfaces:
UiCommand<java.lang.Void>
- Enclosing class:
- UiSplitPane
public static class UiSplitPane.SetSizeCommand extends java.lang.Object implements UiCommand<java.lang.Void>
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringcomponentIdprotected floatreferenceChildSizeprotected UiSplitSizePolicysizePolicy -
Constructor Summary
Constructors Constructor Description SetSizeCommand()Deprecated.Only for Jackson deserialization.SetSizeCommand(java.lang.String componentId, float referenceChildSize, UiSplitSizePolicy sizePolicy) -
Method Summary
Modifier and Type Method Description java.lang.StringgetComponentId()floatgetReferenceChildSize()UiSplitSizePolicygetSizePolicy()java.lang.StringtoString()
-
Field Details
-
componentId
protected java.lang.String componentId -
referenceChildSize
protected float referenceChildSize -
sizePolicy
-
-
Constructor Details
-
SetSizeCommand
@Deprecated public SetSizeCommand()Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
SetSizeCommand
public SetSizeCommand(java.lang.String componentId, float referenceChildSize, UiSplitSizePolicy sizePolicy)
-
-
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>
-
getReferenceChildSize
public float getReferenceChildSize() -
getSizePolicy
-