public interface SegmentLayoutTagDeclaration extends HasIdBindingAndRendered, IsVisual
Modifier and Type | Method and Description |
---|---|
void |
setExtraLarge(String extraLarge)
The space-separated definition of the columns for extra large devices.
|
void |
setExtraSmall(String extraSmall)
The space-separated definition of the columns for extra small devices.
|
void |
setLarge(String large)
The space-separated definition of the columns for large devices.
|
void |
setMarginExtraLarge(String marginExtraLarge)
The space-separated definition of the column margins for extra large devices.
|
void |
setMarginExtraSmall(String marginExtraSmall)
The space-separated definition of the column margins for extra small devices.
|
void |
setMarginLarge(String marginLarge)
The space-separated definition of the column margins for large devices.
|
void |
setMarginMedium(String marginMedium)
The space-separated definition of the column margins for medium devices.
|
void |
setMarginSmall(String marginSmall)
The space-separated definition of the column margins for small devices.
|
void |
setMedium(String medium)
The space-separated definition of the columns for medium devices.
|
void |
setSmall(String small)
The space-separated definition of the columns for small devices.
|
setBinding
setRendered
setCustomClass, setMarkup
void setExtraSmall(String extraSmall)
void setSmall(String small)
void setMedium(String medium)
void setLarge(String large)
void setExtraLarge(String extraLarge)
void setMarginExtraSmall(String marginExtraSmall)
void setMarginSmall(String marginSmall)
void setMarginMedium(String marginMedium)
void setMarginLarge(String marginLarge)
void setMarginExtraLarge(String marginExtraLarge)
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.