-
public final class BalloonExtensionKt
-
-
Method Summary
Modifier and Type Method Description final static UnitawaitAtCenter(View $self, Balloon balloon, Integer xOff, Integer yOff, BalloonCenterAlign centerAlign)shows the balloon on the center of an anchor view. final static UnitawaitAsDropDown(View $self, Balloon balloon, Integer xOff, Integer yOff)shows the balloon on an anchor view as drop down with x-off and y-off. final static UnitawaitAlignTop(View $self, Balloon balloon, Integer xOff, Integer yOff)shows the balloon on an anchor view as the top alignment with x-off and y-off. final static UnitawaitAlignBottom(View $self, Balloon balloon, Integer xOff, Integer yOff)shows the balloon on an anchor view as the bottom alignment with x-off and y-off. final static UnitawaitAlignEnd(View $self, Balloon balloon, Integer xOff, Integer yOff)shows the balloon on an anchor view as the right alignment with x-off and y-off. final static UnitawaitAlignStart(View $self, Balloon balloon, Integer xOff, Integer yOff)shows the balloon on an anchor view as the left alignment with x-off and y-off. final static UnitawaitAlign(View $self, Balloon balloon, BalloonAlign align, List<View> subAnchorList, Integer xOff, Integer yOff)shows the balloon on an anchor view depending on the align alignment with x-off and y-off. -
-
Method Detail
-
awaitAtCenter
final static Unit awaitAtCenter(View $self, Balloon balloon, Integer xOff, Integer yOff, BalloonCenterAlign centerAlign)
shows the balloon on the center of an anchor view.
-
awaitAsDropDown
final static Unit awaitAsDropDown(View $self, Balloon balloon, Integer xOff, Integer yOff)
shows the balloon on an anchor view as drop down with x-off and y-off.
-
awaitAlignTop
final static Unit awaitAlignTop(View $self, Balloon balloon, Integer xOff, Integer yOff)
shows the balloon on an anchor view as the top alignment with x-off and y-off.
-
awaitAlignBottom
final static Unit awaitAlignBottom(View $self, Balloon balloon, Integer xOff, Integer yOff)
shows the balloon on an anchor view as the bottom alignment with x-off and y-off.
-
awaitAlignEnd
final static Unit awaitAlignEnd(View $self, Balloon balloon, Integer xOff, Integer yOff)
shows the balloon on an anchor view as the right alignment with x-off and y-off.
-
awaitAlignStart
final static Unit awaitAlignStart(View $self, Balloon balloon, Integer xOff, Integer yOff)
shows the balloon on an anchor view as the left alignment with x-off and y-off.
-
awaitAlign
final static Unit awaitAlign(View $self, Balloon balloon, BalloonAlign align, List<View> subAnchorList, Integer xOff, Integer yOff)
shows the balloon on an anchor view depending on the align alignment with x-off and y-off.
-
-
-
-