java.lang.Object
public WindowCapabilityUtility()
Check to see if WindowCapability has an ImageFieldName of a given name.
public static boolean hasImageFieldOfName(WindowCapability windowCapability,ImageFieldName name)
Check to see if WindowCapability has a textField of a given name.
public static boolean hasTextFieldOfName(WindowCapability windowCapability,TextFieldName name)
Method to get number of textFields allowed to be set according to WindowCapability
public static int getMaxNumberOfMainFieldLines(WindowCapability windowCapability)
Method to get number of alert textFields allowed to be set according to WindowCapability
public static int getMaxNumberOfAlertFieldLines(WindowCapability windowCapability)
Method to get a list of all available text fields
public static java.util.List getAllTextFields()
Method to get a list of all available Image fields
public static java.util.List getAllImageFields()
From Class | Methods |
---|---|
java.lang.Object | getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize |