@Generated public class WidgetPosition extends Object
Constructor and Description |
---|
WidgetPosition() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Boolean |
getAutoHeight() |
Long |
getCol() |
Long |
getRow() |
Long |
getSizeX() |
Long |
getSizeY() |
int |
hashCode() |
WidgetPosition |
setAutoHeight(Boolean autoHeight) |
WidgetPosition |
setCol(Long col) |
WidgetPosition |
setRow(Long row) |
WidgetPosition |
setSizeX(Long sizeX) |
WidgetPosition |
setSizeY(Long sizeY) |
String |
toString() |
public WidgetPosition setAutoHeight(Boolean autoHeight)
public Boolean getAutoHeight()
public WidgetPosition setCol(Long col)
public Long getCol()
public WidgetPosition setRow(Long row)
public Long getRow()
public WidgetPosition setSizeX(Long sizeX)
public Long getSizeX()
public WidgetPosition setSizeY(Long sizeY)
public Long getSizeY()
Copyright © 2023. All rights reserved.