Uses of Class
org.odlabs.wiquery.ui.position.PositionBehavior

Packages that use PositionBehavior
org.odlabs.wiquery.ui.position   
 

Uses of PositionBehavior in org.odlabs.wiquery.ui.position
 

Methods in org.odlabs.wiquery.ui.position that return PositionBehavior
 PositionBehavior PositionBehavior.setAt(PositionOptions.Position at)
          Defines which position on the target element to align the positioned element against: "horizontal vertical" alignment.
 PositionBehavior PositionBehavior.setBgiframe(boolean bgiframe)
          Applies the bgiframe plugin when set to true.
 PositionBehavior PositionBehavior.setBy(JsScopePositionEvent by)
          When specified the actual property setting is delegated to this callback.
 PositionBehavior PositionBehavior.setCollision(PositionOptions.Collision collision)
          When the positioned element overflows the window in some direction, move it to an alternative position.
 PositionBehavior PositionBehavior.setMy(PositionOptions.Position my)
          Defines which position on the element being positioned to align with the target element: "horizontal vertical" alignment.
 PositionBehavior PositionBehavior.setOf(String of)
          Element to position against.
 PositionBehavior PositionBehavior.setOffset(PositionOffset offset)
          Add these left-top values to the calculated position, eg.
 



Copyright © 2012. All Rights Reserved.