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