Package org.teamapps.dto
Class UiTable.AddColumnsCommand
java.lang.Object
org.teamapps.dto.UiTable.AddColumnsCommand
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.AddColumnsCommand(String componentId, List<UiTableColumn> column, int index) -
Method Summary
-
Field Details
-
componentId
-
column
-
index
protected int index
-
-
Constructor Details
-
AddColumnsCommand
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
AddColumnsCommand
-
-
Method Details
-
toString
-
getComponentId
- Specified by:
getComponentIdin interfaceUiCommand<Void>
-
getColumn
-
getIndex
public int getIndex()
-