Uses of Interface
com._1c.g5.v8.dt.metadata.common.MobileApplicationUrl
-
Packages that use MobileApplicationUrl Package Description com._1c.g5.v8.dt.md.ui.aef.models com._1c.g5.v8.dt.metadata.common com._1c.g5.v8.dt.metadata.common.impl com._1c.g5.v8.dt.metadata.common.util -
-
Uses of MobileApplicationUrl in com._1c.g5.v8.dt.md.ui.aef.models
Methods in com._1c.g5.v8.dt.md.ui.aef.models that return MobileApplicationUrl Modifier and Type Method Description MobileApplicationUrl
BmListMobileApplicationUrlsModel. getSelectedUrl()
MobileApplicationUrl
IMobileApplicationUrlsModel. getSelectedUrl()
Returns current selected url.Methods in com._1c.g5.v8.dt.md.ui.aef.models with parameters of type MobileApplicationUrl Modifier and Type Method Description protected boolean
BmListMobileApplicationUrlsModel. isElementEqual(MobileApplicationUrl oldUrl, MobileApplicationUrl newUrl)
void
BmListMobileApplicationUrlsModel. setSelectedUrl(MobileApplicationUrl selectedUrl)
void
IMobileApplicationUrlsModel. setSelectedUrl(MobileApplicationUrl ulr)
Sets current selected url. -
Uses of MobileApplicationUrl in com._1c.g5.v8.dt.metadata.common
Methods in com._1c.g5.v8.dt.metadata.common that return MobileApplicationUrl Modifier and Type Method Description MobileApplicationUrl
CommonFactory. createMobileApplicationUrl()
Returns a new object of class 'Mobile Application Url'. -
Uses of MobileApplicationUrl in com._1c.g5.v8.dt.metadata.common.impl
Classes in com._1c.g5.v8.dt.metadata.common.impl that implement MobileApplicationUrl Modifier and Type Class Description class
MobileApplicationUrlImpl
An implementation of the model object 'Mobile Application Url'.Methods in com._1c.g5.v8.dt.metadata.common.impl that return MobileApplicationUrl Modifier and Type Method Description MobileApplicationUrl
CommonFactoryImpl. createMobileApplicationUrl()
-
Uses of MobileApplicationUrl in com._1c.g5.v8.dt.metadata.common.util
Methods in com._1c.g5.v8.dt.metadata.common.util with parameters of type MobileApplicationUrl Modifier and Type Method Description T
CommonSwitch. caseMobileApplicationUrl(MobileApplicationUrl object)
Returns the result of interpreting the object as an instance of 'Mobile Application Url'.
-