Package com.ebasetech.xi.api.controls
Interface ListLayoutCell
- All Superinterfaces:
LayoutCell
public interface ListLayoutCell extends LayoutCell
-
Method Summary
Modifier and Type Method Description java.lang.String
getLayoutClass()
Layout cell CSS classes, overriding the layout cell CSS classes from the parentVerticalBoxLayout
.java.lang.String
getLayoutStyle()
Layout cell inline CSS style, overriding the layout cell CSS style from the parentVerticalBoxLayout
.void
setLayoutClass(java.lang.String layoutClass)
Sets layout cell CSS classes, overriding the layout cell CSS classes from the parentVerticalBoxLayout
.void
setLayoutStyle(java.lang.String layoutStyle)
Sets layout cell inline CSS style, overriding the layout cell CSS style from the parentVerticalBoxLayout
.
-
Method Details
-
getLayoutClass
java.lang.String getLayoutClass()Layout cell CSS classes, overriding the layout cell CSS classes from the parentVerticalBoxLayout
. SeeVerticalBoxLayout.getLayoutClass()
for details.- Since:
- V5.3
-
setLayoutClass
void setLayoutClass(java.lang.String layoutClass)Sets layout cell CSS classes, overriding the layout cell CSS classes from the parentVerticalBoxLayout
. SeeVerticalBoxLayout.setLayoutClass(String)
for details.- Since:
- V5.3
-
getLayoutStyle
java.lang.String getLayoutStyle()Layout cell inline CSS style, overriding the layout cell CSS style from the parentVerticalBoxLayout
. SeeVerticalBoxLayout.getLayoutStyle()
for details.- Since:
- V5.3
-
setLayoutStyle
void setLayoutStyle(java.lang.String layoutStyle)Sets layout cell inline CSS style, overriding the layout cell CSS style from the parentVerticalBoxLayout
. SeeVerticalBoxLayout.setLayoutStyle(String)
for details.- Since:
- V5.3
-