public interface BoxLayoutOptionMixin
| Modifier and Type | Method and Description |
|---|---|
BoxLayoutOptionMixin |
setBottom(Number bottom) |
BoxLayoutOptionMixin |
setBottom(String bottom) |
BoxLayoutOptionMixin |
setHeight(Number height) |
BoxLayoutOptionMixin |
setHeight(String height) |
BoxLayoutOptionMixin |
setLeft(Number left) |
BoxLayoutOptionMixin |
setLeft(String left) |
BoxLayoutOptionMixin |
setRight(Number right) |
BoxLayoutOptionMixin |
setRight(String right) |
BoxLayoutOptionMixin |
setTop(Number top) |
BoxLayoutOptionMixin |
setTop(String top) |
BoxLayoutOptionMixin |
setWidth(Number width) |
BoxLayoutOptionMixin |
setWidth(String width) |
BoxLayoutOptionMixin setWidth(Number width)
BoxLayoutOptionMixin setWidth(String width)
BoxLayoutOptionMixin setHeight(Number height)
BoxLayoutOptionMixin setHeight(String height)
BoxLayoutOptionMixin setTop(Number top)
BoxLayoutOptionMixin setTop(String top)
BoxLayoutOptionMixin setRight(Number right)
BoxLayoutOptionMixin setRight(String right)
BoxLayoutOptionMixin setBottom(Number bottom)
BoxLayoutOptionMixin setBottom(String bottom)
BoxLayoutOptionMixin setLeft(Number left)
BoxLayoutOptionMixin setLeft(String left)
Copyright © 2022. All rights reserved.