Package org.teamapps.dto
Class UiGridRow
java.lang.Object
org.teamapps.dto.UiGridRow
- All Implemented Interfaces:
UiObject
public class UiGridRow 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 intbottomPaddingprotected UiSizingPolicyheightPolicyprotected inttopPadding -
Constructor Summary
Constructors Constructor Description UiGridRow() -
Method Summary
Modifier and Type Method Description intgetBottomPadding()UiSizingPolicygetHeightPolicy()intgetTopPadding()UiObjectTypegetUiObjectType()UiGridRowsetBottomPadding(int bottomPadding)UiGridRowsetHeightPolicy(UiSizingPolicy heightPolicy)UiGridRowsetTopPadding(int topPadding)java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
heightPolicy
-
topPadding
protected int topPadding -
bottomPadding
protected int bottomPadding
-
-
Constructor Details
-
UiGridRow
public UiGridRow()
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
getHeightPolicy
-
getTopPadding
public int getTopPadding() -
getBottomPadding
public int getBottomPadding() -
setHeightPolicy
-
setTopPadding
-
setBottomPadding
-