Package org.teamapps.dto
Class UiResponsiveGridLayoutPolicy
java.lang.Object
org.teamapps.dto.UiResponsiveGridLayoutPolicy
- All Implemented Interfaces:
UiObject
public class UiResponsiveGridLayoutPolicy extends java.lang.Object implements UiObject
THIS IS GENERATED CODE!
PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
Field Summary
Fields Modifier and Type Field Description protected UiGridLayoutdescriptorprotected intminApplicableWidth -
Constructor Summary
Constructors Constructor Description UiResponsiveGridLayoutPolicy()Deprecated.Only for Jackson deserialization.UiResponsiveGridLayoutPolicy(int minApplicableWidth, UiGridLayout descriptor) -
Method Summary
Modifier and Type Method Description UiGridLayoutgetDescriptor()intgetMinApplicableWidth()UiObjectTypegetUiObjectType()java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
minApplicableWidth
protected int minApplicableWidth -
descriptor
-
-
Constructor Details
-
UiResponsiveGridLayoutPolicy
@Deprecated public UiResponsiveGridLayoutPolicy()Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
UiResponsiveGridLayoutPolicy
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
getMinApplicableWidth
public int getMinApplicableWidth() -
getDescriptor
-