Package org.teamapps.dto
Class UiResponsiveGridLayout
java.lang.Object
org.teamapps.dto.UiClientObject
org.teamapps.dto.UiComponent
org.teamapps.dto.UiResponsiveGridLayout
- All Implemented Interfaces:
UiObject
public class UiResponsiveGridLayout 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 classUiResponsiveGridLayout.SetFillHeightCommandstatic classUiResponsiveGridLayout.UpdateLayoutPoliciesCommandNested classes/interfaces inherited from class org.teamapps.dto.UiComponent
UiComponent.SetClassNamesCommand, UiComponent.SetStyleCommand, UiComponent.SetVisibleCommand -
Field Summary
Fields Modifier and Type Field Description protected booleanfillHeightprotected java.util.List<UiResponsiveGridLayoutPolicy>layoutPoliciesFields inherited from class org.teamapps.dto.UiComponent
debuggingId, stylesBySelector, visibleFields inherited from class org.teamapps.dto.UiClientObject
id -
Constructor Summary
Constructors Constructor Description UiResponsiveGridLayout()Deprecated.Only for Jackson deserialization.UiResponsiveGridLayout(java.util.List<UiResponsiveGridLayoutPolicy> layoutPolicies) -
Method Summary
Modifier and Type Method Description booleangetFillHeight()java.util.List<UiResponsiveGridLayoutPolicy>getLayoutPolicies()UiObjectTypegetUiObjectType()UiResponsiveGridLayoutsetDebuggingId(java.lang.String debuggingId)UiResponsiveGridLayoutsetFillHeight(boolean fillHeight)UiResponsiveGridLayoutsetId(java.lang.String id)UiResponsiveGridLayoutsetStylesBySelector(java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> stylesBySelector)UiResponsiveGridLayoutsetVisible(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
-
layoutPolicies
-
fillHeight
protected boolean fillHeight
-
-
Constructor Details
-
UiResponsiveGridLayout
@Deprecated public UiResponsiveGridLayout()Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
UiResponsiveGridLayout
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject- Overrides:
getUiObjectTypein classUiComponent
-
toString
public java.lang.String toString()- Overrides:
toStringin classUiComponent
-
getLayoutPolicies
-
getFillHeight
public boolean getFillHeight() -
setId
- Overrides:
setIdin classUiComponent
-
setDebuggingId
- Overrides:
setDebuggingIdin classUiComponent
-
setVisible
- Overrides:
setVisiblein classUiComponent
-
setStylesBySelector
public UiResponsiveGridLayout setStylesBySelector(java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> stylesBySelector)- Overrides:
setStylesBySelectorin classUiComponent
-
setFillHeight
-