Package org.teamapps.dto
Class UiVerticalLayout
java.lang.Object
org.teamapps.dto.UiClientObject
org.teamapps.dto.UiComponent
org.teamapps.dto.UiVerticalLayout
- All Implemented Interfaces:
UiObject
public class UiVerticalLayout extends UiComponent implements UiObject
THIS IS GENERATED CODE!
PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUiVerticalLayout.AddComponentCommandstatic classUiVerticalLayout.RemoveComponentCommandNested classes/interfaces inherited from class org.teamapps.dto.UiComponent
UiComponent.SetClassNamesCommand, UiComponent.SetStyleCommand, UiComponent.SetVisibleCommand -
Field Summary
Fields Modifier and Type Field Description protected java.util.List<UiClientObjectReference>componentsprotected java.lang.IntegerfixedChildHeightFields inherited from class org.teamapps.dto.UiComponent
debuggingId, stylesBySelector, visibleFields inherited from class org.teamapps.dto.UiClientObject
id -
Constructor Summary
Constructors Constructor Description UiVerticalLayout() -
Method Summary
Modifier and Type Method Description java.util.List<UiClientObjectReference>getComponents()java.lang.IntegergetFixedChildHeight()UiObjectTypegetUiObjectType()UiVerticalLayoutsetComponents(java.util.List<UiClientObjectReference> components)UiVerticalLayoutsetDebuggingId(java.lang.String debuggingId)UiVerticalLayoutsetFixedChildHeight(java.lang.Integer fixedChildHeight)UiVerticalLayoutsetId(java.lang.String id)UiVerticalLayoutsetStylesBySelector(java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> stylesBySelector)UiVerticalLayoutsetVisible(boolean visible)java.lang.StringtoString()Methods inherited from class org.teamapps.dto.UiComponent
getDebuggingId, getStylesBySelector, getVisibleMethods inherited from class org.teamapps.dto.UiClientObject
getIdMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
components
-
fixedChildHeight
protected java.lang.Integer fixedChildHeight
-
-
Constructor Details
-
UiVerticalLayout
public UiVerticalLayout()
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject- Overrides:
getUiObjectTypein classUiComponent
-
toString
public java.lang.String toString()- Overrides:
toStringin classUiComponent
-
getComponents
-
getFixedChildHeight
public java.lang.Integer getFixedChildHeight() -
setId
- Overrides:
setIdin classUiComponent
-
setDebuggingId
- Overrides:
setDebuggingIdin classUiComponent
-
setVisible
- Overrides:
setVisiblein classUiComponent
-
setStylesBySelector
public UiVerticalLayout setStylesBySelector(java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> stylesBySelector)- Overrides:
setStylesBySelectorin classUiComponent
-
setComponents
-
setFixedChildHeight
-