Class PowerMenuExtensionKt
-
- All Implemented Interfaces:
public final class PowerMenuExtensionKt
-
-
Method Summary
Modifier and Type Method Description final static UnitshowAsDropDown(View $self, AbstractPowerMenu<?, ?> powerMenu)showing the popup menu as drop down to the anchor. final static UnitshowAsDropDown(View $self, AbstractPowerMenu<?, ?> powerMenu, Integer xOff, Integer yOff)showing the popup menu as drop down to the anchor with x-off and y-off. final static UnitshowAsAnchorLeftTop(View $self, AbstractPowerMenu<?, ?> powerMenu)showing the popup menu as left-top aligns to the anchor. final static UnitshowAsAnchorLeftTop(View $self, AbstractPowerMenu<?, ?> powerMenu, Integer xOff, Integer yOff)showing the popup menu as left-top aligns to the anchor with x-off and y-off. final static UnitshowAsAnchorLeftBottom(View $self, AbstractPowerMenu<?, ?> powerMenu)showing the popup menu as left-bottom aligns to the anchor. final static UnitshowAsAnchorLeftBottom(View $self, AbstractPowerMenu<?, ?> powerMenu, Integer xOff, Integer yOff)showing the popup menu as left-bottom aligns to the anchor. final static UnitshowAsAnchorRightTop(View $self, AbstractPowerMenu<?, ?> powerMenu)showing the popup menu as right-top aligns to the anchor. final static UnitshowAsAnchorRightTop(View $self, AbstractPowerMenu<?, ?> powerMenu, Integer xOff, Integer yOff)showing the popup menu as right-top aligns to the anchor. final static UnitshowAsAnchorRightBottom(View $self, AbstractPowerMenu<?, ?> powerMenu)showing the popup menu as right-bottom aligns to the anchor. final static UnitshowAsAnchorRightBottom(View $self, AbstractPowerMenu<?, ?> powerMenu, Integer xOff, Integer yOff)showing the popup menu as right-bottom aligns to the anchor. final static UnitshowAsAnchorCenter(View $self, AbstractPowerMenu<?, ?> powerMenu)showing the popup menu as center align to the anchor. final static UnitshowAsAnchorCenter(View $self, AbstractPowerMenu<?, ?> powerMenu, Integer xOff, Integer yOff)showing the popup menu as center align to the anchor. final static UnitshowAtCenter(View $self, AbstractPowerMenu<?, ?> powerMenu)showing the popup menu as center aligns to the anchor. final static UnitshowAtCenter(View $self, AbstractPowerMenu<?, ?> powerMenu, Integer xOff, Integer yOff)showing the popup menu as center aligns to the anchor with x-off and y-off. final static UnitshowAtLocation(View $self, AbstractPowerMenu<?, ?> powerMenu, Integer xOff, Integer yOff)showing the popup menu to the specific location to the anchor. final static UnitshowAtLocation(View $self, AbstractPowerMenu<?, ?> powerMenu, Integer gravity, Integer xOff, Integer yOff)showing the popup menu to the specific location to the anchor with {@link Gravity}. -
-
Method Detail
-
showAsDropDown
final static Unit showAsDropDown(View $self, AbstractPowerMenu<?, ?> powerMenu)
showing the popup menu as drop down to the anchor.
-
showAsDropDown
final static Unit showAsDropDown(View $self, AbstractPowerMenu<?, ?> powerMenu, Integer xOff, Integer yOff)
showing the popup menu as drop down to the anchor with x-off and y-off.
-
showAsAnchorLeftTop
final static Unit showAsAnchorLeftTop(View $self, AbstractPowerMenu<?, ?> powerMenu)
showing the popup menu as left-top aligns to the anchor.
-
showAsAnchorLeftTop
final static Unit showAsAnchorLeftTop(View $self, AbstractPowerMenu<?, ?> powerMenu, Integer xOff, Integer yOff)
showing the popup menu as left-top aligns to the anchor with x-off and y-off.
-
showAsAnchorLeftBottom
final static Unit showAsAnchorLeftBottom(View $self, AbstractPowerMenu<?, ?> powerMenu)
showing the popup menu as left-bottom aligns to the anchor.
-
showAsAnchorLeftBottom
final static Unit showAsAnchorLeftBottom(View $self, AbstractPowerMenu<?, ?> powerMenu, Integer xOff, Integer yOff)
showing the popup menu as left-bottom aligns to the anchor.
-
showAsAnchorRightTop
final static Unit showAsAnchorRightTop(View $self, AbstractPowerMenu<?, ?> powerMenu)
showing the popup menu as right-top aligns to the anchor.
-
showAsAnchorRightTop
final static Unit showAsAnchorRightTop(View $self, AbstractPowerMenu<?, ?> powerMenu, Integer xOff, Integer yOff)
showing the popup menu as right-top aligns to the anchor.
-
showAsAnchorRightBottom
final static Unit showAsAnchorRightBottom(View $self, AbstractPowerMenu<?, ?> powerMenu)
showing the popup menu as right-bottom aligns to the anchor.
-
showAsAnchorRightBottom
final static Unit showAsAnchorRightBottom(View $self, AbstractPowerMenu<?, ?> powerMenu, Integer xOff, Integer yOff)
showing the popup menu as right-bottom aligns to the anchor.
-
showAsAnchorCenter
final static Unit showAsAnchorCenter(View $self, AbstractPowerMenu<?, ?> powerMenu)
showing the popup menu as center align to the anchor.
-
showAsAnchorCenter
final static Unit showAsAnchorCenter(View $self, AbstractPowerMenu<?, ?> powerMenu, Integer xOff, Integer yOff)
showing the popup menu as center align to the anchor.
-
showAtCenter
final static Unit showAtCenter(View $self, AbstractPowerMenu<?, ?> powerMenu)
showing the popup menu as center aligns to the anchor.
-
showAtCenter
final static Unit showAtCenter(View $self, AbstractPowerMenu<?, ?> powerMenu, Integer xOff, Integer yOff)
showing the popup menu as center aligns to the anchor with x-off and y-off.
-
showAtLocation
final static Unit showAtLocation(View $self, AbstractPowerMenu<?, ?> powerMenu, Integer xOff, Integer yOff)
showing the popup menu to the specific location to the anchor.
-
showAtLocation
final static Unit showAtLocation(View $self, AbstractPowerMenu<?, ?> powerMenu, Integer gravity, Integer xOff, Integer yOff)
showing the popup menu to the specific location to the anchor with {@link Gravity}.
-
-
-
-