Package io.jmix.ui.component
Interface HasOrientation
- All Known Subinterfaces:
CheckBoxGroup<I>
,GroupBoxLayout
,RadioButtonGroup<I>
,ScrollBoxLayout
,Slider<V>
- All Known Implementing Classes:
CheckBoxGroupImpl
,GroupBoxImpl
,RadioButtonGroupImpl
,ScrollBoxLayoutImpl
,SliderImpl
public interface HasOrientation
-
Nested Class Summary
-
Method Summary
-
Method Details
-
getOrientation
HasOrientation.Orientation getOrientation() -
setOrientation
@StudioProperty(type=ENUMERATION, defaultValue="vertical", options={"vertical","horizontal"}) void setOrientation(HasOrientation.Orientation orientation)
-