Interface HasOrientation
-
- All Known Subinterfaces:
ButtonsTagDeclaration
,LinksTagDeclaration
public interface HasOrientation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setOrientation(String orientation)
Set the orientation of the component.
-
-
-
Method Detail
-
setOrientation
void setOrientation(String orientation)
Set the orientation of the component. Allowed values: horizontal, vertical
-
-