Package org.teamapps.dto
Class UiCompositeSubField
java.lang.Object
org.teamapps.dto.UiCompositeSubField
- All Implemented Interfaces:
UiObject
public class UiCompositeSubField 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 intcolprotected intcolSpanprotected UiClientObjectReferencefieldprotected java.lang.StringpropertyNameprotected introwprotected introwSpanprotected inttabIndexprotected java.lang.StringvisibilityPropertyName -
Constructor Summary
Constructors Constructor Description UiCompositeSubField()Deprecated.Only for Jackson deserialization.UiCompositeSubField(java.lang.String propertyName, int row, int col, UiClientObjectReference field) -
Method Summary
Modifier and Type Method Description intgetCol()intgetColSpan()UiClientObjectReferencegetField()java.lang.StringgetPropertyName()intgetRow()intgetRowSpan()intgetTabIndex()UiObjectTypegetUiObjectType()java.lang.StringgetVisibilityPropertyName()UiCompositeSubFieldsetColSpan(int colSpan)UiCompositeSubFieldsetRowSpan(int rowSpan)UiCompositeSubFieldsetTabIndex(int tabIndex)UiCompositeSubFieldsetVisibilityPropertyName(java.lang.String visibilityPropertyName)java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
propertyName
protected java.lang.String propertyName -
row
protected int row -
col
protected int col -
field
-
rowSpan
protected int rowSpan -
colSpan
protected int colSpan -
tabIndex
protected int tabIndex -
visibilityPropertyName
protected java.lang.String visibilityPropertyName
-
-
Constructor Details
-
UiCompositeSubField
@Deprecated public UiCompositeSubField()Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
UiCompositeSubField
public UiCompositeSubField(java.lang.String propertyName, int row, int col, UiClientObjectReference field)
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
getPropertyName
public java.lang.String getPropertyName() -
getRow
public int getRow() -
getCol
public int getCol() -
getField
-
getRowSpan
public int getRowSpan() -
getColSpan
public int getColSpan() -
getTabIndex
public int getTabIndex() -
getVisibilityPropertyName
public java.lang.String getVisibilityPropertyName() -
setRowSpan
-
setColSpan
-
setTabIndex
-
setVisibilityPropertyName
-