Class PullDownMenuInfo
- java.lang.Object
-
- org.uitnet.testing.smartfwk.ui.core.objects.PullDownMenuInfo
-
public class PullDownMenuInfo extends Object
- Author:
- Madhav Krishna
-
-
Field Summary
Fields Modifier and Type Field Description protected intheightprotected PullDownMenuLocationlocationprotected intwidth
-
Constructor Summary
Constructors Constructor Description PullDownMenuInfo(int width, int height, PullDownMenuLocation location)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetHeight()PullDownMenuLocationgetLocation()intgetWidth()
-
-
-
Field Detail
-
width
protected int width
-
height
protected int height
-
location
protected PullDownMenuLocation location
-
-
Constructor Detail
-
PullDownMenuInfo
public PullDownMenuInfo(int width, int height, PullDownMenuLocation location)- Parameters:
width- in pixel. value < 1 indicate calculate automatically.height- in pixel. value < 1 indicate calculate automatically.location-
-
-
Method Detail
-
getWidth
public int getWidth()
-
getHeight
public int getHeight()
-
getLocation
public PullDownMenuLocation getLocation()
-
-