Software AG Products 10.15 | Added, Removed, Deprecated, or Changed APIs | Release 10.3
 
Release 10.3
Added APIs
*com.softwareag.mobile.md.media.IImagePickerCallbackcom.softwareag.mobile.md.media.ImagePicker New ImagePicker API
*com.softwareag.mobile.md.text.validation.IStringValidatorcom.softwareag.mobile.md.text.validation.RegExStringValidator New StringValidator API used with entry fields
*com.softwareag.mobile.runtime.nui.nUIActionButton
com.softwareag.mobile.runtime.nui.IListActionListener
com.softwareag.mobile.runtime.nui.SwipeBehavior
com.softwareag.mobile.runtime.nui.SwipeToDeleteBehavior
com.softwareag.mobile.runtime.nui.SwipeToEditBehavior
com.softwareag.mobile.runtime.nui.IListProvider
public SwipeBehavior getSwipeBehavior(int type, int swipeDirection)
public nUIDisplayObject getPlaceholder()
com.softwareag.mobile.runtime.nui.IListRenderer
public nUIDisplayObject getHeader()
public boolean isSpinnerVisible(int type)
nUIListView swipe API
*com.softwareag.mobile.runtime.nui.nUIFloatingEntrycom.softwareag.mobile.runtime.nui.nUISearchNavbuttoncom.softwareag.mobile.runtime.nui.ISearchFieldListener New UI elements
*com.softwareag.mobile.runtime.nui.nUIConstraintLayout
com.softwareag.mobile.runtime.nui.IDisplayObject
com.softwareag.mobile.runtime.nui.IButtonElement
com.softwareag.mobile.runtime.nui.ITextfieldElement
com.softwareag.mobile.runtime.nui.IFloatingEntry
com.softwareag.mobile.runtime.nui.IImageElement
com.softwareag.mobile.runtime.nui.IEventDispatcher
com.softwareag.mobile.runtime.nui.IEventListener Constraint layout API
*com.softwareag.mobile.core.IMDApplication
public boolean allowUnsecureSSLConnectionForURL(String theURL)
com.softwareag.mobile.core.MDApplication
public boolean allowUnsecureSSLConnectionForURL(String theURL)
*com.softwareag.mobile.runtime.nui.nUIButtonElement public void setFontSize(float points)
*com.softwareag.mobile.runtime.nui.nUIDisplayObject
public void setElementIdentifier(String elementIdentifier)
public String getElementIdentifier()
*com.softwareag.mobile.runtime.nui.nUIDropdownlistentry
public void setIndicatorColor(int color)
public int getIndicatorColor()
*com.softwareag.mobile.runtime.nui.nUIEntryElement
public void setFontSize(float points)
public void setHintTextColor(int argb)
public int getHintTextColor();
*com.softwareag.mobile.runtime.nui.nUIObject
public void setId(int id)
public int getId()
*com.softwareag.mobile.runtime.nui.nUITextfieldElement public void setFontSize(float points)
*com.softwareag.mobile.runtime.nui.nUIPopupMenuBuilder public nUIPopupMenuBuilder addItem(String item_title, Runnable action, String elementIdentifier)
*com.softwareag.mobile.runtime.nui.nUIViewDisplay public void setHeaderBackground(IBackgroundDrawable drawable) public IBackgroundDrawable getHeaderBackground()
*com.softwareag.mobile.runtime.nui.nUIWindowDisplay public void setPaneDimensions(int pane, int dimensions[], String elementIdentifier)
*com.softwareag.mobile.runtime.nui.nUIWebView public void setURL(String url, String mimeType)
*com.softwareag.mobile.runtime.nui.nUI public nUIDisplayObject() public nUIDisplayObject(String text) public nUIDisplayObject(Hashtable properties)
New constructors for nUIDisplayObject (and its subclasses). All constructors now using a Hashtable
*com.softwareag.mobile.runtime.toolkit.delegates.IDialogDelegate public void onDialogButtonPressed(AbstractDialog dialog, int buttonId)
Replaces previously used onAlertDialogButtonPressed (AbstractAlertDialog, int)
*com.softwareag.mobile.runtime.toolkit.ui.dialog.AbstractAlertDialog Updated package for AbstractAlertDialog
*com.softwareag.mobile.runtime.nui.nUIEntryElement public static final int FORMAT_PIN_HIDDEN = 3
Replaces previously used FORMAT_NUMBER_HID DEN
Removed APIs
*com.softwareag.mobile.runtime.toolkit.delegates.IDialogDelegate public void onAlertDialogButtonPressed(AbstractAlertDialog dialog, int buttonId)
Replaced by new API. See added APIs.
*com.softwareag.mobile.runtime.toolkit.ui.AbstractAlertDialog Package changed. See added API.
*com.softwareag.mobile.runtime.nui.nUIEntryElement public static final int FORMAT_PIN_HIDDEN = 3
Name changed. See added APIs.
Deprecated APIs
*com.softwareag.mobile.runtime.media.CameraHandler com.softwareag.mobile.runtime.media.ICameraHandlerCallback
*com.softwareag.mobile.runtime.nui.nUIButtonElement public void setFontSize(int font_size) public int getFontSize() public void setFontSizeAbsolute(int size_in_pixels, boolean accessibility_adjusted) public void setFontSizeRelative(int rel_font_id, int scale)
*com.softwareag.mobile.runtime.nui.nUIEntryElement public void setFontSize(int font_size) public int getFontSize() public void setFontSizeAbsolute(int size_in_pixels, boolean accessibility_adjusted) public void setFontSizeRelative(int rel_font_id, int scale)
*com.softwareag.mobile.runtime.nui.nUITextfieldElement public void setFontSize(int font_size) public int getFontSize() public void setFontSizeAbsolute(int size_in_pixels, boolean accessibility_adjusted) public void setFontSizeRelative(int rel_font_id, int scale)
*com.softwareag.mobile.runtime.nui.nUIPopupMenuBuilder public nUIPopupMenuBuilder addItem(String title, Runnable action)
*com.softwareag.mobile.runtime.nui.nUIWindowDisplay public void setPaneDimensions(int pane, int dimensions[])
*com.softwareag.mobile.runtime.nui.nUI* constructors with nuiid parameterSee added APIs for constructors to use.