Package org.teamapps.dto
Class UiVerticalLayout
- java.lang.Object
-
- 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.RemoveComponentCommand-
Nested classes/interfaces inherited from class org.teamapps.dto.UiComponent
UiComponent.SetStyleCommand, UiComponent.SetVisibleCommand
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<UiComponentReference>componentsprotected java.lang.IntegerfixedChildHeight-
Fields inherited from class org.teamapps.dto.UiComponent
id, stylesBySelector, visible
-
-
Constructor Summary
Constructors Constructor Description UiVerticalLayout()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<UiComponentReference>getComponents()java.lang.IntegergetFixedChildHeight()UiObjectTypegetUiObjectType()UiVerticalLayoutsetComponents(java.util.List<UiComponentReference> components)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
getId, getStylesBySelector, getVisible
-
-
-
-
Field Detail
-
components
protected java.util.List<UiComponentReference> components
-
fixedChildHeight
protected java.lang.Integer fixedChildHeight
-
-
Method Detail
-
getUiObjectType
public UiObjectType getUiObjectType()
- Specified by:
getUiObjectTypein interfaceUiObject- Overrides:
getUiObjectTypein classUiComponent
-
toString
public java.lang.String toString()
- Overrides:
toStringin classUiComponent
-
getComponents
public java.util.List<UiComponentReference> getComponents()
-
getFixedChildHeight
public java.lang.Integer getFixedChildHeight()
-
setId
public UiVerticalLayout setId(java.lang.String id)
- Overrides:
setIdin classUiComponent
-
setVisible
public UiVerticalLayout setVisible(boolean visible)
- 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
public UiVerticalLayout setComponents(java.util.List<UiComponentReference> components)
-
setFixedChildHeight
public UiVerticalLayout setFixedChildHeight(java.lang.Integer fixedChildHeight)
-
-