Class UiTable.ColumnSizeChangeEvent
java.lang.Object
org.teamapps.dto.UiTable.ColumnSizeChangeEvent
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.ColumnSizeChangeEvent(String componentId, String columnPropertyName, int size) -
Method Summary
-
Field Details
-
componentId
-
columnPropertyName
-
size
protected int size
-
-
Constructor Details
-
ColumnSizeChangeEvent
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
ColumnSizeChangeEvent
-
-
Method Details
-
getUiEventType
- Specified by:
getUiEventTypein interfaceUiEvent
-
toString
-
getComponentId
- Specified by:
getComponentIdin interfaceUiEvent
-
getColumnPropertyName
-
getSize
public int getSize()
-