Example #1
0
 /// <summary>
 /// Provides a convenient way for placing views into the correct containers of your application.<br/> The main benefit of Targets is lazy loading: you do not have to create the views until you really need them.<br/> <b>Don't call this constructor directly</b>, use {@link sap.ui.core.routing.Targets} instead, it will create instances of a Target.<br/> If you are using the mobile library, please use the {@link sap.m.routing.Targets} constructor, please read the documentation there.<br/>
 /// </summary>
 /// <param name="oOptions">all of the parameters defined in {@link sap.m.routing.Targets#constructor} are accepted here, except for children you need to specify the parent.</param>
 /// <param name="oViews">All views required by this target will get created by the views instance using {@link sap.ui.core.routing.Views#getView}</param>
 /// <param name="oParent">the parent of this target. Will also get displayed, if you display this target. In the config you have the fill the children property {@link sap.m.routing.Targets#constructor}</param>
 public extern Target(object oOptions, sap.ui.core.routing.Views oViews, sap.ui.core.routing.Target oParent);
Example #2
0
 /// <summary>
 /// Provides a convenient way for placing views into the correct containers of your application.<br/> The main benefit of Targets is lazy loading: you do not have to create the views until you really need them.<br/> <b>Don't call this constructor directly</b>, use {@link sap.ui.core.routing.Targets} instead, it will create instances of a Target.<br/> If you are using the mobile library, please use the {@link sap.m.routing.Targets} constructor, please read the documentation there.<br/>
 /// </summary>
 /// <param name="oOptions">all of the parameters defined in {@link sap.m.routing.Targets#constructor} are accepted here, except for children you need to specify the parent.</param>
 /// <param name="oCache">All views required by this target will get created by the views instance using {@link sap.ui.core.routing.Views#getView}</param>
 /// <param name="oParent">the parent of this target. Will also get displayed, if you display this target. In the config you have the fill the children property {@link sap.m.routing.Targets#constructor}</param>
 public extern Target(object oOptions, object oCache, sap.ui.core.routing.Target oParent);