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:
AA (auto), LT (topLeft), RT (topRight), LB (bottomLeft), RB (bottomRight, LA (autoLeft),
RA (autoRight), AT (topAuto), AB (bottomAuto)
Default value is auto
Positioning getDirection()
Set the direction of the popup. Possible values are:
AA (auto), LT (topLeft), RT (topRight), LB (bottomLeft), RB (bottomRight, LA (autoLeft),
RA (autoRight), AT (topAuto), AB (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 © 2014 JBoss by Red Hat. All rights reserved.