Uses of Class
org.uitnet.testing.smartfwk.ui.core.objects.ObjectLocation
-
Packages that use ObjectLocation Package Description org.uitnet.testing.smartfwk.ui.core.objects org.uitnet.testing.smartfwk.ui.standard.imgobj org.uitnet.testing.smartfwk.ui.standard.imgobj.datagrid -
-
Uses of ObjectLocation in org.uitnet.testing.smartfwk.ui.core.objects
Methods in org.uitnet.testing.smartfwk.ui.core.objects that return ObjectLocation Modifier and Type Method Description ObjectLocationObjectLocation. setLeftMarginOfRefObject(int leftMarginOfRefObjectInPx)Left Margin of the ref object is applicable if ReferenceObjectPosition is TOP or Bottom. -
Uses of ObjectLocation in org.uitnet.testing.smartfwk.ui.standard.imgobj
Fields in org.uitnet.testing.smartfwk.ui.standard.imgobj declared as ObjectLocation Modifier and Type Field Description protected ObjectLocationButtonSI. buttonImgLocationprotected ObjectLocationCheckBoxSI. checkBoxImgLocationprotected ObjectLocationHyperlinkSI. hyperlinkImgLocationprotected ObjectLocationImageSI. imageLocationprotected ObjectLocationLabelSI. labelImgLocationprotected ObjectLocationTextSI. labelImgLocationprotected ObjectLocationComboBoxSI. locationprotected ObjectLocationListBoxSI. locationprotected ObjectLocationTextAreaSI. locationprotected ObjectLocationTextBoxSI. locationprotected ObjectLocationRadioButtonSI. radioButtonImgLocationMethods in org.uitnet.testing.smartfwk.ui.standard.imgobj that return ObjectLocation Modifier and Type Method Description ObjectLocationButtonSI. getButtonImageLocation()ObjectLocationCheckBoxSI. getCheckBoxImageLocation()ObjectLocationHyperlinkSI. getHyperlinkImageLocation()ObjectLocationImageSI. getImageLocation()ObjectLocationLabelSI. getLabelImageLocation()ObjectLocationTextSI. getLabelImageLocation()ObjectLocationComboBoxSI. getLocation()ObjectLocationListBoxSI. getLocation()ObjectLocationTextAreaSI. getLocation()ObjectLocationTextBoxSI. getLocation()ObjectLocationRadioButtonSI. getRadioButtonImageLocation()Constructors in org.uitnet.testing.smartfwk.ui.standard.imgobj with parameters of type ObjectLocation Constructor Description ButtonSI(String displayName, String buttonImg, ObjectLocation buttonImgLocation)CheckBoxSI(String displayName, String checkBoxImg, ObjectLocation checkBoxImgLocation)ComboBoxSI(String displayName, String leftSideImg, String rightSideImg, ObjectLocation location, PullDownMenuInfo pullDownMenuInfo)HyperlinkSI(String displayName, String hyperlinkImg, ObjectLocation hyperlinkImgLocation)ImageSI(String displayName, String image, ObjectLocation imageLocation)LabelSI(String displayName, String labelImg, ObjectLocation labelImgLocation)ListBoxSI(String displayName, int width, int height, ObjectLocation location)RadioButtonSI(String displayName, String radioButtonImg, ObjectLocation radioButtonImgLocation)TextAreaSI(String displayName, String leftSideImg, String rightSideImg, ObjectLocation location)TextBoxSI(String displayName, String leftSideImg, String rightSideImg, ObjectLocation location)TextSI(String displayName, String labelImg, ObjectLocation labelImgLocation) -
Uses of ObjectLocation in org.uitnet.testing.smartfwk.ui.standard.imgobj.datagrid
Fields in org.uitnet.testing.smartfwk.ui.standard.imgobj.datagrid declared as ObjectLocation Modifier and Type Field Description protected ObjectLocationHeaderColumnSI. columnImgLocationMethods in org.uitnet.testing.smartfwk.ui.standard.imgobj.datagrid that return ObjectLocation Modifier and Type Method Description ObjectLocationHeaderColumnSI. getColumnImageLocation()Constructors in org.uitnet.testing.smartfwk.ui.standard.imgobj.datagrid with parameters of type ObjectLocation Constructor Description HeaderColumnSI(String displayName, String columnImg, ObjectLocation columnImgLocation)
-