Package org.teamapps.dto
Class UiCompositeSubField
- java.lang.Object
-
- org.teamapps.dto.UiCompositeSubField
-
-
Field Summary
Fields Modifier and Type Field Description protected intcolprotected intcolSpanprotected UiComponentReferencefieldprotected 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, UiComponentReference field)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCol()intgetColSpan()UiComponentReferencegetField()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()
-
-
-
Field Detail
-
propertyName
protected java.lang.String propertyName
-
row
protected int row
-
col
protected int col
-
field
protected UiComponentReference field
-
rowSpan
protected int rowSpan
-
colSpan
protected int colSpan
-
tabIndex
protected int tabIndex
-
visibilityPropertyName
protected java.lang.String visibilityPropertyName
-
-
Constructor Detail
-
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, UiComponentReference field)
-
-
Method Detail
-
getUiObjectType
public UiObjectType 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
public UiComponentReference getField()
-
getRowSpan
public int getRowSpan()
-
getColSpan
public int getColSpan()
-
getTabIndex
public int getTabIndex()
-
getVisibilityPropertyName
public java.lang.String getVisibilityPropertyName()
-
setRowSpan
public UiCompositeSubField setRowSpan(int rowSpan)
-
setColSpan
public UiCompositeSubField setColSpan(int colSpan)
-
setTabIndex
public UiCompositeSubField setTabIndex(int tabIndex)
-
setVisibilityPropertyName
public UiCompositeSubField setVisibilityPropertyName(java.lang.String visibilityPropertyName)
-
-