public interface PositionProps
Modifier and Type | Method and Description |
---|---|
Positioning |
getDirection()
Set the direction of the popup.
|
int |
getHorizontalOffset()
Sets the horizontal offset between popup element and the conjunction point
|
Positioning |
getJointPoint()
Set the corner attachment point with which the popup should be connected.
|
int |
getVerticalOffset()
Sets the vertical offset between popup element and the conjunction point
|
Positioning getJointPoint()
Set the corner attachment point with which the popup should be connected. Possible values are:
auto, topLeft, topRight, bottomLeft, bottomRight, autoLeft,
autoRight, topAuto, bottomAuto
Default value is auto
Positioning getDirection()
Set the direction of the popup. Possible values are:
auto, topLeft, topRight, bottomLeft, bottomRight, autoLeft,
autoRight, topAuto, bottomAuto
Default value is auto
int getVerticalOffset()
Sets the vertical offset between popup element and the conjunction point
Default value is 0
int getHorizontalOffset()
Sets the horizontal offset between popup element and the conjunction point
Default value is 0
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.