public class Grid extends Object implements GridOption
| Constructor and Description |
|---|
Grid() |
| Modifier and Type | Method and Description |
|---|---|
Grid |
setBottom(Number bottom) |
Grid |
setBottom(String bottom) |
Grid |
setHeight(Number height) |
Grid |
setHeight(String height) |
Grid |
setId(Number id) |
Grid |
setId(String id) |
Grid |
setLeft(Number left) |
Grid |
setLeft(String left) |
Grid |
setName(Number name) |
Grid |
setName(String name) |
Grid |
setRight(Number right) |
Grid |
setRight(String right) |
Grid |
setTop(Number top) |
Grid |
setTop(String top) |
Grid |
setWidth(Number width) |
Grid |
setWidth(String width) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetBackgroundColor, setBorderColor, setBorderWidth, setContainLabel, setMainType, setShow, setTooltipsetType, setZ, setZlevelsetShadowBlur, setShadowColor, setShadowOffsetX, setShadowOffsetYpublic Grid setId(Number id)
setId in interface ComponentOptionpublic Grid setId(String id)
setId in interface ComponentOptionpublic Grid setName(Number name)
setName in interface ComponentOptionpublic Grid setName(String name)
setName in interface ComponentOptionpublic Grid setWidth(Number width)
setWidth in interface BoxLayoutOptionMixinpublic Grid setWidth(String width)
setWidth in interface BoxLayoutOptionMixinpublic Grid setHeight(Number height)
setHeight in interface BoxLayoutOptionMixinpublic Grid setHeight(String height)
setHeight in interface BoxLayoutOptionMixinpublic Grid setTop(Number top)
setTop in interface BoxLayoutOptionMixinpublic Grid setTop(String top)
setTop in interface BoxLayoutOptionMixinpublic Grid setRight(Number right)
setRight in interface BoxLayoutOptionMixinpublic Grid setRight(String right)
setRight in interface BoxLayoutOptionMixinpublic Grid setBottom(Number bottom)
setBottom in interface BoxLayoutOptionMixinpublic Grid setBottom(String bottom)
setBottom in interface BoxLayoutOptionMixinpublic Grid setLeft(Number left)
setLeft in interface BoxLayoutOptionMixinpublic Grid setLeft(String left)
setLeft in interface BoxLayoutOptionMixinCopyright © 2022. All rights reserved.