Interface I_CmsHasDisplayDirection
-
- All Known Implementing Classes:
CmsCalendarWidget
,CmsComboWidget
,CmsDependentSelectWidget
,CmsDisplayTypeSelectWidget
,CmsFormatterSelectWidget
,CmsFormWidgetWrapper
,CmsSelectComboWidget
,CmsSelectWidget
,CmsTinyMCEWidget
public interface I_CmsHasDisplayDirection
Interface for widgets providing information whether they display overlays above or below their own position.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
I_CmsHasDisplayDirection.Direction
The display directions.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description I_CmsHasDisplayDirection.Direction
getDisplayingDirection()
Returns the display direction.
-
-
-
Method Detail
-
getDisplayingDirection
I_CmsHasDisplayDirection.Direction getDisplayingDirection()
Returns the display direction.- Returns:
- the display direction
-
-