T - return type of fluent API methodspublic static interface Dialogs.HasSize<T>
| Modifier and Type | Method and Description |
|---|---|
float |
getHeight() |
SizeUnit |
getHeightSizeUnit() |
float |
getWidth() |
SizeUnit |
getWidthSizeUnit() |
T |
withHeight(java.lang.String height)
Sets dialog height.
|
T |
withWidth(java.lang.String width)
Sets dialog width.
|
T withWidth(java.lang.String width)
width - widthfloat getWidth()
SizeUnit getWidthSizeUnit()
T withHeight(java.lang.String height)
height - heightfloat getHeight()
SizeUnit getHeightSizeUnit()