Package org.teamapps.dto
Class UiCompositeSubField
java.lang.Object
org.teamapps.dto.UiCompositeSubField
- All Implemented Interfaces:
UiObject
THIS IS GENERATED CODE!
PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected intprotected intprotected UiClientObjectReferenceprotected Stringprotected intprotected intprotected intprotected String -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.UiCompositeSubField(String propertyName, int row, int col, UiClientObjectReference field) -
Method Summary
Modifier and TypeMethodDescriptionintgetCol()intgetField()intgetRow()intintsetColSpan(int colSpan) setRowSpan(int rowSpan) setTabIndex(int tabIndex) setVisibilityPropertyName(String visibilityPropertyName) toString()
-
Field Details
-
propertyName
-
row
protected int row -
col
protected int col -
field
-
rowSpan
protected int rowSpan -
colSpan
protected int colSpan -
tabIndex
protected int tabIndex -
visibilityPropertyName
-
-
Constructor Details
-
UiCompositeSubField
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
UiCompositeSubField
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
-
getPropertyName
-
getRow
public int getRow() -
getCol
public int getCol() -
getField
-
getRowSpan
public int getRowSpan() -
getColSpan
public int getColSpan() -
getTabIndex
public int getTabIndex() -
getVisibilityPropertyName
-
setRowSpan
-
setColSpan
-
setTabIndex
-
setVisibilityPropertyName
-