public interface VerticalBoxLayoutCell extends LayoutCell
VerticalBoxLayoutCell interface provides the ability to override properties from the parent control's VerticalBoxLayout;
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getHAlign()
Horizontal alignment, overriding the layout cell horizontal alignment from the parent
VerticalBoxLayout. |
java.lang.String |
getLayoutClass()
Layout cell CSS classes, overriding the layout cell CSS classes from the parent
VerticalBoxLayout. |
java.lang.String |
getLayoutStyle()
Layout cell inline CSS style, overriding the layout cell CSS style from the parent
VerticalBoxLayout. |
java.lang.String |
getVAlign()
Vertical alignment, overriding the layout cell vertical alignment from the parent
VerticalBoxLayout. |
void |
setHAlign(java.lang.String hAlign)
Sets horizontal alignment, overriding the layout cell horizontal alignment from the parent
VerticalBoxLayout. |
void |
setLayoutClass(java.lang.String layoutClass)
Sets layout cell CSS classes, overriding the layout cell CSS classes from the parent
VerticalBoxLayout. |
void |
setLayoutStyle(java.lang.String layoutStyle)
Sets layout cell inline CSS style, overriding the layout cell CSS style from the parent
VerticalBoxLayout. |
void |
setVAlign(java.lang.String vAlign)
Sets vertical alignment, overriding the layout cell vertical alignment from the parent
VerticalBoxLayout. |
java.lang.String getHAlign()
VerticalBoxLayout.
See VerticalBoxLayout.getCellHAlign() for details.
void setHAlign(java.lang.String hAlign)
VerticalBoxLayout.
See VerticalBoxLayout.setCellHAlign(String) for details.
java.lang.String getVAlign()
VerticalBoxLayout.
See VerticalBoxLayout.getCellVAlign() for details.
void setVAlign(java.lang.String vAlign)
VerticalBoxLayout.
See VerticalBoxLayout.setCellVAlign(String) for details.
java.lang.String getLayoutClass()
VerticalBoxLayout.
See VerticalBoxLayout.getLayoutClass() for details.
void setLayoutClass(java.lang.String layoutClass)
VerticalBoxLayout.
See VerticalBoxLayout.setLayoutClass(String) for details.
java.lang.String getLayoutStyle()
VerticalBoxLayout.
See VerticalBoxLayout.getLayoutStyle() for details.
void setLayoutStyle(java.lang.String layoutStyle)
VerticalBoxLayout.
See VerticalBoxLayout.setLayoutStyle(String) for details.