public interface SegmentLayoutTagDeclaration extends HasIdBindingAndRendered, IsVisual
| Modifier and Type | Method and Description |
|---|---|
void |
setExtraSmall(String extraSmall)
The semicolon-separated definition of the columns for extra small devices.
|
void |
setLarge(String large)
The semicolon-separated definition of the columns for large devices.
|
void |
setMedium(String medium)
The semicolon-separated definition of the columns for medium devices.
|
void |
setSmall(String small)
The semicolon-separated definition of the columns for small devices.
|
setBindingsetRenderedsetCustomClass, setMarkup, setStylevoid setExtraSmall(String extraSmall)
void setSmall(String small)
void setMedium(String medium)
void setLarge(String large)
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.